Cashiers
Get all cashiers
Returns all cashiers in the enterprise. Note this operation uses Pagination and supports Portfolio Access Tokens.
Request
[PlatformAddress]/api/connector/v1/cashiers/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
Ids
string
optional, max 1000 items
UpdatedUtc
optional, max length 3 months
ActivityStates
optional
Whether to return only active, only deleted or both records.
Limitation
required
Limitation on the quantity of data returned.
Response
Cashiers
required
Cashiers in the enterprise.
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
Id
string
required
Unique identifier of the cashier.
EnterpriseId
string
required
IsActive
boolean
required
Whether the cashier is still active.
Name
string
required
Name of the cashier.
CreatedUtc
string
required
Creation date and time of the rule in UTC timezone in ISO 8601 format.
UpdatedUtc
string
required
Last update date and time of the rule in UTC timezone in ISO 8601 format.
Last updated