POST Admin/Get_operator_By_OPERATOR_ID?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Operator
NameDescriptionTypeAdditional information
OPERATOR_ID

integer

None.

OPERATOR_UID

globally unique identifier

None.

PARTNER_ID

integer

None.

OPERATOR_NAME

string

None.

OPERATOR_EMAIL

string

None.

OPERATOR_MOBILE

string

None.

OPERATOR_PHONE

string

None.

OPERATOR_USERNAME

string

None.

OPERATOR_PASSWORD

string

None.

IS_ACTIVE

boolean

None.

IS_ADMINISTRATOR

boolean

None.

TECDOC_USERNAME

string

None.

TECDOC_PASSWORD

string

None.

IS_DRAFT

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "OPERATOR_ID": 1,
  "OPERATOR_UID": "b463cf7a-bbfd-4bd0-9ac1-16f2b7d12b8e",
  "PARTNER_ID": 3,
  "OPERATOR_NAME": "sample string 4",
  "OPERATOR_EMAIL": "sample string 5",
  "OPERATOR_MOBILE": "sample string 6",
  "OPERATOR_PHONE": "sample string 7",
  "OPERATOR_USERNAME": "sample string 8",
  "OPERATOR_PASSWORD": "sample string 9",
  "IS_ACTIVE": true,
  "IS_ADMINISTRATOR": true,
  "TECDOC_USERNAME": "sample string 12",
  "TECDOC_PASSWORD": "sample string 13",
  "IS_DRAFT": true
}

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 'Operator'.

Response Information

Resource Description

Result_Get_Operator
NameDescriptionTypeAdditional information
My_Operator

Operator

None.

ExceptionMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "My_Operator": {
    "OPERATOR_ID": 1,
    "OPERATOR_UID": "f9d9a1b3-9551-46df-8141-ede94cb8b471",
    "PARTNER_ID": 3,
    "OPERATOR_NAME": "sample string 4",
    "OPERATOR_EMAIL": "sample string 5",
    "OPERATOR_MOBILE": "sample string 6",
    "OPERATOR_PHONE": "sample string 7",
    "OPERATOR_USERNAME": "sample string 8",
    "OPERATOR_PASSWORD": "sample string 9",
    "IS_ACTIVE": true,
    "IS_ADMINISTRATOR": true,
    "TECDOC_USERNAME": "sample string 12",
    "TECDOC_PASSWORD": "sample string 13",
    "IS_DRAFT": true
  },
  "ExceptionMsg": "sample string 1"
}