Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 730 Bytes

create-dispute-evidence-file-response.md

File metadata and controls

31 lines (23 loc) · 730 Bytes

Create Dispute Evidence File Response

Defines fields in a CreateDisputeEvidenceFile response.

Structure

CreateDisputeEvidenceFileResponse

Fields

Name Type Tags Description
Errors IList<Models.Error> Optional Any errors that occurred during the request.
Evidence Models.DisputeEvidence Optional -

Example (as JSON)

{
  "evidence": {
    "evidence_id": "TOomLInj6iWmP3N8qfCXrB",
    "dispute_id": "bVTprrwk0gygTLZ96VX1oB",
    "evidence_file": {
      "filename": "evidence.tiff",
      "filetype": "image/tiff"
    },
    "uploaded_at": "2018-10-18T16:01:10.000Z"
  }
}