Bulk create budget phases

Creates budget phases in bulk. To see the changes, please use "Get a budget by ID" endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

ID of the budget

string | null
required

ID of the financeable site (optional)

phases
array of objects
required
length ≥ 1

Array of project phases to create

phases*
string
required

Name of the project phase

string | null
Defaults to null

Unique code for the project phase (optional, auto-generated if not provided)

Responses
201

Budget phases created successfully

400

Bad Request

401

Unauthorized

403

Access Forbidden

404

Budget not found

409

Conflict - budget has sites but no site_id provided

422

Validation error

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!