GET api/Setting/GetAllOutlets
Get Outlets for customers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerOutletName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Currency | string |
None. |
|
SaleType | integer |
None. |
|
SubscriptionMode | boolean |
None. |
|
Terminals | Collection of CustomerTerminal |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": "c95dd904-ab57-4918-a34b-8aefcc3270c5", "Name": "sample string 2", "Currency": "sample string 3", "SaleType": 4, "SubscriptionMode": true, "Terminals": [ { "$id": "2", "Id": "3708b8a8-20c0-4cbc-bf88-08cef4e8eeb7", "OutletId": "d7268fe7-49a7-47d9-9b5a-bd02c01d51dd", "Name": "sample string 3", "UniqueIdentification": "sample string 4", "TerminalNo": 5, "LicenseType": "sample string 6", "LicenseStatus": true, "Alias": "sample string 8", "ExpiryDate": "sample string 9", "IsExpired": true }, { "$ref": "2" } ] }, { "$ref": "1" } ]