POST
/
v2.01
/
{ClientId}
/
disputes
/
{DisputeId}
/
documents
{
    "Type": "DELIVERY_PROOF",
    "Tag": "Custom meta"
}  
{
    "DisputeId": "159102965",
    "Type": "DELIVERY_PROOF",
    "Id": "159188418",
    "Tag": null,
    "CreationDate": 1672655973,
    "ProcessedDate": null,
    "Status": "CREATED",
    "RefusedReasonType": null,
    "RefusedReasonMessage": null
}  

Path parameters

DisputeId
string
required

The unique identifier of the dispute.

Body parameters

Type
string
required

Allowed values: DELIVERY_PROOF, INVOICE, REFUND_PROOF, USER_CORRESPONDANCE, USER_ACCEPTANCE_PROOF, PRODUCT_REPLACEMENT_PROOF, OTHER

The type of the dispute document.

Tag
string

Max. length: 255 characters

Custom data that you can add to this object.

Responses

{
    "DisputeId": "159102965",
    "Type": "DELIVERY_PROOF",
    "Id": "159188418",
    "Tag": null,
    "CreationDate": 1672655973,
    "ProcessedDate": null,
    "Status": "CREATED",
    "RefusedReasonType": null,
    "RefusedReasonMessage": null
}  
{
    "Type": "DELIVERY_PROOF",
    "Tag": "Custom meta"
}