input UpdateBillAdHocChargeInput

Fields

FieldTypeDescription
customer_account_idString

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

adhoc_charge_idString!

The ad-hoc charge ID to update.

nameString

Name of the ad-hoc charge.

descriptionString

Description of the ad-hoc charge.

occurred_atISODateTime

Date and time when the charge occurred, in ISO-8601 format.

labor_unit_idString

Labor unit ID for the charge.

unit_amountDecimal

Number of units.

rateDecimal

Rate per unit.

Referenced By

Example

{
  "customer_account_id": "QWNjb3VudDoxMjM0",
  "adhoc_charge_id": "Q2hhcmdlOjEyMzQ=",
  "name": "July Fulfillment Fees",
  "description": "Customer requested expedited handling.",
  "occurred_at": "2026-07-09T15:30:00Z",
  "labor_unit_id": "Q2hhcmdlOjEyMzQ=",
  "unit_amount": 2,
  "rate": 19.99
}