Create Comment

How to create an comment using the DigiFi API.

The Create Comment API is used to create a comment.

Example Request

Below please find the JSON body for an example request:

{
  "message": "Some message",
  "referenceId": "63cd069bbe5efa60b4e94d89",
  "referenceType": "task",
  "authorId": "63cd06948257a25e2cd881f1",
  "authorType": "borrower"
}
Language
Authorization
Header