MED Contestation Management

UploadFilesDispute

Upload files to an existing dispute.

post/UploadFilesDispute

Request body

Methodstring required
PartnerIdstring required
BusinessUnitIdstring required
ProtocolIdstring required

Example request

{
  "Method": "UploadFilesDispute",
  "Files": [
    {
      "DocumentFile": "/9j/4AAQSkZJRgABAQEAYABgAAD=",
      "DocumentName": "Documento 1",
      "Description": "Documento 1"
    }
  ]
}

Response

Files uploaded successfully

Successstring
Messagestring

Example response

{
  "Success": "true",
  "Message": "Files uploaded successfully."
}

Changes

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