POS Day Part
Methods
Retrieve Day Parts
Retrieve all day parts configured for a specific location.
GET /pos/v2/{locationId}/day-parts
Path Parameters
| Name | Type | Description |
|---|---|---|
| locationId* | integer | location id |
Response 200
Returns day parts configured in the requested location
{
"results": [
{
"posRef": "string",
"name": "string"
}
],
"meta": {}
}
Definitions
DayPart
POS day part (e.g., Breakfast, Lunch)
| Name | Type | Description |
|---|---|---|
| posRef* | string | POS item reference ID. Combination of (locationId + posRef) is unique |
| name* | string | Day Part name |