# GetProductTypesTargetByYear

**Kind:** API Endpoint

**Source:** `Pams/API/Pams.API/Controllers/BookingTarget/FinanceBudgetController.cs` (line 41)

**Part of:** [Pams](subsystem-pams)

## Endpoint

`GET /bookingtarget/financebudget/getbranchbudgetsbyyear/{year}/branch/{branchId}`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `year` | path | `int` | ✓ |  |
| `branchId` | path | `long` | ✓ |  |

## Used by

4 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Declared in (2)

- `FinanceBudgetController` — `Pams/API/Pams.API/Controllers/BookingTarget/FinanceBudgetController.cs`:11
- `FinanceBudgetController` — `Pams/API/Pams.API/Controllers/BookingTarget/FinanceBudgetController.cs`:11

### Imported by (2)

- `ProductTypeTargetController` — `Pams/API/Pams.API/Controllers/BookingTarget/ProductTypeTargetController.cs`:11
- `ProductTypeTargetController` — `Pams/API/Pams.API/Controllers/BookingTarget/ProductTypeTargetController.cs`:11
