POST api/Setting/PostTerminal
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": "c1eacc23-58c6-4e6a-b369-16c8fb035230", "OutletId": "3a14b02c-0f02-4854-ae2c-a24fd3f189bc", "TerminalNo": 64, "TerminalType": "b4f147ca-9cd0-49e2-b0ff-3fe79875400b", "TypeId": 5, "UniqueIdentification": "sample string 6", "HardwareAddress": "sample string 7", "Description": "sample string 8", "Alias": "sample string 9", "Status": 0, "CashDrawer": [ { "$id": "2", "Id": "fd7c3b74-afcd-4a84-ac6a-f8f57d27b04d", "Name": "sample string 2", "Location": "sample string 3", "UserId": "sample string 4", "TerminalId": "8e14e521-833a-4727-b12b-78aaece3942d", "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-04T14:01:15.3956836+02:00", "Updated": "2025-07-04T14:01:15.3956836+02:00", "IsExpired": true, "PriceListId": "41a6a9c2-3ed2-4476-a3e8-9e314917230a", "LocalSaleTotal": 22.0, "SyncDate": "2025-07-04T14:01:15.3956836+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.