Get Budget and Bookings Combined

Retrieve combined budget and bookings information for a participant. For pace plans, bookings are excluded as per business rules.

get/api/v1/participant_info/budget-bookings/{participant_id}

Path parameters

participant_idstring required

Participant ID

Participant ID

Response

Successful Response

budgetobject[] required

Budget data with integrated bookings information

plan_informationobject required

Plan information including dates and usage

bookingsobject[] required

Service bookings data (empty for pace plans)

total_bookingsinteger required

Total number of bookings

is_pace_planboolean required

Whether this is a pace plan

messagestring nullable

Additional information about the response

Changes