Update package fee configuration
Package Fees
Update package fee configuration
Update the fee configuration for a specific package. You can update the base price and/or conditional pricing.
Important Notes:
- Only existing conditional pricing keys can be updated
- Non-existent keys are silently ignored
- Empty strings can be used to clear specific conditional prices
- Early bird pricing cannot be modified through this API
PUT
Update package fee configuration
Path Parameters
The unique identifier of the package
Required range:
x >= 1Body
Fee configuration to update
Response
Package fee updated successfully
The unique identifier of the fee
Example:
124
The package ID this fee belongs to
Example:
2
The base price for the session/package
Example:
"20.00"
Conditional pricing based on registration field selections
Example:
{ "76": "10.00", "77": "5.00" }The session ID (only present for session fees)
Example:
73