POST https://api.legendonlineservices.co.uk/Contacts/ContactNote

Adds a note to a contact

Request Parameters

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": "3d9deae7-7674-4225-bd5c-66fc5116af78",
  "Note": "sample string 2",
  "NoteDateTime": "2025-06-11T07:05:50.9284359+01:00"
}

Response - (Status 200 - OK)

IHttpActionResult

Name Type Description






            

Bundle(s)
ContactDetails