Notes REST Endpoints

Order Management/Channel Customer Mass Claim Actions/Notes
The Notes resource captures comments, information, or instructions for Oracle Fusion Cloud Applications Suite business objects.
Create a note
Method: post
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerMassClaimActions/{MassClaimActionId}/child/notes
Delete a note
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerMassClaimActions/{MassClaimActionId}/child/notes/{NoteId}
Get a note
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerMassClaimActions/{MassClaimActionId}/child/notes/{NoteId}
Get all notes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerMassClaimActions/{MassClaimActionId}/child/notes
Update a note
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerMassClaimActions/{MassClaimActionId}/child/notes/{NoteId}