Notes for Outer Packing Units REST Endpoints

Inventory Management/Shipment Transaction Requests/Shipments/Outer Packing Units/Notes for Outer Packing Units
The Notes for Outer Packing Units resource manages details about outer packing unit notes, such as packing instructions and shipping instructions.
Create one note
Method: post
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/notes
Get all notes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/notes
Get one note
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/notes/{NoteId}
Update a note
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/notes/{NoteId}