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": "9bc17b98-0744-4906-9995-f76e0ae3afb9", "OutletId": "e54e41d4-0476-4779-ab16-e968cbe3e36d", "TerminalNo": 64, "TerminalType": "3c8714cb-ae5e-4f4f-ab53-4de0ebd06e25", "TypeId": 5, "UniqueIdentification": "sample string 6", "HardwareAddress": "sample string 7", "Description": "sample string 8", "Alias": "sample string 9", "Status": 0, "CashDrawer": [ { "$id": "2", "Id": "415c197b-543e-4504-8c4e-ba52bdf9bc76", "Name": "sample string 2", "Location": "sample string 3", "UserId": "sample string 4", "TerminalId": "05ae6a4b-8171-44e4-afbe-d8846b5db8a8", "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-04-04T05:32:52.2244282+02:00", "Updated": "2025-04-04T05:32:52.2244282+02:00", "IsExpired": true, "PriceListId": "993f3638-8f7e-4943-9e4d-cb8c90a2428a", "LocalSaleTotal": 22.0, "SyncDate": "2025-04-04T05:32:52.2244282+02:00", "NIMPOSVersion": "sample string 24" }, { "$ref": "1" } ]