POST Admin/Edit_Operator?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Operator| Name | Description | Type | Additional 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": "dba8012a-165f-482e-b038-5281d9d08df1",
"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:
Response Information
Resource Description
Result_Get_Operator| Name | Description | Type | Additional information |
|---|---|---|---|
| My_Operator | Operator |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"My_Operator": {
"OPERATOR_ID": 1,
"OPERATOR_UID": "14f12a82-baac-49e4-9c19-a77737a04405",
"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"
}