Sync Bills

Returns all open bill list of an outlet.

get/v1/outlets/{outlet_id}/sync_bills/

Path parameters

outlet_idinteger required

The merchant's outlet ID

Query parameters

pageinteger

Pagination number

per_pageinteger

Number of elements on a page

sortstring

Sorts the result in ascending or descending order based on a given request parameter. Format of parameter: param_to_sort_by, ASC/DESC. Example: updated_at,DESC

{"stackTrail":"paths:/v1/outlets/{outlet_id}/sync_bills/:get:parameters:4:schema","oasType":"schema","type":"unknown"}

Start date in DD/MM/YYYY format

{"stackTrail":"paths:/v1/outlets/{outlet_id}/sync_bills/:get:parameters:5:schema","oasType":"schema","type":"unknown"}

End date in DD/MM/YYYY format

last_pullstring

Returns only the bills that were synced at given timestamp

{"stackTrail":"paths:/v1/outlets/{outlet_id}/sync_bills/:get:parameters:7:schema","oasType":"schema","type":"unknown"}

Returns only the bills that have bill status according to the given status value. Valid status values are: PENDING, COMPLETE, CANCELLED

dine_in_onlyboolean

Returns only bills that are assigned with a table. By default, dine_in_only is false and will return all bills (assigned with and without a table)

deepboolean

Returns item details that include informatio of item_variants and item_modifiers nof the bill.

Response

Sync bill response

Changes

No recorded changes to this endpoint across all 1 revision of this API.