POST Admin/Edit_Brand?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Brand| Name | Description | Type | Additional information |
|---|---|---|---|
| BRAND_ID | integer |
None. |
|
| BRAND_NAME | string |
None. |
|
| BRAND_DESCRIPTION | string |
None. |
|
| HIDDEN | boolean |
None. |
|
| TECDOC_BRAND_ID | integer |
None. |
|
| TECDOC_BRANDNAME | string |
None. |
|
| ACTIVATED | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"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
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Brand| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1"
}