GET api/Report/GetSuppliers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SelectListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Type | string |
None. |
|
| Name | string |
None. |
|
| Value | string |
None. |
|
| order | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Type": "sample string 2",
"Name": "sample string 3",
"Value": "sample string 4",
"order": 5
},
{
"Id": 1,
"Type": "sample string 2",
"Name": "sample string 3",
"Value": "sample string 4",
"order": 5
}
]
application/xml, text/xml
Sample:
<ArrayOfSelectListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nokon.Nappen.Core.Entities">
<SelectListModel>
<Id>1</Id>
<Name>sample string 3</Name>
<Type>sample string 2</Type>
<Value>sample string 4</Value>
<order>5</order>
</SelectListModel>
<SelectListModel>
<Id>1</Id>
<Name>sample string 3</Name>
<Type>sample string 2</Type>
<Value>sample string 4</Value>
<order>5</order>
</SelectListModel>
</ArrayOfSelectListModel>