# GetInvoicesForDisplay

**Kind:** API Endpoint

**Source:** `Pams/API/Pams.API/Controllers/Sales/InvoiceController.cs` (line 83)

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

## Endpoint

`GET `

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `userBranchId` | query | `long` | ✓ |  |
| `allowedBranches` | query | `string` | ✓ |  |
| `userId` | query | `long` | ✓ |  |
| `jobId` | query | `long?` | - |  |
| `accountId` | query | `long?` | - |  |

## Used by

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

### Declared in (1)

- `InvoiceController` — `Pams/API/Pams.API/Controllers/Sales/InvoiceController.cs`:22

### Imported by (2)

- `UpcomingInvoiceController` — `Pams/API/Pams.API/Controllers/Sales/UpcomingInvoiceController.cs`:13
- `UpcomingPrincipalInvoiceController` — `Pams/API/Pams.API/Controllers/Sales/UpcomingPrincipalInvoiceController.cs`:12
