POST api/Setting/PostTerminalSaleStatus
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": "f490d9bc-3b27-4d65-884b-875836cdf974",
"OutletId": "b00fd57f-ea49-4fbe-bdb1-7954276358f1",
"TerminalNo": 64,
"TerminalType": "9c75866a-8b00-4825-803d-57687f873c4c",
"TypeId": 5,
"UniqueIdentification": "sample string 6",
"HardwareAddress": "sample string 7",
"Description": "sample string 8",
"Alias": "sample string 9",
"Status": 0,
"CashDrawer": [
{
"$id": "2",
"Id": "413a9f14-c937-47e8-8be8-9c989d212d1b",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "17c2dd6f-ea99-4577-90f1-3704d559a3f3",
"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-05-06T16:18:26.3418658+02:00",
"Updated": "2026-05-06T16:18:26.3418658+02:00",
"IsExpired": true,
"PriceListId": "136b1a69-0c76-410b-8502-389c7f9c88f6",
"IsDisabled": true,
"IsLoggedOut": true,
"InActive": true,
"LastClosed": "2026-05-06T16:18:26.3418658+02:00",
"LocalSaleTotal": 26.0,
"SyncDate": "2026-05-06T16:18:26.3418658+02:00",
"SaleFromDate": "2026-05-06T16:18:26.3418658+02:00",
"SaleToDate": "2026-05-06T16:18:26.3418658+02: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.