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": "a8df1b69-f64b-4333-a320-c698103ef790",
"Note": "sample string 2",
"NoteDateTime": "2026-08-14T19:18:41.4795271+01:00"
}
IHttpActionResult
| Name | Type | Description |
|---|
| Bundle(s) |
|---|
| ContactDetails |