The documents
parameter of the Add Required Docs endpoint should contain these fields as key/value pairs.
documentStream
required
string
The completed PDF, base64-encoded.
Pattern: Base64-encoded string
Example: "JVBERi0xLjQKJcfl9OXwCjEgMCBvYmoKPDwKL0ZpbHRlciAvRmxhdGVEZWNvZGUKL0xlbmd0aCAxMjU4Cj4+CnN0cmVhbQp42s1YW3PTOBR+r+"
identifier
required
string
The value from identifier
in the Get Doc Requirements response.
Pattern: String
Example: "StatementOfDispute"
attachmentCategory
required
string
A category in the validAttachmentCategoryList
that was returned by Get Doc Requirements.
Pattern: String
Example: "Supporting Documentation"
fileName
required
string
The file name of the PDF.
Pattern: String
Example: "StatementOfDispute.pdf"
attachmentLabel
required
string
User-friendly name for the file.
Pattern: String
Example: "Statement of Dispute"
Example string for documents
documents
"[{documentStream":"JVBERi0xLjQKJcfl9OXwCjEgMCBvYmoKPDwKL0ZpbHRlciAvRmxhdGVEZWNvZGUKL0xlbmd0aCAxMjU4Cj4+CnN0cmVhbQp42s1YW3PTOBR+r+", "identifier": "StatementOfDispute", "attachmentCategory": "Supporting Documentation", "fileName": "StatementOfDispute.pdf", "attachmentLabel": "Statement of Dispute"}]