EmailACreditNote
Emails a credit note to the customer.
Input
| Name | Type | Required | Accepts Input Streams | Description |
| Id | String | True | False | Id of Credit Note |
| CustomerId | String | False | False | Customer Id of the customer for whom the credit note is raised. |
| ToMailIds | String | True | False | Array of email addresses of the recipients. |
| CcMailIds | String | False | False | Array of email addresses of the recipients to be CC ed. |
| Subject | String | True | False | Subject of an email that has to be sent. |
| Body | String | True | False | Body/content of the email to be sent |
| MailDocumentsDocumentId | String | False | False | Id of the Documents attached with the contact |
| CreditNoteNumber | String | False | False | The CreditNote Number associated with the Id. |
| Attachments | String | False | False | Files to be attached to the email |
| Content | String | False | True | The content as InputStream to be uploaded when LocalFilePath or FolderPath is not specified. |
| FileName | String | False | False | Attachment name. This is required when content is not null. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |