POST v6/workorder/save
Add or update information about a Work Order
Request Information
URI Parameters
None.
Body Parameters
WorkOrderV6Model| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkOrderID |
Unique identifier of a Work Order |
integer |
None. |
| WorkOrder |
The Work Order number |
string |
None. |
| StatusID | integer |
None. |
|
| LocationID |
The location associated with the Work Order |
integer |
None. |
| OperationID |
The operation associated with the Work Order |
integer |
None. |
| Date |
The Work date |
date |
None. |
| Reference | string |
None. |
|
| IsUrgent | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"workOrderID": 1,
"workOrder": "sample string 2",
"statusID": 3,
"locationID": 4,
"operationID": 5,
"date": "2025-11-08T08:26:59.8762933+00:00",
"reference": "sample string 7",
"isUrgent": true
}
Response Information
Resource Description
SharedRecordIdModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"recordId": 1
}