POST Admin/Get_Tecdoc_Brands?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Params_Get_Tecdoc_Brands

None.

Request Formats

application/json, text/json

Sample:
{}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Params_Get_Tecdoc_Brands'.

Response Information

Resource Description

Result_Get_Tecdoc_Brands
NameDescriptionTypeAdditional 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"
}