Notes REST Endpoints

Order Management/Sales Orders for Order Hub/Notes
Text notes associated with a sales order.
Create one note
Method: post
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/notes
Get all notes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/notes
Get one note
Method: get
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/notes/{NoteId}
Update one note
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/notes/{NoteId}