POST Admin/Get_Tecdoc_Brands?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Get_Tecdoc_BrandsNone.
Request Formats
application/json, text/json
Sample:
{}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Tecdoc_Brands| Name | Description | Type | Additional information |
|---|---|---|---|
| Tecdoc_Brands | Collection of Tecdoc_Brand |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Tecdoc_Brands": [
{
"TECDOC_BRAND_CODE": 1,
"TECDOC_BRANDNAME": "sample string 2",
"ACTIVATED": true
},
{
"TECDOC_BRAND_CODE": 1,
"TECDOC_BRANDNAME": "sample string 2",
"ACTIVATED": true
}
],
"ExceptionMsg": "sample string 1"
}