Upload Documents
ApiScope: payment.dispute.write
API Scope Level: DealerScope
Path Parameters
dealerUuid string required
uuid of Dealer
disputeUuid string required
Query Parameters
documentType string
description string
multipart/form-data
Request Body
file binary required
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
id string
filename string
purpose string
size int64
type string
url string
fileLinkUrl string
updateTs date-time
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"id": "string",
"filename": "string",
"purpose": "string",
"size": 0,
"type": "string",
"url": "string",
"fileLinkUrl": "string",
"updateTs": "2025-09-12T17:08:55.874Z"
}
Loading...