Update session fee configuration
Session Fees
Update session fee configuration
Update the fee configuration for a specific session. 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 session fee configuration
Path Parameters
The unique identifier of the session
Required range:
x >= 1Body
Fee configuration to update
Response
Session fee updated successfully
The unique identifier of the fee
Example:
124
The session ID this fee belongs to
Example:
73
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 package ID (only present for package fees)
Example:
2