PUT api/BrandNames

Request Information

URI Parameters

None.

Body Parameters

BrandNamesModel
NameDescriptionTypeAdditional information
Name

string

None.

ProductID

integer

None.

CountryID

integer

None.

CompanyID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "ProductID": 2,
  "CountryID": 3,
  "CompanyID": 4
}

application/xml, text/xml

Sample:
<BrandNamesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAWebAPI.Models">
  <CompanyID>4</CompanyID>
  <CountryID>3</CountryID>
  <Name>sample string 1</Name>
  <ProductID>2</ProductID>
</BrandNamesModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.