Notes Query
Description
The specified filter criteria can be utilized with this query to retrieve notes, and the format of the response adheres to the QueryResponse event type.
API Endpoints for NotesQuery
Data Model JSON for NotesQuery
Query - Sample Payload
{
"Meta": {
"DataModel": "Claim",
"EventType": "NotesQuery",
"Test": true,
"Source": {
"ID": "b5222a4e-6d66-49e6-93bc-ed3ab04a2ed8",
"Name": "customerid"
}
},
"Claim": {
"ID": "2",
"Notes": [
{
"Status": null,
"ID": null,
"Description": null,
"Code": null,
"Name": null
}
]
}
}