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