POST api/EcomSync/update_attribute

Request Information

URI Parameters

None.

Body Parameters

AttributeModel
NameDescriptionTypeAdditional information
Code

integer

None.

Name

string

None.

DataType

string

None.

CloudId

integer

None.

ClassId

integer

None.

VariantGroupId

integer

None.

Varient

integer

None.

ProductId

integer

None.

Data

string

None.

Options

Collection of AttributeModel

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultModelOfString
NameDescriptionTypeAdditional information
ResponseCode

integer

None.

Message

string

None.

Data

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "Message": "sample string 2",
  "Data": "sample string 3"
}

application/xml, text/xml

Sample:
<ResultModelOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebStoreAPI.Models">
  <Data>sample string 3</Data>
  <Message>sample string 2</Message>
  <ResponseCode>1</ResponseCode>
</ResultModelOfstring>