InlineDocumentApiRequest
Properties
| Name |
Type |
Description |
Notes |
| documentBase64 |
String |
The document content encoded as a base64 string. Supported formats: PDF, DOC, DOCX. Maximum 25 MB decoded. |
[default to null] |
| fileName |
String |
The file name including extension (e.g., "contract.pdf"). The extension determines document processing. |
[default to null] |
| displayOrder |
Integer |
The display order of the document within the package (1-based). If not specified, documents are ordered by their position in the array. |
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]