Kind: API Endpoint
Source: Pams/API/Pams.API/Controllers/Sales/PrincipalPaymentController.cs (line 20)
Part of: 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:8DeliveryTermController—Pams/API/Pams.API/Controllers/Sales/DeliveryTermController.cs:19InvoiceController—Pams/API/Pams.API/Controllers/Sales/InvoiceController.cs:22OfferStatusController—Pams/API/Pams.API/Controllers/Sales/OfferStatusController.cs:13OrderStatusController—Pams/API/Pams.API/Controllers/Sales/OrderStatusController.cs:13PrincipalDeductionController—Pams/API/Pams.API/Controllers/Sales/PrincipalDeductionController.cs:9ProjectController—Pams/API/Pams.API/Controllers/Sales/ProjectController.cs:28SalesPotentialStatusController—Pams/API/Pams.API/Controllers/Sales/SalesPotentialStatusController.cs:13
…and 1 more.
Was this page helpful?