Creates a new work order re-planned from a task (used when a task needs a follow-up work order), moving the originating task to the given task status and the new work order to the given job status.
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| task_id |
The originating task id. |
globally unique identifier |
Required |
| task_status_id |
The status to set on the originating task. |
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.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.