Notes Service REST Endpoints
Notes Services/Notes Service
This service is used to perform notes service operations.
- Add a New Note
- Method: postPath:
/notes-service/saveNotes - Add mapping between Action ID and Account ID
- Method: postPath:
/notes-service/mapActionIdtoAccountId - Get Additional Account Information by Account ID
- Method: getPath:
/notes-service/note/acct/addn/{acctId} - Get Behavior Details by Account ID
- Method: getPath:
/notes-service/BehaviorDetails/{accountId} - Get Compliance by Action ID
- Method: getPath:
/notes-service/note/compliance/{actionId} - Get Notes by Action ID
- Method: getPath:
/notes-service/note/{actionId} - Health Check of notes service
- Method: getPath:
/notes-service/healthcheck - Retrieves Notes Details by Account ID
- Method: getPath:
/notes-service/getNotes