Skip to main content
PUT
Update session fee configuration

Path Parameters

session_id
integer
required

The unique identifier of the session

Required range: x >= 1

Body

Fee configuration to update

price
string<decimal>

The base price for the session/package

Example:

"20.00"

conditional_prices
object

Conditional pricing based on registration field selections. Only existing keys can be updated.

Example:

Response

Session fee updated successfully

id
integer
required

The unique identifier of the fee

Example:

124

session_id
integer
required

The session ID this fee belongs to

Example:

73

price
string<decimal>
required

The base price for the session/package

Example:

"20.00"

conditional_prices
object
required

Conditional pricing based on registration field selections

Example:
package_id
integer

The package ID (only present for package fees)

Example:

2