POST Admin/Edit_Brand?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Brand
NameDescriptionTypeAdditional information
BRAND_ID

integer

None.

BRAND_NAME

string

None.

BRAND_DESCRIPTION

string

None.

HIDDEN

boolean

None.

TECDOC_BRAND_ID

integer

None.

TECDOC_BRANDNAME

string

None.

ACTIVATED

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "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
}

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

Response Information

Resource Description

Result_Get_Brand
NameDescriptionTypeAdditional information
ExceptionMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ExceptionMsg": "sample string 1"
}