Kind: API Endpoint
Source: Pams/API/Pams.API/Controllers/Wrehouse/ShippingOrderController.cs (line 20)
Part of: Pams
Endpoint
GET /warehouse/shippingorder/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)
ShippingOrderController—Pams/API/Pams.API/Controllers/Wrehouse/ShippingOrderController.cs:9
Imported by (14)
BookingProductController—Pams/API/Pams.API/Controllers/Wrehouse/BookingProductController.cs:8DeliveryNoteController—Pams/API/Pams.API/Controllers/Wrehouse/DeliveryNoteController.cs:9ExternalServiceController—Pams/API/Pams.API/Controllers/Wrehouse/ExternalServiceController.cs:9ExternalTransferController—Pams/API/Pams.API/Controllers/Wrehouse/ExternalTransferController.cs:9InspectionSheetController—Pams/API/Pams.API/Controllers/Wrehouse/InspectionSheetController.cs:10IssuingGoodsController—Pams/API/Pams.API/Controllers/Wrehouse/IssuingGoodsController.cs:9ProductWithdrawalController—Pams/API/Pams.API/Controllers/Wrehouse/ProductWithdrawalController.cs:9ProductionOrderController—Pams/API/Pams.API/Controllers/Wrehouse/ProductionOrderController.cs:9
…and 6 more.
Was this page helpful?