POST api/Nodes

Request Information

URI Parameters

None.

Body Parameters

WorkStation
NameDescriptionTypeAdditional information
IdCompany

string

None.

IdStore

integer

None.

IdPos

integer

None.

Active

integer

None.

Type

string

None.

Token

globally unique identifier

None.

TokenExpiration

date

None.

LocalOperator

string

None.

Tenant

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdCompany": "sample string 1",
  "IdStore": 2,
  "IdPos": 3,
  "Active": 4,
  "Type": "sample string 5",
  "Token": "a83d176a-6160-46eb-b7cb-bcc5a993e2e3",
  "TokenExpiration": "2025-12-15T19:54:37.8598184+01:00",
  "LocalOperator": "sample string 8",
  "Tenant": "sample string 9"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.