Create a subscription state
POST/subscriptions/subscriptions/:subscription_uuid/states
The subscription lifecycle is the states that a subscription can go through when a customer subscribes to a service or a product.
A subscription can have the following states:
pending
canceled
paused
resumed
For more information, see Managing the Subscription Lifecycle.
Request
Responses
- 204
- 400
- 404
- 500
Success. The subscription's state has changed.
Bad request. The request failed validation.
Not found. The requested entity does not exist.
Internal server error. There was a system failure in the platform.