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