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