object WorkOrderMutationOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
work_order | WorkOrderIdentifiableType | Work order returned by this operation. |
Referenced By
- work_order_add_fees Mutation
- work_order_create Mutation
- work_order_remove_fees Mutation
- work_order_update_fees Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"work_order": {id: "T3JkZXI6MTIzNA==", order_number: "SO-100045"}
}