input AddWorkOrderFeeInput

Fields

FieldTypeDescription
customer_account_idString

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

work_order_idString!

Public API work order ID that identifies the related record.

fees[AddFeeInputType]!

List of fees for this work order fee.

Referenced By

Example

{
  "customer_account_id": "QWNjb3VudDoxMjM0",
  "work_order_id": "V29ya09yZGVyOjEyMzQ=",
  "fees": [[{labor_unit: "HOURS", unit_rate: 19.99, quantity: 2}]]
}