POST api/ItemProperties/RetrieveById
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| paramList | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{},
{},
{}
]
text/html
Sample:
[{},{},{}]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> <anyType /> </ArrayOfanyType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ID": "09954da0-4d26-45ad-ace5-d98c7c13d0d9",
"CompID": "4dbfc3f5-250a-4507-9692-bae05abd2611",
"ItemId": "c8434173-13fd-4227-ae09-93701c7d5e47",
"PropertyName": "sample string 4",
"CombinationName": "sample string 5",
"PropertyValue": "sample string 6",
"ActionFlag": 7,
"PropertyOrder": 8,
"PropertyCount": 9
}
text/html
Sample:
{"ID":"09954da0-4d26-45ad-ace5-d98c7c13d0d9","CompID":"4dbfc3f5-250a-4507-9692-bae05abd2611","ItemId":"c8434173-13fd-4227-ae09-93701c7d5e47","PropertyName":"sample string 4","CombinationName":"sample string 5","PropertyValue":"sample string 6","ActionFlag":7,"PropertyOrder":8,"PropertyCount":9}
application/xml, text/xml
Sample:
<ItemPropertiesModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models"> <ActionFlag>7</ActionFlag> <CombinationName>sample string 5</CombinationName> <CompID>4dbfc3f5-250a-4507-9692-bae05abd2611</CompID> <ID>09954da0-4d26-45ad-ace5-d98c7c13d0d9</ID> <ItemId>c8434173-13fd-4227-ae09-93701c7d5e47</ItemId> <PropertyCount>9</PropertyCount> <PropertyName>sample string 4</PropertyName> <PropertyOrder>8</PropertyOrder> <PropertyValue>sample string 6</PropertyValue> </ItemPropertiesModels>