Notes for Shipments REST Endpoints

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