POST api/Items/GetItemListByItemGroup

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": "c6dc5f19-ab00-47bf-92a9-85b31ae17efa",
    "CompID": "3019cd22-09c7-4b96-9b63-51daea46989b",
    "Name": "sample string 3",
    "ShortName": "sample string 4",
    "ClassID": "1fc0a6a7-33ec-4821-b6d4-dc748c5dc86d",
    "SelectionType": 6,
    "ReturnCode": 7,
    "ReturnMessage": "sample string 8",
    "ErrorMessage": "sample string 9"
  },
  {
    "ID": "c6dc5f19-ab00-47bf-92a9-85b31ae17efa",
    "CompID": "3019cd22-09c7-4b96-9b63-51daea46989b",
    "Name": "sample string 3",
    "ShortName": "sample string 4",
    "ClassID": "1fc0a6a7-33ec-4821-b6d4-dc748c5dc86d",
    "SelectionType": 6,
    "ReturnCode": 7,
    "ReturnMessage": "sample string 8",
    "ErrorMessage": "sample string 9"
  },
  {
    "ID": "c6dc5f19-ab00-47bf-92a9-85b31ae17efa",
    "CompID": "3019cd22-09c7-4b96-9b63-51daea46989b",
    "Name": "sample string 3",
    "ShortName": "sample string 4",
    "ClassID": "1fc0a6a7-33ec-4821-b6d4-dc748c5dc86d",
    "SelectionType": 6,
    "ReturnCode": 7,
    "ReturnMessage": "sample string 8",
    "ErrorMessage": "sample string 9"
  }
]

text/html

Sample:
[{"ID":"c6dc5f19-ab00-47bf-92a9-85b31ae17efa","CompID":"3019cd22-09c7-4b96-9b63-51daea46989b","Name":"sample string 3","ShortName":"sample string 4","ClassID":"1fc0a6a7-33ec-4821-b6d4-dc748c5dc86d","SelectionType":6,"ReturnCode":7,"ReturnMessage":"sample string 8","ErrorMessage":"sample string 9"},{"ID":"c6dc5f19-ab00-47bf-92a9-85b31ae17efa","CompID":"3019cd22-09c7-4b96-9b63-51daea46989b","Name":"sample string 3","ShortName":"sample string 4","ClassID":"1fc0a6a7-33ec-4821-b6d4-dc748c5dc86d","SelectionType":6,"ReturnCode":7,"ReturnMessage":"sample string 8","ErrorMessage":"sample string 9"},{"ID":"c6dc5f19-ab00-47bf-92a9-85b31ae17efa","CompID":"3019cd22-09c7-4b96-9b63-51daea46989b","Name":"sample string 3","ShortName":"sample string 4","ClassID":"1fc0a6a7-33ec-4821-b6d4-dc748c5dc86d","SelectionType":6,"ReturnCode":7,"ReturnMessage":"sample string 8","ErrorMessage":"sample string 9"}]

application/xml, text/xml

Sample:
<ArrayOfItemListDDLModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <ItemListDDLModels>
    <ErrorMessage>sample string 9</ErrorMessage>
    <ReturnCode>7</ReturnCode>
    <ReturnMessage>sample string 8</ReturnMessage>
    <ClassID>1fc0a6a7-33ec-4821-b6d4-dc748c5dc86d</ClassID>
    <CompID>3019cd22-09c7-4b96-9b63-51daea46989b</CompID>
    <ID>c6dc5f19-ab00-47bf-92a9-85b31ae17efa</ID>
    <Name>sample string 3</Name>
    <SelectionType>6</SelectionType>
    <ShortName>sample string 4</ShortName>
  </ItemListDDLModels>
  <ItemListDDLModels>
    <ErrorMessage>sample string 9</ErrorMessage>
    <ReturnCode>7</ReturnCode>
    <ReturnMessage>sample string 8</ReturnMessage>
    <ClassID>1fc0a6a7-33ec-4821-b6d4-dc748c5dc86d</ClassID>
    <CompID>3019cd22-09c7-4b96-9b63-51daea46989b</CompID>
    <ID>c6dc5f19-ab00-47bf-92a9-85b31ae17efa</ID>
    <Name>sample string 3</Name>
    <SelectionType>6</SelectionType>
    <ShortName>sample string 4</ShortName>
  </ItemListDDLModels>
  <ItemListDDLModels>
    <ErrorMessage>sample string 9</ErrorMessage>
    <ReturnCode>7</ReturnCode>
    <ReturnMessage>sample string 8</ReturnMessage>
    <ClassID>1fc0a6a7-33ec-4821-b6d4-dc748c5dc86d</ClassID>
    <CompID>3019cd22-09c7-4b96-9b63-51daea46989b</CompID>
    <ID>c6dc5f19-ab00-47bf-92a9-85b31ae17efa</ID>
    <Name>sample string 3</Name>
    <SelectionType>6</SelectionType>
    <ShortName>sample string 4</ShortName>
  </ItemListDDLModels>
</ArrayOfItemListDDLModels>