GET Operator/IsOperatorAuthenticated

Request Information

URI Parameters

None.

Body Parameters

Params_IsOperatorAuthenticated
NameDescriptionTypeAdditional information
Username

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "Password": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Params_IsOperatorAuthenticated'.

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"
}