POST api/Items/ItemListForDDL
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": "acbf4c5d-c5bc-4929-9598-75793a50a21b",
"CompID": "58c5ae2e-281f-43a7-8617-788c36051574",
"Name": "sample string 3",
"ShortName": "sample string 4",
"ClassID": "240f486d-50a7-4803-a06c-6b40f5f47f27",
"SelectionType": 6,
"ReturnCode": 7,
"ReturnMessage": "sample string 8",
"ErrorMessage": "sample string 9"
},
{
"ID": "acbf4c5d-c5bc-4929-9598-75793a50a21b",
"CompID": "58c5ae2e-281f-43a7-8617-788c36051574",
"Name": "sample string 3",
"ShortName": "sample string 4",
"ClassID": "240f486d-50a7-4803-a06c-6b40f5f47f27",
"SelectionType": 6,
"ReturnCode": 7,
"ReturnMessage": "sample string 8",
"ErrorMessage": "sample string 9"
},
{
"ID": "acbf4c5d-c5bc-4929-9598-75793a50a21b",
"CompID": "58c5ae2e-281f-43a7-8617-788c36051574",
"Name": "sample string 3",
"ShortName": "sample string 4",
"ClassID": "240f486d-50a7-4803-a06c-6b40f5f47f27",
"SelectionType": 6,
"ReturnCode": 7,
"ReturnMessage": "sample string 8",
"ErrorMessage": "sample string 9"
}
]
text/html
Sample:
[{"ID":"acbf4c5d-c5bc-4929-9598-75793a50a21b","CompID":"58c5ae2e-281f-43a7-8617-788c36051574","Name":"sample string 3","ShortName":"sample string 4","ClassID":"240f486d-50a7-4803-a06c-6b40f5f47f27","SelectionType":6,"ReturnCode":7,"ReturnMessage":"sample string 8","ErrorMessage":"sample string 9"},{"ID":"acbf4c5d-c5bc-4929-9598-75793a50a21b","CompID":"58c5ae2e-281f-43a7-8617-788c36051574","Name":"sample string 3","ShortName":"sample string 4","ClassID":"240f486d-50a7-4803-a06c-6b40f5f47f27","SelectionType":6,"ReturnCode":7,"ReturnMessage":"sample string 8","ErrorMessage":"sample string 9"},{"ID":"acbf4c5d-c5bc-4929-9598-75793a50a21b","CompID":"58c5ae2e-281f-43a7-8617-788c36051574","Name":"sample string 3","ShortName":"sample string 4","ClassID":"240f486d-50a7-4803-a06c-6b40f5f47f27","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>240f486d-50a7-4803-a06c-6b40f5f47f27</ClassID>
<CompID>58c5ae2e-281f-43a7-8617-788c36051574</CompID>
<ID>acbf4c5d-c5bc-4929-9598-75793a50a21b</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>240f486d-50a7-4803-a06c-6b40f5f47f27</ClassID>
<CompID>58c5ae2e-281f-43a7-8617-788c36051574</CompID>
<ID>acbf4c5d-c5bc-4929-9598-75793a50a21b</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>240f486d-50a7-4803-a06c-6b40f5f47f27</ClassID>
<CompID>58c5ae2e-281f-43a7-8617-788c36051574</CompID>
<ID>acbf4c5d-c5bc-4929-9598-75793a50a21b</ID>
<Name>sample string 3</Name>
<SelectionType>6</SelectionType>
<ShortName>sample string 4</ShortName>
</ItemListDDLModels>
</ArrayOfItemListDDLModels>