Skip to content

Approve Time

Approves the Timebill record (a native NetSuite record) related to an individual Time record, which results in the creation of WIP.

Notes on Approving Time

If the system is set to auto-approve certain time entries, this step is not needed.

Base URL

https://{{accountid}}.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=customscript_prac_api_approvetime&deploy=customdeploy_prac_api_approvetime_v1

HTTP: PUT

Approves the Timebill record related to an existing Time record, based on the Time record's internal ID set in the JSON payload.

Payload

{
    "id": 39898
}