Subscription Phase Endpoints
Defines all API endpoints for subscription phase operations.
Each case carries the path parameters required to construct its URL and selects the appropriate HTTP method.
Inheritors
Types
Replaces all phases on a subscription in a single request. Resolves to PATCH /v1/subscriptions/{subscriptionId}/phases/bulk_update.
Creates a new phase on a subscription. Resolves to POST /v1/subscriptions/{subscriptionId}/phases.
Deletes a phase from a subscription. Resolves to DELETE /v1/subscriptions/{subscriptionId}/phases/{phaseId}.
Retrieves all phases for a subscription. Resolves to GET /v1/subscriptions/{subscriptionId}/phases.
Retrieves a single phase by ID. Resolves to GET /v1/subscriptions/{subscriptionId}/phases/{phaseId}.
Updates an existing phase on a subscription. Resolves to PATCH /v1/subscriptions/{subscriptionId}/phases/{phaseId}.
Properties
The fully qualified URL string for this endpoint.
HTTP method, e.g. "GET", "POST", "DELETE".
Optional query-string parameters appended to endpointURL.