Kind: API Endpoint
Source: Pams/API/Pams.API/Controllers/Sales/CostCalculationController.cs (line 19)
Part of: Pams
Endpoint
GET /sales/costcalculation/getbyid/{id}
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | long | ✓ |
Used by
4 references from 4 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)
CostCalculationController—Pams/API/Pams.API/Controllers/Sales/CostCalculationController.cs:8
Imported by (3)
SalesJobController—Pams/API/Pams.API/Controllers/Sales/SalesJobController.cs:17SalesOfferController—Pams/API/Pams.API/Controllers/Sales/SalesOfferController.cs:16SalesOrderController—Pams/API/Pams.API/Controllers/Sales/SalesOrderController.cs:16
Was this page helpful?