call the CreateWorksheet operation.
POST
/createworksheet
wsdemo-merge-uat-rest
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/createworksheet' \
--header 'Content-Type: application/json' \
--header 'X-DreamFactory-API-Key;' \
--data-raw '{
"worksheetInput": {
"Uprn": "string",
"AccountSiteId": "string",
"Usrn": "string",
"ServiceId": "string",
"WorksheetReference": "string",
"WorksheetMessage": "string",
"WorkLocationAddress": "string",
"WorkLocationName": "string",
"WorkLocationLatitude": "string",
"WorkLocationLongitude": "string",
"WorkLocationNorthing": "string",
"WorkLocationEasting": "string",
"WorksheetStartDate": "string",
"WorksheetDueDate": "string",
"ServiceItemInputs": {
"ServiceItemInput": {
"ServiceItemId": 0,
"ServiceItemName": "string",
"ServiceItemQuantity": 0
}
},
"ServicePropertyInputs": {
"ServicePropertyInput": {
"ServicePropertyId": 0,
"ServicePropertyValue": "string"
}
},
"AdHocRoundInstanceId": "string",
"RoleId": 0,
"RoleName": "string"
}
}'
Response Response Example
200 - Example 1
{
"WorksheetResponse": {
"anyType": null
}
}
Request
Body Params application/json
Responses
Modified at 2025-06-13 09:57:01