input CreateBillInput

Fields

FieldTypeDescription
customer_account_idString!

3PL child/customer account ID this record belongs to; omit on inputs to use the authenticated account.

start_dateISODateTime!

Start date in ISO-8601 date or datetime format, returned in UTC when time is included.

end_dateISODateTime!

End date in ISO-8601 date or datetime format, returned in UTC when time is included.

warehouse_idString

Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects.

Referenced By

Example

{
  "customer_account_id": "QWNjb3VudDoxMjM0",
  "start_date": "2026-07-09T15:30:00Z",
  "end_date": "2026-07-09T15:30:00Z",
  "warehouse_id": "V2FyZWhvdXNlOjEyMzQ="
}