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": "9f9b0de9-ef9b-4166-9390-5866085336e9",
"Name": "sample string 2",
"Currency": "sample string 3",
"SaleType": 4,
"SubscriptionMode": true,
"Terminals": [
{
"$id": "2",
"Id": "d824fffb-d0df-43b9-a634-24f9e2f9dda1",
"OutletId": "d06a1921-d027-4821-a396-e8df78b50665",
"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"
}
]