POST api1/ContractOwner

Request Information

URI Parameters

None.

Body Parameters

VendorDTO
NameDescriptionTypeAdditional information
ContractOwnerID

integer

None.

ContractID

integer

None.

Name

string

None.

SearchTerm1

string

None.

SearchTerm2

string

None.

AccountNumber

string

None.

StreetAddress

string

None.

StreetAddress2

string

None.

StreetAddress3

string

None.

StreetAddress4

string

None.

City

string

None.

State

string

None.

Zip

string

None.

Phone

string

None.

Email

string

None.

CategoryCodeAddressBook07

string

None.

TaxClassification

string

None.

OriginalUser

string

None.

OriginalDateTime

date

None.

UpdateUser

string

None.

UpdateDateTime

date

None.

OwnershipPercent

Collection of OwnershipPercentDTO

None.

OwnerStatus

Collection of ContractOwnerStatusDTO

None.

Request 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 for property 'ContractOwner' with type 'GENEX.Royalty.DTO.VendorDTO'. Path 'OwnershipPercent[0]'.

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 for property 'ContractOwner' with type 'GENEX.Royalty.DTO.VendorDTO'. Path 'OwnershipPercent[0]'.

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.ContractOwnerStatusDTO' 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.ContractOwnerStatusDTO' contains cycles and cannot be serialized if reference tracking is disabled.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'VendorDTO'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.