Notes for Unpacked Shipment Lines REST Endpoints

Inventory Management/Shipment Transaction Requests/Shipments/Unpacked Shipment Lines/Notes for Unpacked Shipment Lines
The Notes for Unpacked Shipment Lines resource manages details about unpacked shipment line 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/unpackedLines/{DeliveryDetailInterfaceId10}/child/notes
Get all notes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}/child/notes
Get one note
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}/child/notes/{NoteId}
Update a note
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}/child/notes/{NoteId}