Skip to content

Deliverable

Works with Taskflow Project Deliverables

HTTP: POST

Updates a single Deliverable object.

Base URL

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

Required Parameters

Name Value Notes
script customscript_prac_api_deliverable
deploy customdeploy_prac_api_deliverable_v1

Optional Parameters

Name Value

Payload

The payload passed in the POST request should be JSON format. It must contain a value for "id" (the id of the Deliverable being updated) and at least one key-value pair of fields to update. You may pass multiple fields to update.

{
    "id": 49726,
    "datecomplete": "2024-09-06T18:19:31Z"
}