POST api/ItemProperties/RetrieveById

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "ec35a645-eeaf-476a-8aec-2aa2de0c40cb",
  "CompID": "b41935a0-d875-4e63-808c-61fd12d5ea3b",
  "ItemId": "6c950543-ea68-414e-9842-048d02307cb5",
  "PropertyName": "sample string 4",
  "CombinationName": "sample string 5",
  "PropertyValue": "sample string 6",
  "ActionFlag": 7,
  "PropertyOrder": 8,
  "PropertyCount": 9
}

text/html

Sample:
{"ID":"ec35a645-eeaf-476a-8aec-2aa2de0c40cb","CompID":"b41935a0-d875-4e63-808c-61fd12d5ea3b","ItemId":"6c950543-ea68-414e-9842-048d02307cb5","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>b41935a0-d875-4e63-808c-61fd12d5ea3b</CompID>
  <ID>ec35a645-eeaf-476a-8aec-2aa2de0c40cb</ID>
  <ItemId>6c950543-ea68-414e-9842-048d02307cb5</ItemId>
  <PropertyCount>9</PropertyCount>
  <PropertyName>sample string 4</PropertyName>
  <PropertyOrder>8</PropertyOrder>
  <PropertyValue>sample string 6</PropertyValue>
</ItemPropertiesModels>