POST Admin/Download_Suppliers?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_Export| Name | Description | Type | Additional information |
|---|---|---|---|
| My_Result | string |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"My_Result": "sample string 1",
"ExceptionMsg": "sample string 2"
}