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": "2d547cb3-6988-4b24-9f13-b6f33cca709a",
  "Note": "sample string 2",
  "NoteDateTime": "2025-08-02T22:16:19.3491741+01:00"
}

Response - (Status 200 - OK)

IHttpActionResult

Name Type Description






            

Bundle(s)
ContactDetails