POST Operator/Get_My_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_Get_Brands| Name | Description | Type | Additional information |
|---|---|---|---|
| Brands | Collection of Brand |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Brands": [
{
"BRAND_ID": 1,
"BRAND_NAME": "sample string 2",
"BRAND_DESCRIPTION": "sample string 3",
"HIDDEN": true,
"TECDOC_BRAND_ID": 1,
"TECDOC_BRANDNAME": "sample string 5",
"ACTIVATED": true
},
{
"BRAND_ID": 1,
"BRAND_NAME": "sample string 2",
"BRAND_DESCRIPTION": "sample string 3",
"HIDDEN": true,
"TECDOC_BRAND_ID": 1,
"TECDOC_BRANDNAME": "sample string 5",
"ACTIVATED": true
}
],
"ExceptionMsg": "sample string 1"
}