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