GET api/Sale/GetTerminals
Request Information
URI Parameters
None.
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": "1022f801-e988-4a30-9635-ba4c50262179", "OutletId": "d015d23f-c625-4ecc-93da-74c530c81552", "TerminalNo": 64, "TerminalType": "4077bd78-b2d4-43d5-8143-48b7db4414eb", "TypeId": 5, "UniqueIdentification": "sample string 6", "HardwareAddress": "sample string 7", "Description": "sample string 8", "Alias": "sample string 9", "Status": 0, "CashDrawer": [ { "$id": "2", "Id": "27fe25a2-42c2-4f65-8e33-8cd872b8b5ce", "Name": "sample string 2", "Location": "sample string 3", "UserId": "sample string 4", "TerminalId": "41e9390a-52d6-4bc5-93fc-d9bd26f80140", "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:46:36.3129375+02:00", "Updated": "2025-07-04T14:46:36.3129375+02:00", "IsExpired": true, "PriceListId": "ad8a2331-fe3d-4a8c-b15d-b92681adbe64", "LocalSaleTotal": 22.0, "SyncDate": "2025-07-04T14:46:36.3129375+02:00", "NIMPOSVersion": "sample string 24" }, { "$ref": "1" } ]