MED Contestation Management

CancelDispute

Cancels a previously registered dispute.

post/CancelDispute

Request body

Methodstring required
PartnerIdstring required
BusinessUnitIdstring required
ProtocolIdstring required

Example request

{
  "Method": "CancelDispute"
}

Response

Challenge successfully cancelled

Successstring
Messagestring
ProtocolIdstring

Example response

{
  "Success": "true",
  "Message": "Contestation successfully cancelled."
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.