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": "024b645a-6349-444a-b5a5-07738d94d711",
"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-08-06T01:26:53.8772614+02:00",
"Updated": "2026-08-06T01:26:53.8772614+02:00",
"WarehouseID": "a68f8b00-4019-45bc-9d66-26c9f86b6274",
"WhLocationId": "4326c7a8-dfc2-4009-8d28-d7f99e3c93ba",
"ExpiryDate": "2026-08-06T01:26:53.8772614+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": "edd07b93-c9cb-446e-b8d0-9a29c63c4c16",
"OutletId": "9c79a2ca-817d-44e3-8322-0ee24a30eaa1",
"TerminalNo": 64,
"TerminalType": "00a26267-6c14-4498-b7d8-25327a641059",
"TypeId": 5,
"UniqueIdentification": "sample string 6",
"HardwareAddress": "sample string 7",
"Description": "sample string 8",
"Alias": "sample string 9",
"Status": 0,
"CashDrawer": [
{
"$id": "3",
"Id": "452786af-9e50-4e29-9bf4-c3951d47cc5f",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "10158636-8438-40e1-9152-e9113738e84c",
"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-08-06T01:26:53.8772614+02:00",
"Updated": "2026-08-06T01:26:53.8772614+02:00",
"IsExpired": true,
"PriceListId": "bd94d713-9d0b-410f-9b4e-c2231edbcc6b",
"IsDisabled": true,
"IsLoggedOut": true,
"InActive": true,
"LastClosed": "2026-08-06T01:26:53.8772614+02:00",
"LocalSaleTotal": 27.0,
"SyncDate": "2026-08-06T01:26:53.8772614+02:00",
"SaleFromDate": "2026-08-06T01:26:53.8772614+02:00",
"SaleToDate": "2026-08-06T01:26:53.8772614+02:00",
"NIMPOSVersion": "sample string 29"
},
{
"$ref": "2"
}
],
"PriceListId": "a423f3d4-e53e-49c5-a6bd-fcf93cab148f"
},
{
"$ref": "1"
}
]