POST api/Setting/PostTerminal
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"Id": "2a31c561-d4b2-42d6-88fb-c5f48f2f136d",
"OutletId": "7378dfff-6795-439d-be26-9dd696f9e90c",
"TerminalNo": 64,
"TerminalType": "dfc4f06e-6014-4c8d-8b48-76e3548d0196",
"TypeId": 5,
"UniqueIdentification": "sample string 6",
"HardwareAddress": "sample string 7",
"Description": "sample string 8",
"Alias": "sample string 9",
"Status": 0,
"CashDrawer": [
{
"$id": "2",
"Id": "46571818-8374-4730-8eeb-03fd07e962f8",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "ab28401b-d068-4852-90e7-753fbaae413c",
"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-09-20T13:15:48.8779721+02:00",
"Updated": "2026-09-20T13:15:48.8779721+02:00",
"IsExpired": true,
"PriceListId": "8c5e8489-fa7d-4e9b-ab14-aa55eb16619c",
"IsDisabled": true,
"IsLoggedOut": true,
"InActive": true,
"LastClosed": "2026-09-20T13:15:48.8779721+02:00",
"LocalSaleTotal": 27.0,
"SyncDate": "2026-09-20T13:15:48.8779721+02:00",
"SaleFromDate": "2026-09-20T13:15:48.8779721+02:00",
"SaleToDate": "2026-09-20T13:15:48.8779721+02:00",
"NIMPOSVersion": "sample string 29"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.