input CompleteWorkOrderInput
Fields
| Field | Type | Description |
|---|---|---|
customer_account_id | String | Use this when you are a 3PL acting on behalf of one of your customers. |
work_order_id | String! | ID of the work order to complete. |
message | String | Optional message appended to the work order timeline when completing. |
update_special_project | Boolean | When true, flags the work order as a special project and notifies the special projects team. |
Referenced By
- work_order_complete Mutation
Example
{
"customer_account_id": "QWNjb3VudDoxMjM0",
"work_order_id": "V29ya09yZGVyOjEyMzQ=",
"message": "Completed by external automation",
"update_special_project": false
}