# GetByID

**Kind:** API Endpoint

**Source:** `Pams/API/Pams.API/Controllers/Sales/UpcomingPrincipalInvoiceController.cs` (line 17)

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

## Endpoint

`GET `

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `ID` | query | `long` | ✓ |  |

## Used by

8 references from 8 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)

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

### Imported by (7)

- `InvoiceController` — `Pams/API/Pams.API/Controllers/Sales/InvoiceController.cs`:22
- `ItemController` — `Pams/API/Pams.API/Controllers/Sales/ItemController.cs`:18
- `JobDocumentController` — `Pams/API/Pams.API/Controllers/Sales/JobDocumentController.cs`:19
- `PaymentController` — `Pams/API/Pams.API/Controllers/Sales/PaymentController.cs`:14
- `ProjectController` — `Pams/API/Pams.API/Controllers/Sales/ProjectController.cs`:28
- `ShipmentInvoiceController` — `Pams/API/Pams.API/Controllers/Sales/ShipmentInvoiceController.cs`:26
- `UpcomingInvoiceController` — `Pams/API/Pams.API/Controllers/Sales/UpcomingInvoiceController.cs`:13
