POST Admin/Delete_Tecdoc_Brand?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Tecdoc_Brand| Name | Description | Type | Additional information |
|---|---|---|---|
| TECDOC_BRAND_CODE | integer |
None. |
|
| TECDOC_BRANDNAME | string |
None. |
|
| ACTIVATED | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"TECDOC_BRAND_CODE": 1,
"TECDOC_BRANDNAME": "sample string 2",
"ACTIVATED": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Tecdoc_Brand| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1"
}