Upload FileAsk AIpost https://api.sandbox.eu.ppro.com/v1/disputes/{disputeId}/filesUse this endpoint to upload files to a dispute when the UPLOAD FILE capability is allowed.Path ParamsdisputeIdstringrequiredDispute ID starting with 'dispute_' followed by 21 characters.Body ParamsfilefilerequiredThe file to upload as a multipart form part with name 'file'HeadersRequest-ReferencestringOptional Reference for the request. This is used to identify the request in debugging.Request-Idempotency-KeystringOptional Idempotency Key for the request. Sending duplicate requests will result in 409 HTTP status code.Responses 201Successfully uploaded the file and linked to a dispute 400Bad Request 404Not found 409Duplicate request received with the same idempotency key. 500Internal Server ErrorUpdated 3 months ago