POST Admin/Get_All_Partners?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_Partners| Name | Description | Type | Additional information |
|---|---|---|---|
| draw | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| data | Collection of Partner_T |
None. |
|
| ReportPath | string |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"draw": 1,
"recordsFiltered": 2,
"recordsTotal": 3,
"data": [
{
"PARTNER_ID": 1,
"COMPANY_NAME": "sample string 2",
"CONTACT_PERSON": "sample string 3",
"EMAIL": "sample string 4",
"MOBILE": "sample string 5",
"IS_CLIENT": true,
"IS_SUPPLIER": true,
"IS_DELIVERY": true,
"IS_ACTIVE": true,
"isSoleAgent": true,
"IS_UNREGISTERED": true,
"IS_ABROAD": true,
"IS_DRAFT": true,
"CREATE_DATE": "sample string 7",
"OPERATOR_COUNT": 1,
"DRAFT_OPERATOR_COUNT": 1,
"CARTYPE_COUNT": 1
},
{
"PARTNER_ID": 1,
"COMPANY_NAME": "sample string 2",
"CONTACT_PERSON": "sample string 3",
"EMAIL": "sample string 4",
"MOBILE": "sample string 5",
"IS_CLIENT": true,
"IS_SUPPLIER": true,
"IS_DELIVERY": true,
"IS_ACTIVE": true,
"isSoleAgent": true,
"IS_UNREGISTERED": true,
"IS_ABROAD": true,
"IS_DRAFT": true,
"CREATE_DATE": "sample string 7",
"OPERATOR_COUNT": 1,
"DRAFT_OPERATOR_COUNT": 1,
"CARTYPE_COUNT": 1
}
],
"ReportPath": "sample string 4",
"ExceptionMsg": "sample string 5"
}