GET /billing/cashReceipts
Retrieves a List of open items matching the given request parameters, posted through cash receipts.
Roles that can access this endpoint are Users.
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:
RowJournalCash
the GL journal entries associated with the cash receipt (included only when includeJournalEntries
query parameter is true)
Try It Out
Request