This method adds comment to existing claim (callout).
This API needs external user to authenticate.
Request Model
Example JSON:
{
"user": "user name",
"text": "test comment"
}
Success Response Content
Example JSON:
{
"validationErrors": [],
"result": {
"update": {
"comment": "test comment",
"creator": {
"label": "Philip Fry",
"actorType": "CUSTOMER"
},
"creationDateTime": "2017-11-29T11:23:24.221",
"requestState": "IN_PROGRESS",
"type": "COMMENT_ADDED",
"assignee": "Special AgentOne"
}
}
}