GET api/Setting/GetTerminalByDevice?outleId={outleId}&deviceId={deviceId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| outleId | globally unique identifier |
Required |
|
| deviceId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TempTerminal| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| OutletId | globally unique identifier |
None. |
|
| TerminalNo | byte |
None. |
|
| TerminalType | globally unique identifier |
None. |
|
| TypeId | integer |
None. |
|
| UniqueIdentification | string |
None. |
|
| HardwareAddress | string |
None. |
|
| Description | string |
None. |
|
| Alias | string |
None. |
|
| Status | TerminalStatus |
None. |
|
| CashDrawer | Collection of TempCashDrawer |
None. |
|
| LicenseKey | string |
None. |
|
| ExpiryDate | string |
None. |
|
| LicenseType | string |
None. |
|
| LicenseStatus | boolean |
None. |
|
| CategoryId | integer |
None. |
|
| BillPrinterId | integer |
None. |
|
| CostCenterId | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsDataSynced | boolean |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| IsExpired | boolean |
None. |
|
| PriceListId | globally unique identifier |
None. |
|
| IsDisabled | boolean |
None. |
|
| IsLoggedOut | boolean |
None. |
|
| InActive | boolean |
None. |
|
| LastClosed | date |
None. |
|
| LocalSaleTotal | decimal number |
None. |
|
| SyncDate | date |
None. |
|
| SaleFromDate | date |
None. |
|
| SaleToDate | date |
None. |
|
| NIMPOSVersion | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": "0f8cb809-64ef-4825-9d8f-16fce77e8f60",
"OutletId": "5ba3596f-4eb7-4eb0-a5ef-d69ec74f5057",
"TerminalNo": 64,
"TerminalType": "d0395367-990a-4519-9321-533c36c5039d",
"TypeId": 5,
"UniqueIdentification": "sample string 6",
"HardwareAddress": "sample string 7",
"Description": "sample string 8",
"Alias": "sample string 9",
"Status": 0,
"CashDrawer": [
{
"$id": "2",
"Id": "c112a7d1-5342-4e2f-9bbd-5f6865138e3c",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "1647edf2-8ce0-40a5-9683-beffa8d0b68e",
"ConnectionString": "sample string 6"
},
{
"$ref": "2"
}
],
"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-21T17:46:08.922942+02:00",
"Updated": "2026-06-21T17:46:08.922942+02:00",
"IsExpired": true,
"PriceListId": "882e9569-b3f2-4745-89c4-4f17867bd443",
"IsDisabled": true,
"IsLoggedOut": true,
"InActive": true,
"LastClosed": "2026-06-21T17:46:08.922942+02:00",
"LocalSaleTotal": 26.0,
"SyncDate": "2026-06-21T17:46:08.922942+02:00",
"SaleFromDate": "2026-06-21T17:46:08.922942+02:00",
"SaleToDate": "2026-06-21T17:46:08.922942+02:00",
"NIMPOSVersion": "sample string 28"
},
{
"$ref": "1"
}
]