v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Bills
Transactions

Bill Transactions

This request gets information about the transactions made for a Bill.

get/v2/bills/transactions

Query parameters

billsinteger

This parameter is used to only get specific Bill Transactions by billID. This parameter expects a comma delimited list of billIDs.

itemsinteger

This parameter is used to only get specific Bill Transactions by items in a Bill. This parameter expects a comma delimited list of poItem IDs.

startinteger

This parameter is used to only get Bill Transactions that were created after or on the unix timestamp passed into it.

endinteger

This parameter is used to only get Bill transactions that were created before or on the unix timestamp passed into it.

transactionsinteger

This parameter is used to only get specific Bill Transactions. This parameter expects a comma delimited list of transactionIDs.

limitinteger

This parameter is a result limiter. The default is set to return no more than 100 results at one time.

locationsinteger

This parameter is used to only get Bill Transactions at a specific group of Locations. This parameter accepts a comma delimited list of Location IDs.

cursorinteger

Cursor for pagination. Pass the transactionID of the last record from the previous page to fetch the next page. Defaults to 0 (start from the beginning).

Request body

object required

Response

Bill Transaction

transactionIDinteger
billIDinteger
poItemIDinteger
qtyReceivedinteger
dateReceivedinteger