GET api/OwnerShipType?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MDLOwnerShipType
NameDescriptionTypeAdditional information
OwnerShipType

ENMOwnerShipType

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "OwnerShipType": 0,
    "Name": "sample string 1"
  },
  {
    "OwnerShipType": 0,
    "Name": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMDLOwnerShipType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asanus.BarCon.Middleware.Shared">
  <MDLOwnerShipType>
    <Name>sample string 1</Name>
    <OwnerShipType>OwnerShip</OwnerShipType>
  </MDLOwnerShipType>
  <MDLOwnerShipType>
    <Name>sample string 1</Name>
    <OwnerShipType>OwnerShip</OwnerShipType>
  </MDLOwnerShipType>
</ArrayOfMDLOwnerShipType>