Create a pricing option inside an offering
POST/subscriptions/offerings/:offering_uuid/pricing-options
After saving an offering, you can add new pricing option to it at any time.
Request
Responses
- 201
- 400
- 403
- 404
- 409
- 500
Success. The pricing option is created.
Bad request. The request failed validation.
Forbidden. The operation is forbidden on this entity.
Not found. The requested entity does not exist.
Write conflict. Unable to perform the operation at this time.
Internal server error. There was a system failure in the platform.