PUT
/
v2.01
/
{ClientId}
/
disputes
/
{DisputeId}
/
documents
/
{DisputeDocumentId}
{
    "Status": "VALIDATION_ASKED"
}  
{
    "DisputeId": "159102965",
    "Type": "DELIVERY_PROOF",
    "Id": "159188418",
    "Tag": null,
    "CreationDate": 1672655973,
    "ProcessedDate": null,
    "Status": "VALIDATION_ASKED",
    "RefusedReasonType": null,
    "RefusedReasonMessage": null
}  

Path parameters

DisputeId
string
required

The unique identifier of the dispute.

DisputeDocumentId
string

The unique identifier of the dispute document.

Body parameters

Status
string
required

Allowed values: VALIDATION_ASKED

The status of the dispute document.

Responses

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