updateSubscriptionPhase

Updates an existing phase on the specified subscription.

Return

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

Parameters

subscriptionId

The ID of the subscription that owns the phase.

phaseId

The ID of the phase to update.

request

The fields to update on the phase.


Updates an existing phase on the specified subscription and delivers the result via callback.

Parameters

subscriptionId

The ID of the subscription that owns the phase.

phaseId

The ID of the phase to update.

request

The fields to update on the phase.

completionHandler

Callback invoked with the updated SubscriptionPhase and any NetworkingError.