Click or drag to resize
Infosoft Logo

SubscriptionChangeServiceUpdateFixedSettlingDate Method

Updates the subscription fixed settling date.

Namespace: Infosoft.Webservices.Subscription
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public UpdateFixedSettlingDateResponse UpdateFixedSettlingDate(
	UpdateFixedSettlingDateRequest request
)

Parameters

request  UpdateFixedSettlingDateRequest
The request.

Return Value

UpdateFixedSettlingDateResponse
A response object reflecting the changes done.

Implements

ISubscriptionChangeServiceUpdateFixedSettlingDate(UpdateFixedSettlingDateRequest)
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
FaultExceptionTDetailFixedSettlingDay 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 FixedSettlingDay and FixedSettlingMonth. Parameter FixedSettlingDay is required, but FixedSettlingMonth is optional. If you want to set FixedSettlingDate for a day of each month the FixedSettlingMonth must be empty. If you want to set FixedSettlingDate for a day in the year both FixedSettlingDay and FixedSettlingMonth must be set. The FixedSettlingDay can not be outside the range from 1 to 31. The FixedSettlingMonth can not be outside the range from 1 to 12
See Also