POST Admin/GetPartners?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Get_Partners| Name | Description | Type | Additional information |
|---|---|---|---|
| Search | string |
None. |
|
| Type | string |
None. |
|
| Start | integer |
None. |
|
| Max | integer |
None. |
|
| CarType | integer |
None. |
|
| ReportPath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Search": "sample string 1",
"Type": "sample string 2",
"Start": 3,
"Max": 4,
"CarType": 5,
"ReportPath": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
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"
}