POST api/ItemProperties/RetrieveByItemId

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": "d78406ae-30fe-4d80-8992-878779fe74f4",
    "CompID": "d2f77958-bc37-4a29-9f72-a6ca0304a9f8",
    "ItemId": "61eefe3f-0d97-4a09-91aa-364d246ad637",
    "PropertyName": "sample string 4",
    "CombinationName": "sample string 5",
    "PropertyValue": "sample string 6",
    "ActionFlag": 7,
    "PropertyOrder": 8,
    "PropertyCount": 9
  },
  {
    "ID": "d78406ae-30fe-4d80-8992-878779fe74f4",
    "CompID": "d2f77958-bc37-4a29-9f72-a6ca0304a9f8",
    "ItemId": "61eefe3f-0d97-4a09-91aa-364d246ad637",
    "PropertyName": "sample string 4",
    "CombinationName": "sample string 5",
    "PropertyValue": "sample string 6",
    "ActionFlag": 7,
    "PropertyOrder": 8,
    "PropertyCount": 9
  },
  {
    "ID": "d78406ae-30fe-4d80-8992-878779fe74f4",
    "CompID": "d2f77958-bc37-4a29-9f72-a6ca0304a9f8",
    "ItemId": "61eefe3f-0d97-4a09-91aa-364d246ad637",
    "PropertyName": "sample string 4",
    "CombinationName": "sample string 5",
    "PropertyValue": "sample string 6",
    "ActionFlag": 7,
    "PropertyOrder": 8,
    "PropertyCount": 9
  }
]

text/html

Sample:
[{"ID":"d78406ae-30fe-4d80-8992-878779fe74f4","CompID":"d2f77958-bc37-4a29-9f72-a6ca0304a9f8","ItemId":"61eefe3f-0d97-4a09-91aa-364d246ad637","PropertyName":"sample string 4","CombinationName":"sample string 5","PropertyValue":"sample string 6","ActionFlag":7,"PropertyOrder":8,"PropertyCount":9},{"ID":"d78406ae-30fe-4d80-8992-878779fe74f4","CompID":"d2f77958-bc37-4a29-9f72-a6ca0304a9f8","ItemId":"61eefe3f-0d97-4a09-91aa-364d246ad637","PropertyName":"sample string 4","CombinationName":"sample string 5","PropertyValue":"sample string 6","ActionFlag":7,"PropertyOrder":8,"PropertyCount":9},{"ID":"d78406ae-30fe-4d80-8992-878779fe74f4","CompID":"d2f77958-bc37-4a29-9f72-a6ca0304a9f8","ItemId":"61eefe3f-0d97-4a09-91aa-364d246ad637","PropertyName":"sample string 4","CombinationName":"sample string 5","PropertyValue":"sample string 6","ActionFlag":7,"PropertyOrder":8,"PropertyCount":9}]

application/xml, text/xml

Sample:
<ArrayOfItemPropertiesModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <ItemPropertiesModels>
    <ActionFlag>7</ActionFlag>
    <CombinationName>sample string 5</CombinationName>
    <CompID>d2f77958-bc37-4a29-9f72-a6ca0304a9f8</CompID>
    <ID>d78406ae-30fe-4d80-8992-878779fe74f4</ID>
    <ItemId>61eefe3f-0d97-4a09-91aa-364d246ad637</ItemId>
    <PropertyCount>9</PropertyCount>
    <PropertyName>sample string 4</PropertyName>
    <PropertyOrder>8</PropertyOrder>
    <PropertyValue>sample string 6</PropertyValue>
  </ItemPropertiesModels>
  <ItemPropertiesModels>
    <ActionFlag>7</ActionFlag>
    <CombinationName>sample string 5</CombinationName>
    <CompID>d2f77958-bc37-4a29-9f72-a6ca0304a9f8</CompID>
    <ID>d78406ae-30fe-4d80-8992-878779fe74f4</ID>
    <ItemId>61eefe3f-0d97-4a09-91aa-364d246ad637</ItemId>
    <PropertyCount>9</PropertyCount>
    <PropertyName>sample string 4</PropertyName>
    <PropertyOrder>8</PropertyOrder>
    <PropertyValue>sample string 6</PropertyValue>
  </ItemPropertiesModels>
  <ItemPropertiesModels>
    <ActionFlag>7</ActionFlag>
    <CombinationName>sample string 5</CombinationName>
    <CompID>d2f77958-bc37-4a29-9f72-a6ca0304a9f8</CompID>
    <ID>d78406ae-30fe-4d80-8992-878779fe74f4</ID>
    <ItemId>61eefe3f-0d97-4a09-91aa-364d246ad637</ItemId>
    <PropertyCount>9</PropertyCount>
    <PropertyName>sample string 4</PropertyName>
    <PropertyOrder>8</PropertyOrder>
    <PropertyValue>sample string 6</PropertyValue>
  </ItemPropertiesModels>
</ArrayOfItemPropertiesModels>