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": "85e38c97-bd2c-4337-aa2a-68f91a7747b6",
"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-03-21T23:39:32.0751804+01:00",
"Updated": "2026-03-21T23:39:32.0751804+01:00",
"WarehouseID": "a226b911-ff14-41f0-86d9-763390fb2143",
"WhLocationId": "98965631-af70-4a81-a39b-7c2fc65bce3e",
"ExpiryDate": "2026-03-21T23:39:32.0751804+01: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": "20c7112c-e6d7-44b7-983c-c48760e32c4b",
"OutletId": "063949e3-8939-4895-95b2-e784fa752447",
"TerminalNo": 64,
"TerminalType": "d336468c-6528-4f4e-9f45-1c9ff411c249",
"TypeId": 5,
"UniqueIdentification": "sample string 6",
"HardwareAddress": "sample string 7",
"Description": "sample string 8",
"Alias": "sample string 9",
"Status": 0,
"CashDrawer": [
{
"$id": "3",
"Id": "cb189d39-a029-44aa-8cad-263171650014",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "1b606e7d-0d6e-428f-8ba9-d897bc17e430",
"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-03-21T23:39:32.0751804+01:00",
"Updated": "2026-03-21T23:39:32.0751804+01:00",
"IsExpired": true,
"PriceListId": "310f5edf-0f8f-4012-9007-8e1d090c76bd",
"IsDisabled": true,
"IsLoggedOut": true,
"InActive": true,
"LastClosed": "2026-03-21T23:39:32.0751804+01:00",
"LocalSaleTotal": 26.0,
"SyncDate": "2026-03-21T23:39:32.0751804+01:00",
"SaleFromDate": "2026-03-21T23:39:32.0751804+01:00",
"SaleToDate": "2026-03-21T23:39:32.0751804+01:00",
"NIMPOSVersion": "sample string 28"
},
{
"$ref": "2"
}
],
"PriceListId": "8f7fb2af-1d21-4c86-b157-c84b7929c8b4"
},
{
"$ref": "1"
}
]