GET api/Setting/GetAllOutlets
Get Outlets for customers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerOutlet| Name | 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": "bc64c9ad-b84e-4b9d-b2ed-648ab4fad771",
"Name": "sample string 2",
"Currency": "sample string 3",
"SaleType": 4,
"SubscriptionMode": true,
"Terminals": [
{
"$id": "2",
"Id": "4a8e5102-af89-494b-af55-c2967ca8be19",
"OutletId": "80763ba3-dcbe-41e9-b9ad-97d26849fade",
"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"
}
]