Notes REST Endpoints

Order Management/Channel Customer Lump-Sum Programs/Notes
The Notes resource is used to view, create, and update notes.
Create one note
Method: post
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerLumpSumPrograms/{ProgramId}/child/notes
Delete one note
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerLumpSumPrograms/{ProgramId}/child/notes/{NoteId}
Get all notes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerLumpSumPrograms/{ProgramId}/child/notes
Get one note
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerLumpSumPrograms/{ProgramId}/child/notes/{NoteId}
Update one note
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerLumpSumPrograms/{ProgramId}/child/notes/{NoteId}