input CreateBillInput

Fields

FieldTypeDescription
customer_account_idString!
start_dateISODateTime!
end_dateISODateTime!
warehouse_idString

Referenced By

Example

{
  "customer_account_id": "abc123",
  "start_date": "abc123",
  "end_date": "abc123",
  "warehouse_id": "abc123"
}