GET api/RightsAvailable?strTiCode={strTiCode}&intRightID={intRightID}&intTerrID={intTerrID}&dteStartDate={dteStartDate}&dteEndDate={dteEndDate}&strLanguage={strLanguage}&blnExclusive={blnExclusive}

Used to look up Rights Availablity

Request Information

URI Parameters

NameDescriptionTypeAdditional information
strTiCode

The Title Code of a valid Title

string

Required

intRightID

The Rights ID of a valid Right Definition

integer

Required

intTerrID

The Territory ID of a valid Territory Definition

integer

Required

dteStartDate

The Start Date of the Availability Period

string

Required

dteEndDate

The End Date of the Availability Period

string

Required

strLanguage

(Optional) The Language to include in the Availability Check

string

Default value is English

blnExclusive

(Optional) 'True', if the Availability Check should ensure Rights are Available Exclusivly

boolean

Default value is True

Additional Details

This Method is use to check if certian rights are Availalbe for the given parameter. If an Error Occurs the Error ID and Description will be returned.