GET api/general/mygov/InfraTypeDropDown
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"InfraTypeID": 1,
"InfraType": "sample string 2"
},
{
"InfraTypeID": 1,
"InfraType": "sample string 2"
},
{
"InfraTypeID": 1,
"InfraType": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfMstInfrastructureTypeDropDown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.Masters.ViewModel">
<MstInfrastructureTypeDropDown>
<InfraType>sample string 2</InfraType>
<InfraTypeID>1</InfraTypeID>
</MstInfrastructureTypeDropDown>
<MstInfrastructureTypeDropDown>
<InfraType>sample string 2</InfraType>
<InfraTypeID>1</InfraTypeID>
</MstInfrastructureTypeDropDown>
<MstInfrastructureTypeDropDown>
<InfraType>sample string 2</InfraType>
<InfraTypeID>1</InfraTypeID>
</MstInfrastructureTypeDropDown>
</ArrayOfMstInfrastructureTypeDropDown>