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": "46109a24-e6d4-4a1b-a161-6924be8e9241",
  "Note": "sample string 2",
  "NoteDateTime": "2025-04-25T14:11:36.6081283+01:00"
}

Response - (Status 200 - OK)

IHttpActionResult

Name Type Description






            

Bundle(s)
ContactDetails