# Custom Field Budgets

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

## List budgets linked to a custom field

 - [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.

## Link a budget to a custom field

 - [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.

## Unlink a budget from a custom field

 - [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.

