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": "cb5e30ae-e280-43ff-b6c3-8e719ebcae64",
"Name": "sample string 2",
"Currency": "sample string 3",
"SaleType": 4,
"SubscriptionMode": true,
"Terminals": [
{
"$id": "2",
"Id": "35ef36d0-9b1a-40e9-8904-b26ed8b53c69",
"OutletId": "62fe6710-a6db-4a60-b1d6-0dc9cabf4d5c",
"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"
}
]