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": "2b72fe8d-66ce-4441-821f-1ac6d920eecb",
"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-05-06T16:13:51.2296896+02:00",
"Updated": "2026-05-06T16:13:51.2296896+02:00",
"WarehouseID": "8dfab6af-cf7d-43b6-b432-6cdb1e66615b",
"WhLocationId": "6b494ff0-e960-4634-8bb0-8141e066aeae",
"ExpiryDate": "2026-05-06T16:13:51.2296896+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": "0972753e-3b2f-451f-a421-2f1a821b5fe1",
"OutletId": "994a74b0-ada6-4eb1-929a-186f83e24938",
"TerminalNo": 64,
"TerminalType": "0d6b7aaa-0922-4d11-893e-b5a5654c2d23",
"TypeId": 5,
"UniqueIdentification": "sample string 6",
"HardwareAddress": "sample string 7",
"Description": "sample string 8",
"Alias": "sample string 9",
"Status": 0,
"CashDrawer": [
{
"$id": "3",
"Id": "7dfb6413-1a10-4909-b672-90018cf303f0",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "abd40e51-fabe-4583-a971-846853b82a98",
"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-05-06T16:13:51.2296896+02:00",
"Updated": "2026-05-06T16:13:51.2296896+02:00",
"IsExpired": true,
"PriceListId": "a94e14d4-8259-45b9-ba4d-10c554b10e60",
"IsDisabled": true,
"IsLoggedOut": true,
"InActive": true,
"LastClosed": "2026-05-06T16:13:51.2296896+02:00",
"LocalSaleTotal": 26.0,
"SyncDate": "2026-05-06T16:13:51.2296896+02:00",
"SaleFromDate": "2026-05-06T16:13:51.2296896+02:00",
"SaleToDate": "2026-05-06T16:13:51.2296896+02:00",
"NIMPOSVersion": "sample string 28"
},
{
"$ref": "2"
}
],
"PriceListId": "c7c9fd4d-84c5-4601-bd22-ed23e48329ed"
},
{
"$ref": "1"
}
]