GET api/v1/{posId}/POSes
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| posId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of POS| Name | Description | Type | Additional information |
|---|---|---|---|
| GUIType | integer |
None. |
|
| ID | string |
None. |
|
| Name | string |
None. |
|
| StoreID | string |
None. |
|
| SalesPerson | string |
None. |
|
| ReceiveNotifyFromServer | boolean |
None. |
|
| Inactive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GUIType": 1,
"ID": "sample string 2",
"Name": "sample string 3",
"StoreID": "sample string 4",
"SalesPerson": "sample string 5",
"ReceiveNotifyFromServer": true,
"Inactive": true
},
{
"GUIType": 1,
"ID": "sample string 2",
"Name": "sample string 3",
"StoreID": "sample string 4",
"SalesPerson": "sample string 5",
"ReceiveNotifyFromServer": true,
"Inactive": true
}
]
text/html
Sample:
[{"GUIType":1,"ID":"sample string 2","Name":"sample string 3","StoreID":"sample string 4","SalesPerson":"sample string 5","ReceiveNotifyFromServer":true,"Inactive":true},{"GUIType":1,"ID":"sample string 2","Name":"sample string 3","StoreID":"sample string 4","SalesPerson":"sample string 5","ReceiveNotifyFromServer":true,"Inactive":true}]
application/xml, text/xml
Sample:
<Root>
<Data>
<GUIType>1</GUIType>
<ID>sample string 2</ID>
<Name>sample string 3</Name>
<StoreID>sample string 4</StoreID>
<SalesPerson>sample string 5</SalesPerson>
<ReceiveNotifyFromServer>true</ReceiveNotifyFromServer>
<Inactive>true</Inactive>
</Data>
<Data>
<GUIType>1</GUIType>
<ID>sample string 2</ID>
<Name>sample string 3</Name>
<StoreID>sample string 4</StoreID>
<SalesPerson>sample string 5</SalesPerson>
<ReceiveNotifyFromServer>true</ReceiveNotifyFromServer>
<Inactive>true</Inactive>
</Data>
</Root>
application/csv
Sample:
Sample not available.
text/csv
Sample:
Sample not available.