go back to BillingService

GET /billing/cashReceipts

Retrieves a List of open items matching the given request parameters, posted through cash receipts.

Parameters

name description type default type
request read for query parameters to be used as search criteria; use any combination of fields from the open_item table

For example, /billing/cashReceipts?is_split_bill=Y&order_id=12345*&ship_date=>=t-100 would find split bills having a order ID that starts with '12345' that shipped in the last 100 days.
context HttpServletRequest
includeJournalEntries whether to include GL Journal detail records with each receipt query boolean

Result

List < RowOpenItem > of type: application/xml application/json

a list of RowOpenItem objects matching the requested parameters

Child elements:

Try It Out

Request

- Authentication Help
- boolean