documents Subfields

The documents parameter of the Add Required Docs endpoint should contain these fields as key/value pairs.

documentStreamrequired
string
The completed PDF, base64-encoded.
Pattern: Base64-encoded string
Example: "JVBERi0xLjQKJcfl9OXwCjEgMCBvYmoKPDwKL0ZpbHRlciAvRmxhdGVEZWNvZGUKL0xlbmd0aCAxMjU4Cj4+CnN0cmVhbQp42s1YW3PTOBR+r+"

identifierrequired
string
The value from identifierin the Get Doc Requirements response.
Pattern: String
Example: "StatementOfDispute"

attachmentCategoryrequired
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

"[{documentStream":"JVBERi0xLjQKJcfl9OXwCjEgMCBvYmoKPDwKL0ZpbHRlciAvRmxhdGVEZWNvZGUKL0xlbmd0aCAxMjU4Cj4+CnN0cmVhbQp42s1YW3PTOBR+r+", "identifier": "StatementOfDispute", "attachmentCategory": "Supporting Documentation", "fileName": "StatementOfDispute.pdf", "attachmentLabel": "Statement of Dispute"}]