PUT v1/Clients/{clientId}/WorkOrders/{workOrderId}/UpdateStatus?eventTypeId={eventTypeId}

Updates a Work Order Status based on the provided information.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>