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