GET a/PosItems/GetPosItems
Get a list of all items from the point of sale database.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Queryable collection of all items from the POS database
Collection of IPosItem| Name | Description | Type | Additional information |
|---|---|---|---|
| PosIdentifier |
Gets or sets the Pos specific identifier for this item |
string |
None. |
| Name |
Gets or sets the item name |
string |
None. |
| Price |
Gets or sets the Normal Price of this item |
decimal number |
None. |
| PriceEx |
Gets or sets the Sales Tax exclusive normal price of this item |
decimal number |
None. |
| ItemGroupIdentifier |
Gets or sets the POS specific identifier for the item's group |
string |
None. |
| ItemGroupName |
Gets or sets the Item group name |
string |
None. |
| ItemCategoryIdentifier |
Gets or sets the POS specific identifier for the item's Category |
string |
None. |
| ItemCategoryName |
Gets or sets the name of this item's category |
string |
None. |
| WhenDeleted |
Gets or sets when this item was deleted (if it has been) |
date |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.