Skip to main content

Comment

Represents information about the comment data transfer object.

creationDatestring<date-time>

The creation date of the comment.

Example: 2016-09-06T13:37:50+03:00
encodedKeystring

The comments's encoded key, which is auto-generated and unique.

lastModifiedDatestring<date-time>

The last date when this comment was modified.

Example: 2016-09-06T13:37:50+03:00
ownerKeystring

The encoded key of the entity that owns this comment.

ownerTypestring

The type of the entity that owns this comment.

Possible values: [CLIENT, GROUP, LOAN_PRODUCT, SAVINGS_PRODUCT, CENTRE, BRANCH, USER, LOAN_ACCOUNT, DEPOSIT_ACCOUNT, ID_DOCUMENT, LINE_OF_CREDIT, GL_JOURNAL_ENTRY]

textstringrequired

The message in the comment.

userKeystring

The user's key.

Comment
{
"creationDate": "2016-09-06T13:37:50+03:00",
"encodedKey": "string",
"lastModifiedDate": "2016-09-06T13:37:50+03:00",
"ownerKey": "string",
"ownerType": "CLIENT",
"text": "string",
"userKey": "string"
}