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": "c2416d40-7dd0-42ae-bf38-4a63b7fd1ecb",
  "Note": "sample string 2",
  "NoteDateTime": "2026-05-15T13:25:47.8840009+01:00"
}

Response - (Status 200 - OK)

IHttpActionResult

Name Type Description






            

Bundle(s)
ContactDetails