POST api/Product/UpdateItemAttribute
Request Information
URI Parameters
None.
Body Parameters
UpdateItemAtrributeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemCode | string |
None. |
|
| AttributeCode | string |
None. |
|
| AttributeTypeCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"itemCode": "sample string 1",
"attributeCode": "sample string 2",
"attributeTypeCode": 3
}
application/xml, text/xml
Sample:
<UpdateItemAtrributeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VolisServer.DTOs.Request"> <AttributeCode>sample string 2</AttributeCode> <AttributeTypeCode>3</AttributeTypeCode> <ItemCode>sample string 1</ItemCode> </UpdateItemAtrributeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Errors | Collection of string |
None. |
|
| Warning | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.