Click or drag to resize
Infosoft Logo

ISubscriptionChangeServiceUpdateFixedSettlingDate Method

Updates the subscription fixed settling date.

Namespace: Infosoft.Webservices.Subscription
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax

Parameters

request  UpdateFixedSettlingDateRequest
The request.

Return Value

UpdateFixedSettlingDateResponse
A response object reflecting the changes done.
Exceptions
ExceptionCondition
FaultExceptionTDetailNo SubscriptionIdentifier input given, cannot continue
FaultExceptionTDetailCustomernumber cannot be 0, minvalue or maxvalue, please specify a proper customer number
FaultExceptionTDetailUnable to find customer with the given customernumber
FaultExceptionTDetailUnable to find title with the given TitleCode
FaultExceptionTDetailFixedSettlingDate must be av number inside the range from 1 to 31, please specify a proper value
FaultExceptionTDetailFixedSettlingMonth must be av number inside the range from 1 to 12, please specify a proper value
FaultExceptionTDetailNo subscription found for given customer number and title code
Remarks
It's possible to update both FixedSettlingDate and FixedSettlingMonth. Parameter FixedSettlingDate is required, but FixedSettlingMonth is optional.
See Also