POST Admin/Download_Brands?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Get_Brands| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Search | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Search": "sample string 2"
}
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"
}