V3 Create Conversation Log

Creates a conversation log for the loan file so that conversation log entries can be added to the loan through APIs.

Path Params
string
required

Unique identifier of the loan for which to create the conversation log.

Query Params
string
required

Action to be performed on the conversationLogs entity. The value is add.

string

Can be passed if a lock has been acquired on the loan.

Body Params
string

Unique identifier of the conversation log.

alerts
array of objects

The LogAlertContract, which contains information about the alert.

alerts
commentList
array of objects

The LogCommentContract, which contains information about the comments in the log.

commentList
string

The comments associated with the conversation.

string

Name of the company.

string

RetrieveOnly. The date and time the conversation log was created.

string

The email address of the recipient.

boolean

Indicates whether the conversation log entry will display in both the Loan Log and the conversation log or if the entry will just display in the conversation log.

boolean

Indicates whether the conversation took place via email.

string

Name of the person who was involved in the conversation.

string

The phone number of the recipient.

createdBy
object

RetrieveOnly. EntityReferenceContract containing information about the user who created the comment.

Headers
string
required

Bearer token

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

404

ConversationLogs not found

500

Internal Server Error

Language
URL
Response
Choose an example:
application/json