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": "9ce33a0c-afcd-4833-a019-cbca2a996841",
  "Note": "sample string 2",
  "NoteDateTime": "2026-06-29T19:45:03.4135747+01:00"
}

Response - (Status 200 - OK)

IHttpActionResult

Name Type Description






            

Bundle(s)
ContactDetails