POST Admin/Get_Partner_Operators?PARTNER_ID={PARTNER_ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PARTNER_ID | integer |
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": "8d65bde9-ed6f-4845-bcfa-bd4644305b35",
"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": "8d65bde9-ed6f-4845-bcfa-bd4644305b35",
"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"
}