GET api/Sale/GetTerminals
Request Information
URI Parameters
None.
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": "0ad00c92-c8bf-4874-8003-a0cab4bb98d9",
"OutletId": "1b979e4d-9797-476e-8384-9444c45a4d33",
"TerminalNo": 64,
"TerminalType": "5daf875c-56da-4238-98dd-197cc364231e",
"TypeId": 5,
"UniqueIdentification": "sample string 6",
"HardwareAddress": "sample string 7",
"Description": "sample string 8",
"Alias": "sample string 9",
"Status": 0,
"CashDrawer": [
{
"$id": "2",
"Id": "74ab0738-2bfe-486c-9b56-66b54192dce3",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "bf332d05-c3c4-42e0-b1b4-199fedf397ed",
"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-03-21T23:44:40.0867914+01:00",
"Updated": "2026-03-21T23:44:40.0867914+01:00",
"IsExpired": true,
"PriceListId": "fc727f24-0655-461b-bd8d-e49ea4572247",
"IsDisabled": true,
"IsLoggedOut": true,
"InActive": true,
"LastClosed": "2026-03-21T23:44:40.0867914+01:00",
"LocalSaleTotal": 26.0,
"SyncDate": "2026-03-21T23:44:40.0867914+01:00",
"SaleFromDate": "2026-03-21T23:44:40.0867914+01:00",
"SaleToDate": "2026-03-21T23:44:40.0867914+01:00",
"NIMPOSVersion": "sample string 28"
},
{
"$ref": "1"
}
]