POST api/Setting/PostTerminalSaleStatus

Request Information

URI Parameters

None.

Body Parameters

TempTerminal
NameDescriptionTypeAdditional 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": "21506492-343b-4836-9d43-0d31d3ac1666",
  "OutletId": "d040bc48-dbb3-4751-ac0a-e080e05eb3cf",
  "TerminalNo": 64,
  "TerminalType": "51451021-d6e0-4c1f-b57f-d09055c1a719",
  "TypeId": 5,
  "UniqueIdentification": "sample string 6",
  "HardwareAddress": "sample string 7",
  "Description": "sample string 8",
  "Alias": "sample string 9",
  "Status": 0,
  "CashDrawer": [
    {
      "$id": "2",
      "Id": "6c235108-bfd0-4ec4-8863-3d4c68579109",
      "Name": "sample string 2",
      "Location": "sample string 3",
      "UserId": "sample string 4",
      "TerminalId": "bc318d19-f14a-4a9f-a7e5-ea982b230bbb",
      "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": "2024-05-16T18:58:10.2007628+02:00",
  "Updated": "2024-05-16T18:58:10.2007628+02:00",
  "IsExpired": true,
  "PriceListId": "aba29135-0912-4467-a823-e78fd72989c5",
  "LocalSaleTotal": 22.0,
  "SyncDate": "2024-05-16T18:58:10.2017621+02:00",
  "NIMPOSVersion": "sample string 24"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.