Adds a note to a contact
| From Body | Type | Description |
|---|---|---|
| ContactGuid | Guid | Guid of the contact to add the note to |
| Note | String | Note content |
| NoteDateTime | DateTime | Date and time of note creation |
{
"ContactGuid": "9ce33a0c-afcd-4833-a019-cbca2a996841",
"Note": "sample string 2",
"NoteDateTime": "2026-06-29T19:45:03.4135747+01:00"
}
IHttpActionResult
| Name | Type | Description |
|---|
| Bundle(s) |
|---|
| ContactDetails |