GET api1/OwnershipPercent?contractOwnerID={contractOwnerID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contractOwnerID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of OwnershipPercentDTO
NameDescriptionTypeAdditional information
OwnershipPercentID

integer

None.

ContractOwnerID

integer

None.

OwnershipStructureID

integer

None.

Percentage

decimal number

None.

OriginalUser

string

None.

OriginalDateTime

date

None.

UpdateUser

string

None.

UpdateDateTime

date

None.

ChangeEffectiveDate

date

None.

Place

string

None.

ContractOwner

VendorDTO

None.

OwnershipStructure

OwnershipStructureDTO

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'GENEX.Royalty.DTO.OwnershipPercentDTO'. Path '[0].ContractOwner.OwnershipPercent'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'GENEX.Royalty.DTO.OwnershipPercentDTO'. Path '[0].ContractOwner.OwnershipPercent'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'GENEX.Royalty.DTO.VendorDTO' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'GENEX.Royalty.DTO.VendorDTO' contains cycles and cannot be serialized if reference tracking is disabled.