POST Admin/Get_Brands?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Params_Get_Brands
NameDescriptionTypeAdditional information
Status

string

None.

Search

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Search": "sample string 2"
}

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_Brands'.

Response Information

Resource Description

Result_Get_Brands
NameDescriptionTypeAdditional information
Brands

Collection of Brand

None.

ExceptionMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Brands": [
    {
      "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
    },
    {
      "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
    }
  ],
  "ExceptionMsg": "sample string 1"
}