POST api/BulkManufacturers

Request Information

URI Parameters

None.

Body Parameters

Collection of 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"
  },
  {
    "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 'List`1'.

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"
}