Transfer Document to FTP
Authorizations
Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.
Headers
FTP password.
Private key content for key-based authentication.
Path Parameters
The pingid of the submission.
Body
Desired remote FTP path that Ping will write the document to. Should include the destination filename. If filename and file_uri are not included then the destination filename in this path must match the requested SubmissionDocument filename.
Full download URI of the document (e.g., '/api/v1/submission/{pingid}/document/document.pdf' or 'https://domain.com/api/v1/submission/{pingid}/document/document.pdf'). Cannot be used together with filename.
Name of the document in the submission to transfer (e.g., 'document.pdf'). Cannot be used together with file_uri.