GET api/admin/masters/OwnershipById?OwnershipID={OwnershipID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OwnershipID

integer

Required

Body Parameters

None.

Response Information

Resource Description

utblMstOwnershipTypes
NameDescriptionTypeAdditional information
OwnershipID

integer

None.

OwnershipTypes

string

Required

Response Formats

application/json, text/json

Sample:
{
  "OwnershipID": 1,
  "OwnershipTypes": "sample string 2"
}

application/xml, text/xml

Sample:
<utblMstOwnershipTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FireNOC.Entities.Models">
  <OwnershipID>1</OwnershipID>
  <OwnershipTypes>sample string 2</OwnershipTypes>
</utblMstOwnershipTypes>