Time Bills
Works with time bill records. The TimeBill record is the "raw" time entry record in NetSuite.
Base URL
https://{{accountid}}.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=customscript_prac_api_timebills&deploy=customdeploy_prac_api_timebills_v1
HTTP: GET
Gets the list of time bill records.
Required Parameters
| Name | Value | Notes |
|---|---|---|
| script | customscript_prac_api_timebills | |
| deploy | customdeploy_prac_api_timebills_v1 |
Optional Parameters
| Name | Value | Notes |
|---|---|---|
| custparam_lastmodifieddate | {{datetime}} | UTC DateTime in the format 'YYYY-MM-DDTHH24:MI:SSZ' for example: '2024-09-20T12:38:32Z'. Passing this parameter will instruct the server to retrieve all records that have been modified AFTER this date. |
| custparam_subsidiary | {{integer}} | Limit to this subsidiary (internal ID) |
| custparam_employee | {{integer}} | Limit to this employee (internal ID) |
| custparam_employeecode | {{string}} | Limit to this employee code (custentity_gvcpa_employeecode) |
| custparam_tfproject | {{integer}} | Limit to this taskflow project (internal ID) |
| custparam_workclient | {{integer}} | Limit to this work client (internal ID) |
| custparam_workclientid | {{string}} | Limit to this work client (entity ID) |
| custparam_billclient | {{integer}} | Limit to this billing client (internal ID) |
| custparam_billclientid | {{string}} | Limit to this billing client (entity ID) |
Response Information
Results are Paged