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": "92d59630-3171-43b8-9480-d9460323f71f",
"Note": "sample string 2",
"NoteDateTime": "2026-03-27T02:41:01.5560365+00:00"
}
IHttpActionResult
| Name | Type | Description |
|---|
| Bundle(s) |
|---|
| ContactDetails |