POST api/Manufacturers

Request Information

URI Parameters

None.

Body Parameters

WebServiceSelectManufacturer_Result
NameDescriptionTypeAdditional information
ManufacturerId

integer

None.

Name

string

None.

ProductId

integer

None.

Sku

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ManufacturerId": 1,
  "Name": "sample string 2",
  "ProductId": 3,
  "Sku": "sample string 4"
}

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

Response Information

Resource Description

WebServiceSelectManufacturer_Result
NameDescriptionTypeAdditional information
ManufacturerId

integer

None.

Name

string

None.

ProductId

integer

None.

Sku

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ManufacturerId": 1,
  "Name": "sample string 2",
  "ProductId": 3,
  "Sku": "sample string 4"
}