PUT v1/Clients/{clientId}/WorkOrders/{workOrderId}/UpdateStatus?eventTypeId={eventTypeId}
Updates a Work Order Status based on the provided information.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId |
Client identifier. |
globally unique identifier |
Required |
workOrderId |
The work order id |
integer |
Required |
eventTypeId |
The work order status id. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A indicating whether or not the Work Order Status was updated successfully.
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>