Create Subscription Edition
POST/api/subscription-editions
Creates a new subscription edition.
Authentication: Requires Bearer token.
Fields:
- subscription_offering_id (required): ID of the parent subscription offering
- edition_name (required): Name of the edition (max 255 chars)
- effective_date (required): When this edition becomes active (YYYY-MM-DD)
- cutoff_date (optional): Last date for this edition (must be >= effective_date)
- priority (optional): Sort priority (integer, min 1)
- allocated_quantity (optional): Total quantity allocated to this edition
- product_id (required): ID of the product for this edition
- status (optional): One of: draft, active, archived
- notes (optional): Free-text notes
Request
Responses
- 200
Successful response