Click or drag to resize
Infosoft Logo

SubscriptionChangeServiceChangeSubscriptionProductTemporary Method

Changes the subscription product temporarily.

Namespace: Infosoft.Webservices.Subscription
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public ChangeSubscriptionProductResponse ChangeSubscriptionProductTemporary(
	ChangeSubscriptionProductRequest request
)

Parameters

request  ChangeSubscriptionProductRequest
The request.

Return Value

ChangeSubscriptionProductResponse
If the import of the change was successful, the response contains the product data from the request. Else if something failed the method will return an empty response.

Implements

ISubscriptionChangeServiceChangeSubscriptionProductTemporary(ChangeSubscriptionProductRequest)
Remarks
Used whenever a subscriber requires a new product, for instance because he only wants the paper 3 days a week instead of all 7 days. Please note that temporary product changes (for instance changes for vacations) are NOT the same as two permanent changes back and forth.
See Also