POST api/cataloguer/back/categories/merge?fromCategoryId={fromCategoryId}&toCategoryId={toCategoryId}&wmid={wmid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

Токен авторизации

string

Required

fromCategoryId

integer

Required

toCategoryId

integer

Required

wmid

string

Required

Body Parameters

Collection of ProductAttributeWithValue
NameDescriptionTypeAdditional information
AttributeId

integer

None.

AttributeValueId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "AttributeId": 1,
    "AttributeValueId": 2
  },
  {
    "AttributeId": 1,
    "AttributeValueId": 2
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfProductAttributeWithValue>
  <ProductAttributeWithValue>
    <AttributeId>1</AttributeId>
    <AttributeValueId>2</AttributeValueId>
  </ProductAttributeWithValue>
  <ProductAttributeWithValue>
    <AttributeId>1</AttributeId>
    <AttributeValueId>2</AttributeValueId>
  </ProductAttributeWithValue>
</ArrayOfProductAttributeWithValue>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.