POST Operator/Log_Logout?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

None.

Response Information

Resource Description

OperatorInfo
NameDescriptionTypeAdditional information
OPERATOR_ID

integer

None.

PARTNER_ID

integer

None.

Name

string

None.

IsAuthenticated

boolean

None.

IsFirstTime

boolean

None.

IsAdmin

boolean

None.

IsClient

boolean

None.

IsSupplier

boolean

None.

IsDelivery

boolean

None.

isSoleAgent

boolean

None.

Ticket

string

None.

TocDec_APi_Key

string

None.

ExceptionMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "OPERATOR_ID": 1,
  "PARTNER_ID": 2,
  "Name": "sample string 3",
  "IsAuthenticated": true,
  "IsFirstTime": true,
  "IsAdmin": true,
  "IsClient": true,
  "IsSupplier": true,
  "IsDelivery": true,
  "isSoleAgent": true,
  "Ticket": "sample string 11",
  "TocDec_APi_Key": "sample string 12",
  "ExceptionMsg": "sample string 13"
}