Skip to main content

Notes QueryResponse

Description

This is the format of the response you will receive for a Claims:NotesQuery.

API Endpoints for NotesQuery Response

Sync REST API Endpoint to call the API: https://{base_url}/api/v1/claim/notesqueryresponse.

Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.

| Event Type | IntraConnects Request | Data Type | Athena Response | | NotesQueryResponse | Claim | Object | | | NotesQueryResponse | Claim.ID | Strng | claimid | | NotesQueryResponse | Claim.Notes[] | ArrayOfObject | | | NotesQueryResponse | Claim.Notes[].ID | String | claimnoteid | | NotesQueryResponse | Claim.Notes[].Status | String | status | | NotesQueryResponse | Claim.Notes[].Description | String | fixtext | | NotesQueryResponse | Claim.Notes[].Code | String | kickcode | | NotesQueryResponse | Claim.Notes[].Name | String | kickcodename |