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_OperatorsName | 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": "4e872d59-aaf6-4bc0-a13d-51e76d2fce1b", "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": "4e872d59-aaf6-4bc0-a13d-51e76d2fce1b", "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" }