InvoiceGetAttachment
Attach a file to an invoice.
Input
Name | Type | Required | Description |
Id | Integer | True | Id of Sequence State |
OrganizationId | Integer | True | Id of Organization |
DownloadLocation | String | False | Download location. For example: C:\file.pdf |
Encoding | String | False | The FileData input encoding type.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値はBASE64です。 |
Result Set Columns
Name | Type | Description |
FileData | String | The FileData output |
Status | String | Execution status of the stored procedure |