Click or drag to resize
Infosoft Logo

SubscriptionChangeService.UpdateFixedSettlingDate 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

ISubscriptionChangeService.UpdateFixedSettlingDate(UpdateFixedSettlingDateRequest)
Exceptions
ExceptionCondition
FaultException<TDetail>No SubscriptionIdentifier input given, cannot continue
FaultException<TDetail>Customernumber cannot be 0, minvalue or maxvalue, please specify a proper customer number
FaultException<TDetail>Unable to find customer with the given customernumber
FaultException<TDetail>Unable to find title with the given TitleCode
FaultException<TDetail>FixedSettlingDay must be av number inside the range from 1 to 31, please specify a proper value
FaultException<TDetail>FixedSettlingMonth must be av number inside the range from 1 to 12, please specify a proper value
FaultException<TDetail>No 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