bulkUpdateSubscriptionPhases

Replaces all phases on the specified subscription in a single request.

Return

A pair of the updated list of SubscriptionPhase objects and any NetworkingError that occurred.

Parameters

subscriptionId

The ID of the subscription whose phases to replace.

request

The full set of phases to apply.


Replaces all phases on the specified subscription in a single request and delivers the result via callback.

Parameters

subscriptionId

The ID of the subscription whose phases to replace.

request

The full set of phases to apply.

completionHandler

Callback invoked with the updated list of SubscriptionPhase objects and any NetworkingError.