input UpdateBillInput

Fields

FieldTypeDescription
customer_account_idString

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

idString!

Public API ID for this bill.

statusString!

Bill status: draft, paid, finalize.

Referenced By

Example

{
  "customer_account_id": "QWNjb3VudDoxMjM0",
  "id": "QmlsbDoxMjM0",
  "status": "pending"
}