# Create budget entry **POST /data/budget-entries** Create a new budget entry with data provided in the request body. JSON format is expected. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (object) - **budget_id** (string(uuid)) - **amount** (number) ## Responses ### 201 Budget entry created successfully #### Body: application/json (object) - **id** (string(uuid)) - **budget_id** (string(uuid)) - **amount** (number) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400 Invalid data format or validation error [Powered by Bump.sh](https://bump.sh)