createSubscriptionPhase

Creates a new phase for the specified subscription.

Return

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

Parameters

subscriptionId

The ID of the subscription to add the phase to.

request

The details of the phase to create.


Creates a new phase for the specified subscription and delivers the result via callback.

Parameters

subscriptionId

The ID of the subscription to add the phase to.

request

The details of the phase to create.

completionHandler

Callback invoked with the created SubscriptionPhase and any NetworkingError.