POST Admin/Edit_Tecdoc_Brand?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Tecdoc_Brand
NameDescriptionTypeAdditional information
TECDOC_BRAND_CODE

integer

None.

TECDOC_BRANDNAME

string

None.

ACTIVATED

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "TECDOC_BRAND_CODE": 1,
  "TECDOC_BRANDNAME": "sample string 2",
  "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 'Tecdoc_Brand'.

Response Information

Resource Description

Result_Get_Tecdoc_Brand
NameDescriptionTypeAdditional information
ExceptionMsg

string

None.

Response Formats

application/json, text/json

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