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. |
|
| 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": "e138bd94-ad55-438a-939c-56ab54eefce3",
"OutletId": "569cc98b-879e-46fa-9e90-fe7d6c90dc35",
"TerminalNo": 64,
"TerminalType": "42c766b7-f794-4db0-8577-8df4237ef5f2",
"TypeId": 5,
"UniqueIdentification": "sample string 6",
"HardwareAddress": "sample string 7",
"Description": "sample string 8",
"Alias": "sample string 9",
"Status": 0,
"CashDrawer": [
{
"$id": "2",
"Id": "2aea254e-cf82-4ad6-b5f9-9a1f837bde87",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "0495e664-ad43-4604-996b-1f6fb3fee60b",
"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-03-21T23:39:31.2001714+01:00",
"Updated": "2026-03-21T23:39:31.2001714+01:00",
"IsExpired": true,
"PriceListId": "0332f09b-a7af-45dd-8ec7-2d41a085378e",
"IsDisabled": true,
"IsLoggedOut": true,
"InActive": true,
"LastClosed": "2026-03-21T23:39:31.2001714+01:00",
"LocalSaleTotal": 26.0,
"SyncDate": "2026-03-21T23:39:31.2001714+01:00",
"SaleFromDate": "2026-03-21T23:39:31.2001714+01:00",
"SaleToDate": "2026-03-21T23:39:31.2001714+01:00",
"NIMPOSVersion": "sample string 28"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.