# Custom Field Budgets

This group of endpoints allows you to link custom fields to budgets, controlling which budgets have a custom field assigned.

 - [GET /v1/businesses/{client_id}/custom-fields/{custom_field_id}/budgets](https://developer.letsweel.com/openapi/custom-field-budgets/listcustomfieldbudgets.md): Returns a paginated list of budgets that have this custom field assigned.
 - [POST /v1/businesses/{client_id}/custom-fields/{custom_field_id}/budgets](https://developer.letsweel.com/openapi/custom-field-budgets/linkcustomfieldbudget.md): Assigns a custom field to a budget. The budget must belong to the same business. Only permitted when the custom field's `budget_setting` is `SOME`.
 - [DELETE /v1/businesses/{client_id}/custom-fields/{custom_field_id}/budgets/{budget_id}](https://developer.letsweel.com/openapi/custom-field-budgets/unlinkcustomfieldbudget.md): Removes the link between a custom field and a budget.
