POST Operator/Get_operator_By_OPERATOR_ID?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
OperatorName | 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": "1f09598f-a7ec-46f4-88f8-4da635f7d92d", "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_OperatorName | 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": "e8bad4ed-e463-40d9-9bb4-b564c6ee89c7", "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" }