POST Admin/Get_Draft_Operators?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_Operators| Name | Description | Type | Additional information |
|---|---|---|---|
| draw | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| data | Collection of Operator_T |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"draw": 1,
"recordsFiltered": 2,
"recordsTotal": 3,
"data": [
{
"OPERATOR_ID": 1,
"OPERATOR_UID": "72093e2e-ea0c-4977-bca3-030ead7eb199",
"OPERATOR_USERNAME": "sample string 3",
"PARTNER_ID": 4,
"OPERATOR_NAME": "sample string 5",
"OPERATOR_EMAIL": "sample string 6",
"OPERATOR_MOBILE": "sample string 7",
"OPERATOR_PHONE": "sample string 8",
"IS_ACTIVE": true,
"IS_ADMINISTRATOR": true,
"TECDOC_USERNAME": "sample string 11",
"TECDOC_PASSWORD": "sample string 12",
"IS_DRAFT": true,
"COMPANY_NAME": "sample string 14"
},
{
"OPERATOR_ID": 1,
"OPERATOR_UID": "72093e2e-ea0c-4977-bca3-030ead7eb199",
"OPERATOR_USERNAME": "sample string 3",
"PARTNER_ID": 4,
"OPERATOR_NAME": "sample string 5",
"OPERATOR_EMAIL": "sample string 6",
"OPERATOR_MOBILE": "sample string 7",
"OPERATOR_PHONE": "sample string 8",
"IS_ACTIVE": true,
"IS_ADMINISTRATOR": true,
"TECDOC_USERNAME": "sample string 11",
"TECDOC_PASSWORD": "sample string 12",
"IS_DRAFT": true,
"COMPANY_NAME": "sample string 14"
}
],
"ExceptionMsg": "sample string 4"
}