POST api/BulkProductsAttributesValue

Request Information

URI Parameters

None.

Body Parameters

Collection of WebServiceSelectProductAttributeValue_Result
NameDescriptionTypeAdditional information
Sku

string

None.

ProductAttributeMappingId

integer

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Sku": "sample string 1",
    "ProductAttributeMappingId": 2,
    "Name": "sample string 3"
  },
  {
    "Sku": "sample string 1",
    "ProductAttributeMappingId": 2,
    "Name": "sample string 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

WebServiceSelectProductAttributeValue_Result
NameDescriptionTypeAdditional information
Sku

string

None.

ProductAttributeMappingId

integer

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Sku": "sample string 1",
  "ProductAttributeMappingId": 2,
  "Name": "sample string 3"
}