Cashier transactions
Get all cashier transactions
Returns all cashier transactions. At least one of the filter parameters CashierTransactionIds
or CreatedUtc
must be specified in the request. Note this operation uses Pagination and supports Portfolio Access Tokens.
Request
[PlatformAddress]/api/connector/v1/cashierTransactions/getAll
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
EnterpriseIds
array of string
optional, max 1000 items
Unique identifiers of the Enterprises. If not specified, the operation returns data for all enterprises within scope of the Access Token.
CashierTransactionIds
array of string
optional, max 1000 items
Unique identifiers of the Cashier transactions.
CreatedUtc
optional, max length 3 months
Interval in which Cashier transaction was created.
Limitation
required
Limitation on the quantity of data returned and optional Cursor for the starting point of data.
Response
CashierTransactions
required
The collection of cashier transactions.
Cursor
string
optional
Unique identifier of the item one newer in time order than the items to be returned. If Cursor is not specified, i.e. null, then the latest or most recent items will be returned.
Cashier transaction
Id
string
required
Unique identifier of the transaction.
EnterpriseId
string
required
CashierId
string
required
PaymentId
string
optional
CreatedUtc
string
required
Creation date and time of the transaction.
Number
string
required
Number of the transaction.
Notes
string
optional
Additional notes of the transaction.
Amount
required
Total price of the transaction
Last updated
Was this helpful?