POST api/Admin/SaveBrand

Request Information

URI Parameters

None.

Body Parameters

Brand
NameDescriptionTypeAdditional information
BrandId

integer

None.

BrandName

string

None.

CreatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BrandId": 1,
  "BrandName": "sample string 2",
  "CreatedBy": 3
}

application/xml, text/xml

Sample:
<Brand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TestSeriesServices.Models">
  <BrandId>1</BrandId>
  <BrandName>sample string 2</BrandName>
  <CreatedBy>3</CreatedBy>
</Brand>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.