POST Operator/Deactivate_Operator?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Get_Operator| Name | Description | Type | Additional information |
|---|---|---|---|
| OPERATOR_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OPERATOR_ID": 1
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Activate_Operator| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1"
}