POST api/BulkProductsAttributesMapping

Request Information

URI Parameters

None.

Body Parameters

Collection of WebServiceSelectProductAttributeMapping_Result
NameDescriptionTypeAdditional information
Sku

string

None.

ProductId

integer

None.

ProductAttributeId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Sku": "sample string 1",
    "ProductId": 2,
    "ProductAttributeId": 3
  },
  {
    "Sku": "sample string 1",
    "ProductId": 2,
    "ProductAttributeId": 3
  }
]

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

WebServiceSelectProductAttributeMapping_Result
NameDescriptionTypeAdditional information
Sku

string

None.

ProductId

integer

None.

ProductAttributeId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Sku": "sample string 1",
  "ProductId": 2,
  "ProductAttributeId": 3
}