DownloadQuote
Download the PDF for a finalized quote.
Input
Name | Type | Accepts Output Streams | Description |
QuoteId | String | False | The PaymentMethod Id. |
DownloadLocation | String | False | Download location. For example: C:\file.pdf |
FileStream | String | True | An instance of an output stream where file data is written to. Only used if DownloadLocation is not provided. |
Encoding | String | False | The FileData input encoding type.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
Result Set Columns
Name | Type | Description |
Status | String | Execution status of the stored procedure |
FileData | String | The FileData output |