EmailACreditNote
Emails a credit note to the customer.
Input
Name | Type | Required | Description |
Id | String | True | Id of Credit Note |
CustomerId | String | False | Customer Id of the customer for whom the credit note is raised. |
ToMailIds | String | True | Array of email addresses of the recipients. |
CcMailIds | String | False | Array of email addresses of the recipients to be CC ed. |
Subject | String | True | Subject of an email that has to be sent. |
Body | String | True | Body/content of the email to be sent |
MailDocumentsDocumentId | String | False | Id of the Documents attached with the contact |
CreditNoteNumber | String | False | The CreditNote Number associated with the Id. |
Attachments | String | False | Files to be attached to the email |
FileName | String | 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 |