Notes REST Endpoints

Business Objects/Damage Claims/Notes
The operations from the Business Objects/Damage Claims/Notes category.
Create a Note
Method: post
Path: /damageClaims/{claimGid}/notes
Delete a Note
Method: delete
Path: /damageClaims/{claimGid}/notes/{claimNoteSeqNo}
Get a Note
Method: get
Path: /damageClaims/{claimGid}/notes/{claimNoteSeqNo}
Get Notes
Method: get
Path: /damageClaims/{claimGid}/notes
Update a Note
Method: patch
Path: /damageClaims/{claimGid}/notes/{claimNoteSeqNo}
Update Notes
Method: patch
Path: /damageClaims/{claimGid}/notes