Skip to content

WIP

Works with a single WIP record.

Base URL

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

HTTP: GET

Gets the WIP record with a specific internal ID.

Required Parameters

Name Value Notes
script customscript_prac_api_wip
deploy customdeploy_prac_api_wip_v1
custparam_id {{integer}} The internal id of the WIP record.

HTTP: PUT

Updates an existing WIP based on data in JSON payload. Only the data included in the request will be updated. The internal ID of the record must be included in the request, specified as id. Some fields are mandatory (meaning they cannot be cleared) and not all fields are allowed. Any invalid fields will be specified in the response.

Payload

{
    "id": 3849,
    "custrecord_gvcpa_wip_billamount": 950
}