The document
parameter of the Add Document endpoint should contain these fields as key/value pairs.
Note
Pass only one document per endpoint call. To send multiple documents, call the endpoint once for each document.
Parameter | Req | Description | Example |
---|---|---|---|
documentStream | X | String. The completed PDF, base64-encoded. | "JVBERi0xLjQKJcfl9OXwCjEgMCBvYmoKPDwKL0ZpbHRlciAvRmxhdGVEZWNvZGUKL0xlbmd0aCAxMjU4Cj4+CnN0cmVhbQp42s1YW3PTOBR+r+" |
identifier | X | String. The value from identifier in the Get Requirements response. | "StatementOfDispute" |
category | X | String. A category in the validAttachmentCategoryList that was returned by Get Requirements. If validAttachmentCategoryList was not returned by Get Requirements, pass SupportingDocumentation . | "SupportingDocumentation" |
fileName | X | String. The file name of the PDF. | "StatementOfDispute.pdf" |
label | X | String. User-friendly name for the file. | "Statement of Dispute" |
Example string for document
document
"[{documentStream":"JVBERi0xLjQKJcfl9OXwCjEgMCBvYmoKPDwKL0ZpbHRlciAvRmxhdGVEZWNvZGUKL0xlbmd0aCAxMjU4Cj4+CnN0cmVhbQp42s1YW3PTOBR+r+", "identifier": "StatementOfDispute", "category": "Supporting Documentation", "fileName": "StatementOfDispute.pdf", "label": "Statement of Dispute"}]