Delete Receipt Lines
PUT/api/purchase-order-shipments/receipts/:receipt/delete-lines
Delete specific lines from a shipment receipt.
Authentication: Requires Bearer token.
Path params:
- receipt: InboundShipmentReceipt (ISR) ID — canonical wire id since Phase 4.4g.6a.
Body:
- ids (required): Array of InboundShipmentReceiptLine (ISRL) IDs to delete. The controller resolves them to the paired POSRL ids before reversing inventory.
Request
Responses
- 200
Successful response