Skip to main content

Commentapiv1

creationDatestring<date-time>

the date and time at which this comment was added

Example: 2020-09-09T14:37:14+0000
encodedKeystring

a unique key for this comment

Example: 8a19b7057471f4af017472dc0fd80472
lastModifiedDatestring<date-time>

the date and time at which this comment was last modified

Example: 2020-09-09T14:37:14+0000
parentKeystring

the unique key of the parent object for this comment, for example, the client or loan account to which it relates

textstring

the text of the comment as a string, must be properly JSON escpaped if it contains special characters

userKeystring

the unique key of the user who created the comment

Commentapiv1
{
"creationDate": "2020-09-09T14:37:14+0000",
"encodedKey": "8a19b7057471f4af017472dc0fd80472",
"lastModifiedDate": "2020-09-09T14:37:14+0000",
"parentKey": "string",
"text": "string",
"userKey": "string"
}