# GetById

**Kind:** API Endpoint

**Source:** `Pams/API/Pams.API/Controllers/Sales/PrincipalPaymentController.cs` (line 20)

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

## Endpoint

`GET /sales/principalpayment/getbyid/{id}`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `id` | path | `long` | ✓ |  |

## Used by

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

- `PrincipalPaymentController` — `Pams/API/Pams.API/Controllers/Sales/PrincipalPaymentController.cs`:9

### Imported by (9)

- `CostCalculationController` — `Pams/API/Pams.API/Controllers/Sales/CostCalculationController.cs`:8
- `DeliveryTermController` — `Pams/API/Pams.API/Controllers/Sales/DeliveryTermController.cs`:19
- `InvoiceController` — `Pams/API/Pams.API/Controllers/Sales/InvoiceController.cs`:22
- `OfferStatusController` — `Pams/API/Pams.API/Controllers/Sales/OfferStatusController.cs`:13
- `OrderStatusController` — `Pams/API/Pams.API/Controllers/Sales/OrderStatusController.cs`:13
- `PrincipalDeductionController` — `Pams/API/Pams.API/Controllers/Sales/PrincipalDeductionController.cs`:9
- `ProjectController` — `Pams/API/Pams.API/Controllers/Sales/ProjectController.cs`:28
- `SalesPotentialStatusController` — `Pams/API/Pams.API/Controllers/Sales/SalesPotentialStatusController.cs`:13

…and 1 more.
