call the UpdateWorksheet operation.
POST
/updateworksheet
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/updateworksheet' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"worksheetDetailInput": {
"WorksheetId": "string",
"WorksheetReference": "string",
"WorksheetSubject": "string",
"WorksheetMessage": "string",
"WorksheetAssignedToID": "string",
"WorksheetAssignedToTypeID": "string",
"WorkLocationAddressID": "string",
"WorkLocationAddress": "string",
"WorkLocationName": "string",
"WorkLocationText": "string",
"WorkLocationLatitude": "string",
"WorkLocationLongitude": "string",
"WorkLocationNorthing": "string",
"WorkLocationEasting": "string",
"WorksheetDueDate": "string",
"WorksheetImportanceID": "string",
"WorksheetEscallatedDate": "string",
"WorksheetCompletedDate": "string",
"WorksheetApprovedDate": "string",
"WorksheetPaymentDate": "string",
"WorksheetExpiryDate": "string",
"ServicePropertyInputs": {
"UpdateServicePropertyInput": {
"ServicePropertyId": 0,
"ServicePropertyValue": "string"
}
}
}
}'
Response Response Example
200 - Example 1
{
"UpdateWorksheetResult": {
"Worksheet": {
"AuthorityID": 0,
"AuthorityName": "string",
"WorkflowInstanceID": 0,
"InstanceGuid": "string",
"WorkflowFileID": 0,
"WorkflowFileName": "string",
"WorkflowFileXaml": "string",
"InstanceCurrentState": "string"
}
}
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01