POST Operator/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": "7fa4d41b-b419-4227-a26c-3b99a78388f2",
"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": "076ee538-1ceb-4a69-872e-3381b20aa15e",
"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"
}