POS Tender
Methods
Retrieve Tenders
Retrieve a specific location POS tenders.
GET /pos/v2/{locationId}/tenders
Response 200
Returns tenders in requested location
{
"results": [
{
"posRef": "string",
"isActive": "string",
"name": "string"
}
],
"meta": {}
}
Definitions
Tender
POS tender (e.g., Cash, Credit)
Name | Type | Description |
---|---|---|
posRef* | string | POS item reference ID. Combination of (locationId + posRef) is unique |
isActive* | string | Indicates that this Tender is active in POS or not |
name* | string | Tender name |