input CompleteWorkOrderInput

Fields

FieldTypeDescription
customer_account_idString

Use this when you are a 3PL acting on behalf of one of your customers.

work_order_idString!

ID of the work order to complete.

messageString

Optional message appended to the work order timeline when completing.

update_special_projectBoolean

When true, flags the work order as a special project and notifies the special projects team.

Referenced By

Example

{
  "customer_account_id": "QWNjb3VudDoxMjM0",
  "work_order_id": "V29ya09yZGVyOjEyMzQ=",
  "message": "Completed by external automation",
  "update_special_project": false
}