POST Admin/Edit_Operator?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": "5eec29f5-2a74-4b8b-be04-5392614e5b8d",
  "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": "f64c929b-8a02-4beb-b0da-c3d7f2939e1f",
    "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"
}