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": "6fc3c196-5c99-46ed-a626-65dc3a1179c5",
"OutletId": "c7962467-a135-466a-a326-3c257ef719d2",
"TerminalNo": 64,
"TerminalType": "46eafc83-471b-447c-8a3c-b83701cb7335",
"TypeId": 5,
"UniqueIdentification": "sample string 6",
"HardwareAddress": "sample string 7",
"Description": "sample string 8",
"Alias": "sample string 9",
"Status": 0,
"CashDrawer": [
{
"$id": "2",
"Id": "05138105-6c75-44ed-94df-5f94a8722595",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "9b2bdde1-abb9-4fe9-8381-dca5a15f8196",
"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-02-04T04:12:32.1142531+01:00",
"Updated": "2026-02-04T04:12:32.1142531+01:00",
"IsExpired": true,
"PriceListId": "729d0c80-7a87-4d4d-b89c-df2f3b91d07e",
"IsDisabled": true,
"IsLoggedOut": true,
"InActive": true,
"LastClosed": "2026-02-04T04:12:32.1142531+01:00",
"LocalSaleTotal": 26.0,
"SyncDate": "2026-02-04T04:12:32.1142531+01:00",
"SaleFromDate": "2026-02-04T04:12:32.1142531+01:00",
"SaleToDate": "2026-02-04T04:12:32.1142531+01:00",
"NIMPOSVersion": "sample string 28"
},
{
"$ref": "1"
}
]