POST api/Setting/PostTerminalSaleStatus
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": "f53e199b-389e-4f29-b274-f2a5c9c7e716", "OutletId": "a42174b2-8b19-478e-869e-c3f8caba94e1", "TerminalNo": 64, "TerminalType": "8445a0d3-27c7-4336-8e88-664e5f5512e0", "TypeId": 5, "UniqueIdentification": "sample string 6", "HardwareAddress": "sample string 7", "Description": "sample string 8", "Alias": "sample string 9", "Status": 0, "CashDrawer": [ { "$id": "2", "Id": "e302f16c-3efd-46eb-9cea-b4bcac34faaf", "Name": "sample string 2", "Location": "sample string 3", "UserId": "sample string 4", "TerminalId": "a4013acd-1522-4bcd-9e04-ab66cf26fc29", "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-04-04T05:29:31.0698314+02:00", "Updated": "2025-04-04T05:29:31.0698314+02:00", "IsExpired": true, "PriceListId": "22f500e2-4706-46b8-a637-7a1315872816", "LocalSaleTotal": 22.0, "SyncDate": "2025-04-04T05:29:31.0698314+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.