# Create budget entry **POST /data/projects/{project_id}/budgets/{budget_id}/entries** Create a budget entry for given production and budget. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** (string(uuid)) Project unique identifier - **budget_id** (string(uuid)) Budget unique identifier ## Body parameters Content-type: application/json - **department_id** (string(uuid)) Department unique identifier - **person_id** (string(uuid)) Person unique identifier - **start_date** (string(date)) Budget entry start date - **months_duration** (integer) Budget entry duration in months - **daily_salary** (number(float)) Daily salary amount - **position** (string) Position name - **seniority** (string) Seniority level ## Responses ### 201: Budget entry created #### Body Parameters: application/json (object) - **id** (string(uuid)) Budget entry unique identifier - **department_id** (string(uuid)) Department unique identifier ### 400: Invalid parameters [Powered by Bump.sh](https://bump.sh)