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": "a4507140-d41c-4878-8c56-7c4ab6a435f1",
"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-02-04T04:16:32.8627981+01:00",
"Updated": "2026-02-04T04:16:32.8627981+01:00",
"WarehouseID": "2d24b1f3-d0d3-402f-8277-db4fcf2bc5f3",
"WhLocationId": "f71772ff-cf1b-499f-8045-e1261ed3090d",
"ExpiryDate": "2026-02-04T04:16:32.8627981+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": "bc41e45d-31b7-4018-806a-bfd389a02476",
"OutletId": "cac7343c-908e-4837-9292-49dbc9670b33",
"TerminalNo": 64,
"TerminalType": "cc50c9ed-9214-46b8-bb8d-2f262d367a3b",
"TypeId": 5,
"UniqueIdentification": "sample string 6",
"HardwareAddress": "sample string 7",
"Description": "sample string 8",
"Alias": "sample string 9",
"Status": 0,
"CashDrawer": [
{
"$id": "3",
"Id": "5b86c787-fa6c-411b-aac3-c4e7c537f936",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "e3e34229-17b9-4a3a-8df5-2f1b0042ada9",
"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-02-04T04:16:32.8627981+01:00",
"Updated": "2026-02-04T04:16:32.8627981+01:00",
"IsExpired": true,
"PriceListId": "6a55414d-0a88-4b01-b058-d8d4f62916e4",
"IsDisabled": true,
"IsLoggedOut": true,
"InActive": true,
"LastClosed": "2026-02-04T04:16:32.8627981+01:00",
"LocalSaleTotal": 26.0,
"SyncDate": "2026-02-04T04:16:32.8627981+01:00",
"SaleFromDate": "2026-02-04T04:16:32.8627981+01:00",
"SaleToDate": "2026-02-04T04:16:32.8627981+01:00",
"NIMPOSVersion": "sample string 28"
},
{
"$ref": "2"
}
],
"PriceListId": "803064a4-a597-4930-a2db-2260789228e2"
},
{
"$ref": "1"
}
]