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": "efb531e2-3048-4bcc-b02a-c64e06295a06",
"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-06-21T22:45:19.1168191+02:00",
"Updated": "2026-06-21T22:45:19.1168191+02:00",
"WarehouseID": "50d806c6-9d9a-4c5e-aa7d-984c0a76ed44",
"WhLocationId": "7c93562d-d965-469a-ab41-be24c029f53b",
"ExpiryDate": "2026-06-21T22:45:19.1168191+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": "a69a31a7-f192-484b-99e2-112418a7274e",
"OutletId": "df120594-19cb-464b-83c7-05f150d122d5",
"TerminalNo": 64,
"TerminalType": "a363a441-5fb9-4808-b184-fe13eefadabe",
"TypeId": 5,
"UniqueIdentification": "sample string 6",
"HardwareAddress": "sample string 7",
"Description": "sample string 8",
"Alias": "sample string 9",
"Status": 0,
"CashDrawer": [
{
"$id": "3",
"Id": "9b257cd3-3143-4aac-8f03-c50b06dfe4da",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "f5af6fd0-1f00-4ea9-afc8-5d1e6c4a7518",
"ConnectionString": "sample string 6"
},
{
"$ref": "3"
}
],
"LicenseKey": "sample string 10",
"ExpiryDate": "sample string 11",
"LicenseType": "sample string 12",
"LicenseStatus": true,
"CategoryId": 14,
"BillPrinterId": 15,
"CostCenterId": 16,
"IsDeleted": true,
"IsDataSynced": true,
"Created": "2026-06-21T22:45:19.1168191+02:00",
"Updated": "2026-06-21T22:45:19.1168191+02:00",
"IsExpired": true,
"PriceListId": "287d0850-44f5-4d11-b9aa-82cfde6e3978",
"IsDisabled": true,
"IsLoggedOut": true,
"InActive": true,
"LastClosed": "2026-06-21T22:45:19.1168191+02:00",
"LocalSaleTotal": 26.0,
"SyncDate": "2026-06-21T22:45:19.1168191+02:00",
"SaleFromDate": "2026-06-21T22:45:19.1168191+02:00",
"SaleToDate": "2026-06-21T22:45:19.1168191+02:00",
"NIMPOSVersion": "sample string 28"
},
{
"$ref": "2"
}
],
"PriceListId": "491ca0b0-5211-4787-a76a-eb87182fed16"
},
{
"$ref": "1"
}
]