Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetOffers Method

Get oll offers for the given title.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public List<InfoWebOffer> GetOffers(
	string titleCode
)

Parameters

titleCode  String
The code for the subscription title

Return Value

ListInfoWebOffer
A list of offers
Exceptions
ExceptionCondition
FaultExceptionTDetailUnable to find title with the given title code
See Also