input UpdateWorkOrderFeeInput
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! | Public API work order ID that identifies the related record. |
fees | [UpdateFeeInputType]! | List of fees for this work order fee. |
Referenced By
- work_order_update_fees Mutation
Example
{
"customer_account_id": "QWNjb3VudDoxMjM0",
"work_order_id": "V29ya09yZGVyOjEyMzQ=",
"fees": [[{labor_unit: "HOURS", unit_rate: 19.99, quantity: 2}]]
}