input CreateBillInput
Fields
| Field | Type | Description |
|---|---|---|
customer_account_id | String! | |
start_date | ISODateTime! | |
end_date | ISODateTime! | |
warehouse_id | String |
Referenced By
- bill_create Mutation
Example
{
"customer_account_id": "abc123",
"start_date": "abc123",
"end_date": "abc123",
"warehouse_id": "abc123"
}