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. |
|
| KitchenPrinterId | 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": "192d1c49-9c0a-4375-af51-6e9944b4c423",
"OutletId": "9e203c1c-3bfb-4b7c-8223-ca1703bba2a8",
"TerminalNo": 64,
"TerminalType": "5a7ebeb0-995a-4cb2-a238-ff55092a873b",
"TypeId": 5,
"UniqueIdentification": "sample string 6",
"HardwareAddress": "sample string 7",
"Description": "sample string 8",
"Alias": "sample string 9",
"Status": 0,
"CashDrawer": [
{
"$id": "2",
"Id": "ddddf809-6cbd-495a-8891-2505f96eaa83",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "72e18c93-ae0e-47a5-98bb-ca9023b34c62",
"ConnectionString": "sample string 6"
},
{
"$ref": "2"
}
],
"LicenseKey": "sample string 10",
"ExpiryDate": "sample string 11",
"LicenseType": "sample string 12",
"LicenseStatus": true,
"CategoryId": 14,
"BillPrinterId": 15,
"KitchenPrinterId": 16,
"CostCenterId": 17,
"IsDeleted": true,
"IsDataSynced": true,
"Created": "2026-08-06T01:32:35.0874381+02:00",
"Updated": "2026-08-06T01:32:35.0874381+02:00",
"IsExpired": true,
"PriceListId": "62a2f512-4685-4c44-8bf4-2bb32eeb1589",
"IsDisabled": true,
"IsLoggedOut": true,
"InActive": true,
"LastClosed": "2026-08-06T01:32:35.0874381+02:00",
"LocalSaleTotal": 27.0,
"SyncDate": "2026-08-06T01:32:35.0874381+02:00",
"SaleFromDate": "2026-08-06T01:32:35.0874381+02:00",
"SaleToDate": "2026-08-06T01:32:35.0874381+02:00",
"NIMPOSVersion": "sample string 29"
},
{
"$ref": "1"
}
]