UploadProposalPdfRequest
Request DTO for uploading PDF documents to a proposal
Properties
| Name | Type | Description |
|---|---|---|
| pdfContent* | string | Base64-encoded PDF content. |
Base64-encoded PDF content. | ||
JSON Example
{
"pdfContent": "string"
}
Request DTO for uploading PDF documents to a proposal
| Name | Type | Description |
|---|---|---|
| pdfContent* | string | Base64-encoded PDF content. |
Base64-encoded PDF content. | ||
{
"pdfContent": "string"
}