Notes REST Endpoints
Business Objects/Damage Claims/Notes
The operations from the Business Objects/Damage Claims/Notes category.
- Create a Note
- Method: postPath:
/damageClaims/{claimGid}/notes - Delete a Note
- Method: deletePath:
/damageClaims/{claimGid}/notes/{claimNoteSeqNo} - Get a Note
- Method: getPath:
/damageClaims/{claimGid}/notes/{claimNoteSeqNo} - Get Notes
- Method: getPath:
/damageClaims/{claimGid}/notes - Update a Note
- Method: patchPath:
/damageClaims/{claimGid}/notes/{claimNoteSeqNo} - Update Notes
- Method: patchPath:
/damageClaims/{claimGid}/notes