V1 Create a Note for a Borrower Contact

Adds a note to the specified contact. Returns the note ID in the response header.

Path Params
string
required

The unique identifier that is returned in the response when the contact is created.

Body Params
string

Unique identifier assigned to the specific note associated with the borrower contact.

string

Title summarizing the purpose or topic of the note.

string

Date and time when the note was created or last updated, stored in UTC format.

string

Text of the note containing the full descriptive information.

Headers
string
required

Bearer token

Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
URL