The following attributes may be retrieved with a GET request that specifies venue : xxx. This will return all PLUs available in that venue, including those not on an EPoS menu page.
Attribute | Type | Key | Description |
id | Unsigned int | Yes | EPoS item id |
categoryid | Unsigned int | No | EPoS category id |
name | text | No | PLU name e.g. “House Red (bottle)” |
eatinavailable | boolean | No | Should this item be available for consuming on the premises? |
eatinprice | dec(8,2) | No | Sale price if consumed on the premises |
eatintaxrate | dec(4,3) | No | Tax rate expressed as a ratio. 1 is no tax. 1.2 is 20% tax. |
takeawayavailable | boolean | No | Should this item be available for consuming off the premises? |
takeawayprice | dec(8,2) | No | Sale price if consumed off the premises |
takeawaytaxrate | dec(4,3) | No | Tax rate expressed as a ratio. 1 is no tax. 1.2 is 20% tax. |
deliveryavailable | boolean | No | Should this item be available for delivery? |
deliveryprice | dec(8,2) | No | Sale price if delivered |
deliverytaxrate | dec(4,3) | No | Tax rate expressed as a ratio. 1 is no tax. 1.2 is 20% tax. |
servicechargeexempt | boolean | No | Should this item be excluded from any service charge premium? |
configuration | array | No | Array of PLU/PISC relationship objects |
Attribute | Type | Key | Description |
item_id | Unsigned int | No | epos_item ID |
ordering | Unsigned int | No | Order in which to display the PISC questions |
configuration_group_id | Unsigned int | No | till_configgroup ID |