GET api/Setting/GetOutlets
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TempOutlet| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| Address3 | string |
None. |
|
| City | string |
None. |
|
| PostalCode | string |
None. |
|
| BillPrinterId | integer |
None. |
|
| KitchenPrinterId | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| string |
None. |
||
| WebUrl | string |
None. |
|
| Phone | string |
None. |
|
| OrgNo | string |
None. |
|
| HeaderText | string |
None. |
|
| FooterText | string |
None. |
|
| TaxDescription | string |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| WarehouseID | globally unique identifier |
None. |
|
| WhLocationId | globally unique identifier |
None. |
|
| ExpiryDate | date |
None. |
|
| SaleType | integer |
None. |
|
| SubscriptionMode | boolean |
None. |
|
| Currency | string |
None. |
|
| JournalNumber | integer |
None. |
|
| PortalAccessToken | string |
None. |
|
| RootCategoryId | integer |
None. |
|
| ShortCode | string |
None. |
|
| LoginMessage | string |
None. |
|
| Terminals | Collection of TempTerminal |
None. |
|
| PriceListId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": "c6df74fc-9bc9-4c05-95a4-606c51b5ff83",
"Name": "sample string 2",
"Address1": "sample string 3",
"Address2": "sample string 4",
"Address3": "sample string 5",
"City": "sample string 6",
"PostalCode": "sample string 7",
"BillPrinterId": 8,
"KitchenPrinterId": 9,
"IsDeleted": true,
"Email": "sample string 11",
"WebUrl": "sample string 12",
"Phone": "sample string 13",
"OrgNo": "sample string 14",
"HeaderText": "sample string 15",
"FooterText": "sample string 16",
"TaxDescription": "sample string 17",
"Created": "2026-09-20T13:15:37.3136241+02:00",
"Updated": "2026-09-20T13:15:37.3136241+02:00",
"WarehouseID": "3cd6d0e3-4126-496a-9c3c-f93cf68b6eb0",
"WhLocationId": "c721b279-c5c5-4604-b9f6-00fde3b7bd57",
"ExpiryDate": "2026-09-20T13:15:37.3136241+02:00",
"SaleType": 22,
"SubscriptionMode": true,
"Currency": "sample string 24",
"JournalNumber": 25,
"PortalAccessToken": "sample string 26",
"RootCategoryId": 27,
"ShortCode": "sample string 28",
"LoginMessage": "sample string 29",
"Terminals": [
{
"$id": "2",
"Id": "113508f9-2ca9-4f0a-b687-ee7ebbf3258f",
"OutletId": "29e97a1e-0d72-4cd6-aef2-c5b10ae9ef02",
"TerminalNo": 64,
"TerminalType": "7e735a9c-6489-45e5-b587-35c78621ebcf",
"TypeId": 5,
"UniqueIdentification": "sample string 6",
"HardwareAddress": "sample string 7",
"Description": "sample string 8",
"Alias": "sample string 9",
"Status": 0,
"CashDrawer": [
{
"$id": "3",
"Id": "55ef6665-1b92-42c5-9dd0-80f5414c3073",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "8281afdc-7ee7-48c8-ad11-434e2839ecd9",
"ConnectionString": "sample string 6"
},
{
"$ref": "3"
}
],
"LicenseKey": "sample string 10",
"ExpiryDate": "sample string 11",
"LicenseType": "sample string 12",
"LicenseStatus": true,
"CategoryId": 14,
"BillPrinterId": 15,
"KitchenPrinterId": 16,
"CostCenterId": 17,
"IsDeleted": true,
"IsDataSynced": true,
"Created": "2026-09-20T13:15:37.3136241+02:00",
"Updated": "2026-09-20T13:15:37.3136241+02:00",
"IsExpired": true,
"PriceListId": "42077c34-da19-47ee-8a94-f8de2de47183",
"IsDisabled": true,
"IsLoggedOut": true,
"InActive": true,
"LastClosed": "2026-09-20T13:15:37.3136241+02:00",
"LocalSaleTotal": 27.0,
"SyncDate": "2026-09-20T13:15:37.3136241+02:00",
"SaleFromDate": "2026-09-20T13:15:37.3136241+02:00",
"SaleToDate": "2026-09-20T13:15:37.3136241+02:00",
"NIMPOSVersion": "sample string 29"
},
{
"$ref": "2"
}
],
"PriceListId": "26442c37-653a-4f26-a3c3-539df65eaaa7"
},
{
"$ref": "1"
}
]