POST api/Setting/PostTerminalVersion
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{ "Id": "372207c6-9317-4b8c-be62-b5ed501866e0", "OutletId": "c36ebd3b-6abe-4a78-8c73-2ab8d39a4ac3", "TerminalNo": 64, "TerminalType": "ef2708be-8534-4073-b4ad-393a527c5ae5", "TypeId": 5, "UniqueIdentification": "sample string 6", "HardwareAddress": "sample string 7", "Description": "sample string 8", "Alias": "sample string 9", "Status": 0, "CashDrawer": [ { "$id": "2", "Id": "713a5294-35a1-4946-9514-bb4cbbee803e", "Name": "sample string 2", "Location": "sample string 3", "UserId": "sample string 4", "TerminalId": "0021f878-3e98-4da5-bba3-2326c1e5e87a", "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-07-04T12:51:18.3241794+02:00", "Updated": "2025-07-04T12:51:18.3241794+02:00", "IsExpired": true, "PriceListId": "0ab9e8ac-56f2-4de6-ad82-ee1b99cd8809", "LocalSaleTotal": 22.0, "SyncDate": "2025-07-04T12:51:18.3241794+02:00", "NIMPOSVersion": "sample string 24" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.