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": "8bc1bb10-a59a-4e7c-a993-ec2955a3e483", "OutletId": "f283ea06-1b27-465a-a06a-93a0612711f0", "TerminalNo": 64, "TerminalType": "b87b1f74-9d23-40c7-bde5-5b24a589b914", "TypeId": 5, "UniqueIdentification": "sample string 6", "HardwareAddress": "sample string 7", "Description": "sample string 8", "Alias": "sample string 9", "Status": 0, "CashDrawer": [ { "$id": "2", "Id": "0aa6edd8-4fbc-4475-a992-720008161719", "Name": "sample string 2", "Location": "sample string 3", "UserId": "sample string 4", "TerminalId": "be3e2252-19a7-4b48-b104-8d02077f3561", "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:15:15.3537954+02:00", "Updated": "2025-04-04T05:15:15.3537954+02:00", "IsExpired": true, "PriceListId": "56a01a00-f366-4ff9-8671-3ab58bb93709", "LocalSaleTotal": 22.0, "SyncDate": "2025-04-04T05:15:15.3537954+02:00", "NIMPOSVersion": "sample string 24" }, { "$ref": "1" } ]