Creates a new follow-up work order re-planned from an existing work order, moving the new work order to the given job status.

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
job_id

The originating work order id.

globally unique identifier

Required

job_status_id

The status to set on the newly created work order.

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

{ res: bool, errorMessage: string } — whether the operation succeeded, and an error message if not.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.