Fetch collections report

This API gets the collections details in the organization during a selected date range.

Response Model


CollectionsResponse

Json PropertyData TypeDescription
collectionsListCollections by center
page_infoPaginationDetailsViewModelPagination details of response
totalCollectionsTotalCollection totals
errorApiErrorModelAPI error details

collections object (CollectionsItem)

Json PropertyData TypeDescription
payment_dateDateTime?Date of payment
invoice_nostringInvoice number
guest_namestringName of the guest
center_namestringCenter name
tax_collecteddecimal?Amount of tax collected
payment_typestringType of payment
amount_paiddecimal?Amount paid
amount_paid_exc_taxdecimal?Amount paid exclusive tax
total_paiddecimal?Total amount paid
amount_paid_inc_tax_tip_ssgdecimal?Amount paid inclusive of tax, tip, and SSG
duedecimal?Amount due
tipdecimal?Tip amount
ssgdecimal?SSG amount
cash_backdecimal?Cash back amount
card_typestringCard type
card_numberstringCard number
card_invoice_nostringCard invoice number
card_bank_namestringBank name of the card used
card_expirystringExpiry date of card
check_numberstringCheck number
check_bank_namestringBank name of check given
check_datestringDate of check
custom_namestringCustom name
additional_datastringAdditional data
commentsstringComments
collected_bystringCollected by
cash_registerstringCash register name
invoice_statusstringStatus of invoice
invoice_idGuid?Unique identifier of invoice
guest_idGuid?Unique identifier of guest
center_idGuid?Unique identifier of center
invoice_centerstringInvoice center name
liability_centerstringLiability center name
collection_centerstringCollection center name
closed_datestringClosed date

total object (CollectionsTotal)

Json PropertyData TypeDescription
amount_paiddecimalAmount paid total
amount_paid_exc_taxdecimalAmount paid total excluding tax
amount_paid_inc_tax_tip_ssgdecimalAmount paid total including tax, tip, and SSG

page_info object (PaginationDetailsViewModel)

Json PropertyData TypeDescription
totalintTotal number of items
pageintCurrent page number
sizeintNumber of items per page

ApiErrorModel

Json PropertyData TypeDescription
codeintError code
messagestringError message
Language
Credentials
Header
Click Try It! to start a request and see the response here!