# GetById

**Kind:** API Endpoint

**Source:** `Pams/API/Pams.API/Controllers/Wrehouse/StoreProductController.cs` (line 20)

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

## Endpoint

`GET /warehouse/storeproduct/getbyid/{id}`

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

## Used by

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

- `StoreProductController` — `Pams/API/Pams.API/Controllers/Wrehouse/StoreProductController.cs`:9

### Imported by (14)

- `BookingProductController` — `Pams/API/Pams.API/Controllers/Wrehouse/BookingProductController.cs`:8
- `DeliveryNoteController` — `Pams/API/Pams.API/Controllers/Wrehouse/DeliveryNoteController.cs`:9
- `ExternalServiceController` — `Pams/API/Pams.API/Controllers/Wrehouse/ExternalServiceController.cs`:9
- `ExternalTransferController` — `Pams/API/Pams.API/Controllers/Wrehouse/ExternalTransferController.cs`:9
- `InspectionSheetController` — `Pams/API/Pams.API/Controllers/Wrehouse/InspectionSheetController.cs`:10
- `IssuingGoodsController` — `Pams/API/Pams.API/Controllers/Wrehouse/IssuingGoodsController.cs`:9
- `ProductWithdrawalController` — `Pams/API/Pams.API/Controllers/Wrehouse/ProductWithdrawalController.cs`:9
- `ProductionOrderController` — `Pams/API/Pams.API/Controllers/Wrehouse/ProductionOrderController.cs`:9

…and 6 more.
