Kind: API Endpoint
Source: Pams/API/Pams.API/Controllers/Purchasing/PurchasingOrderController.cs (line 51)
Part of: Pams
Endpoint
GET /purchasing/purchasingorder/getcancelreasonbyid/{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)
PurchasingOrderController—Pams/API/Pams.API/Controllers/Purchasing/PurchasingOrderController.cs:18
Imported by (3)
PurchasingItemController—Pams/API/Pams.API/Controllers/Purchasing/PurchasingItemController.cs:15PurchasingOfferController—Pams/API/Pams.API/Controllers/Purchasing/PurchasingOfferController.cs:14purchasingInquiryController—Pams/API/Pams.API/Controllers/Purchasing/purchasingInquiryController.cs:16
Was this page helpful?