GET api/admin/masters/GetOccupantTypesDropDownWithDesc
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MstOccupantTypeDropDown| Name | Description | Type | Additional information |
|---|---|---|---|
| OccupantTypeID | integer |
None. |
|
| OccupantTypeName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"OccupantTypeID": 1,
"OccupantTypeName": "sample string 2"
},
{
"OccupantTypeID": 1,
"OccupantTypeName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfMstOccupantTypeDropDown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FireNOC.Entities.Models">
<MstOccupantTypeDropDown>
<OccupantTypeID>1</OccupantTypeID>
<OccupantTypeName>sample string 2</OccupantTypeName>
</MstOccupantTypeDropDown>
<MstOccupantTypeDropDown>
<OccupantTypeID>1</OccupantTypeID>
<OccupantTypeName>sample string 2</OccupantTypeName>
</MstOccupantTypeDropDown>
</ArrayOfMstOccupantTypeDropDown>