PUT api/brands/Edit

Request Information

URI Parameters

None.

Body Parameters

tblBrandMaster
NameDescriptionTypeAdditional information
Id

integer

None.

brandName

string

None.

delFlag

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "brandName": "sample string 2",
  "delFlag": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.