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 TempTerminalName | 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. |
|
LocalSaleTotal | decimal number |
None. |
|
SyncDate | date |
None. |
|
NIMPOSVersion | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": "fb76fb7c-996e-46e1-9dc3-0e47e91e8e41", "OutletId": "c6c16702-fccd-4cef-8c51-1c12b25cace4", "TerminalNo": 64, "TerminalType": "07eaf6de-2aea-4827-b232-7fc03afca0e6", "TypeId": 5, "UniqueIdentification": "sample string 6", "HardwareAddress": "sample string 7", "Description": "sample string 8", "Alias": "sample string 9", "Status": 0, "CashDrawer": [ { "$id": "2", "Id": "26794459-6475-4fa8-869d-ab1ab3786be2", "Name": "sample string 2", "Location": "sample string 3", "UserId": "sample string 4", "TerminalId": "449f7f17-7b37-4084-854f-5b896ed9a6e2", "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": "2025-07-04T14:37:10.2566977+02:00", "Updated": "2025-07-04T14:37:10.2566977+02:00", "IsExpired": true, "PriceListId": "5e9717d5-7a2c-48d7-bd80-9a97b8d8581b", "LocalSaleTotal": 22.0, "SyncDate": "2025-07-04T14:37:10.2566977+02:00", "NIMPOSVersion": "sample string 24" }, { "$ref": "1" } ]