Get Participant Budget (POST)

Retrieve formatted budget information for a participant using POST request body.

post/api/v1/participant_info/budget

Request body

participant_idstring required

Participant ID

Example request

{
  "participant_id": "participant_123"
}

Response

Successful Response

budgetobject[] required

Budget data with types, categories, and items

plan_informationobject required

Plan information including dates and usage

Changes

No recorded changes to this endpoint across all 1 revision of this API.