Add Comment For a Dispute
POST /disputes/{disputeId}/comments
application/json
{
"countryCode": "market country code for the shop",
"shopId": "unique identifier for the shop",
"disputeId": "unique identifier for the dispute which need to be updated"
}
{
"id": "7c36bce8-b0f8-4343-bf8a-73e1ce2312dd",
"disputeId": "c9971c88-f6f3-4824-9a04-adda16c436f3",
"body": "Merchat",
"jiraId": "100128999221",
"zenDeskId": "100",
"internal": false,
"attachments": [
{
"id": "c7a90935-3346-4937-bf77-929b8ca87fe9",
"fileName": "057f88cc-eeee-4fe8-8b16-79fea1af6981",
"originalFileName": "tv_screen_broken.jpg",
"createdAt": "2024-05-08T13:31:04.7435583+00:00",
"size": 12432,
"mimeType": "image/jpg",
"url": "/Attachments/c7a90935-3346-4937-bf77-929b8ca87fe9"
}
],
"author": {
"id": 1,
"name": "ABC",
"email": "info@example.com",
"countryCode": "DE",
"country": "Germany"
},
"createdAt": "2024-05-15T13:31:04.7435597+00:00",
"updatedAt": "2024-05-15T13:31:04.7435603Z"
}