Notes REST Endpoints
Order Management/Sales Orders for Order Hub/Notes
Text notes associated with a sales order.
- Create one note
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/notes - Get all notes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/notes - Get one note
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/notes/{NoteId} - Update one note
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/{OrderKey}/child/notes/{NoteId}