V1 Create Note for a Business Contactpost https://api.elliemae.com/encompass/v1/businessContacts/{contactId}/notesAdds a note to the specified business contact. Returns the note ID in the response header.Path ParamscontactIdstringrequiredThe unique identifier that is returned in the response when the contact is created.Body ParamsnoteIdstringUnique identifier assigned to the specific note associated with the business contact.subjectstringTitle summarizing the purpose or topic of the note.timestampstringDate and time when the note was created or last updated, stored in UTC format.detailsstringText of the note containing the full descriptive information.HeadersAuthorizationstringrequiredBearer tokenResponses 201Created 400Bad RequestUpdated 25 days ago