input RemoveWorkOrderFeeInput

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[String]!

List of fee IDs to remove.

Referenced By

Example

{
  "customer_account_id": "QWNjb3VudDoxMjM0",
  "work_order_id": "V29ya09yZGVyOjEyMzQ=",
  "fees": ["UmVjb3JkOjEyMzQ=", "UmVjb3JkOjU2Nzg="]
}