Update a Work Order by its internal ID

Partially updates an existing Work Order identified by its internal ID. Only the fields provided in the request body will be modified.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The internal ID of the work order

Body Params
string

The Work Order's subject

string

A detailed description of the Work Order

string

The reference of the Work Order status.

string

The reference of the Work Order type.

string
enum

The priority of the Work Order.

Allowed:
string

The due date of the Work Order.

string

The external reference (ERP Reference) of the Work Order.

string

The parent Work Order external reference (ERP Reference) of the Work Order. (Provide either this or the parentWorkOrderId)

string

The parent Work Order internal ID of the Work Order. (Provide either this or the parentWorkOrderExternalReference)

string

The related organization internal ID of the Work Order.

relatedAssetIds
array of strings

The related asset internal IDs of the Work Order. Please note: all related asset ids are going to be replaced.

relatedAssetIds
customPropertyValues
array of objects

The custom property values of the Work Order.

customPropertyValues
string

The start date of the work order. Must be provided together with endDate.

string

The end date of the work order. Must be provided together with startDate. Must be after startDate.

boolean

Whether the work order is planned for a full day. This field is ignored if startDate and endDate are not set.

string
enum

The time zone for the planned work order. This field is ignored if startDate and endDate are not set.

assignedContactIds
array of strings

The performing contact internal IDs for the work order planning. Please note: all performing contact ids are going to be replaced by the provided values.

assignedContactIds
assignedGroupIds
array of strings

The performing group internal IDs for the work order planning. Please note: all performing group ids are going to be replaced by the provided values.

assignedGroupIds
string

The responsible group internal ID of the Work Order.

string

The responsible contact internal ID of the Work Order.

number

The estimated duration of the work order in seconds.

Responses

400

Bad Request

403

Forbidden

404

Not Found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json