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": "c524f92b-ca5d-41d6-9fe3-25d7949c8561",
"OutletId": "024e665f-5071-42da-8c46-75aa3aba9702",
"TerminalNo": 64,
"TerminalType": "e071c5f2-8e83-482c-968a-cd701721f368",
"TypeId": 5,
"UniqueIdentification": "sample string 6",
"HardwareAddress": "sample string 7",
"Description": "sample string 8",
"Alias": "sample string 9",
"Status": 0,
"CashDrawer": [
{
"$id": "2",
"Id": "4dde7242-06a3-41e9-a896-e5d7de90a05a",
"Name": "sample string 2",
"Location": "sample string 3",
"UserId": "sample string 4",
"TerminalId": "2d3840ac-3f1c-4403-98ba-c60d5050e21d",
"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-02-04T04:09:18.9149548+01:00",
"Updated": "2026-02-04T04:09:18.9149548+01:00",
"IsExpired": true,
"PriceListId": "2fcd0896-3e11-414c-aeef-0a9f584533e8",
"IsDisabled": true,
"IsLoggedOut": true,
"InActive": true,
"LastClosed": "2026-02-04T04:09:18.9149548+01:00",
"LocalSaleTotal": 26.0,
"SyncDate": "2026-02-04T04:09:18.9149548+01:00",
"SaleFromDate": "2026-02-04T04:09:18.9149548+01:00",
"SaleToDate": "2026-02-04T04:09:18.9149548+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.