API Docs / Schemas / UploadProposalPdfRequest

UploadProposalPdfRequest

Request DTO for uploading PDF documents to a proposal

Properties

Name Type Description
pdfContent*string

Base64-encoded PDF content.
Example: "JVBERi0xLjQKJeLjz9MNCjEgMCBvYmoKPDwKL1R5cGUgL0NhdGFsb2cK..."

Base64-encoded PDF content.
Example: "JVBERi0xLjQKJeLjz9MNCjEgMCBvYmoKPDwKL1R5cGUgL0NhdGFsb2cK..."

JSON Example

{
  "pdfContent": "string"
}

Used By Operations