InvoiceAddAttachment
Attach a file to an invoice.
Input
| Name | Type | Required | Accepts Input Streams | Description |
| Id | Integer | True | False | Id of Sequence State |
| OrganizationId | Integer | True | False | Id of Organization |
| CanSendInMail | Boolean | False | False | Can Send In Mail.
The default value is false. |
| Attachment | String | False | False | Specify the location of the attachment to upload. |
| FileName | String | False | False | File name of the attachment. |
| Name | String | False | False | The title for the Attachment, including the extension. This value will be used, if Content is not null. |
| Content | String | False | True | The content as InputStream to be uploaded when LocalFilePath or FolderPath is not specified. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |