Notes REST Endpoints

Inventory Management/Shipment Line Transaction Requests/Shipment Lines/Notes
The Notes resource manages details about shipment line notes, such as packing instructions and shipping instructions.
Create a note
Method: post
Path: /fscmRestApi/resources/11.13.18.05/shipmentLineTransactionRequests/{TransactionId}/child/shipmentLines/{DeliveryDetailInterfaceId}/child/notes
Get all notes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipmentLineTransactionRequests/{TransactionId}/child/shipmentLines/{DeliveryDetailInterfaceId}/child/notes
Get one note
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipmentLineTransactionRequests/{TransactionId}/child/shipmentLines/{DeliveryDetailInterfaceId}/child/notes/{NoteId}