{
"id": "string",
"workflowId": "string",
"purchaseId": "string",
"reason": "SNAD",
"comment": "string",
"status": "OPEN",
"createdAt": "2019-08-24",
"updatedAt": "2019-08-24",
"outcomes": [
{
"id": "string",
"type": "RETURN",
"party": "SELLER",
"status": "PENDING",
"caseId": "string",
"amount": 0,
"comment": "string",
"createdAt": "2019-08-24",
"updatedAt": "2019-08-24",
"deliveryAddress": {
"city": "string",
"country": "string",
"line1": "string",
"line2": "string",
"postal_code": "string",
"state": "string"
}
}
],
"attachments": [
{
"url": "http://example.com",
"party": "SELLER",
"createdAt": "2019-08-24T14:15:22Z"
}
]
}