{
"routeId":17,
"contentType":"html",
"mailContent":"Test Attachment
",
"subject":"TestAttachment",
"fromEmail":"xyz@gmail.com",
"attachmentType":"1",
"fromName":"aa",
"toEmailSet":[
{
"email":"abc@gmail.com",
"personName":"toEmail1"
},
{
"email":"abc@gmail.com",
"personName":"toEmail2"
}
],
"ccEmailSet":[
{
"email":"ccEmail1@xyz.co.in",
"personName":"ccEmail1"
},
{
"email":"ccEmail1@xyz.co.in",
"personName":"ccEmail2@xyz.co.in"
}
],
"bccEmailSet":[
{
"email":"bccEmail1@xyz.co.in",
"personName":"bccEmail1"
},
{
"email":"bccEmail2@xyz.co.in",
"personName":"bccEmail2@xyz.co.in"
}
],
"attachments":[
{
"fileType":"text/plain",
"fileName":"TestFileone.txt",
"fileData":"dGV4dCBmaWxl"
},
{
"fileType":"text/plain",
"fileName":"testfiletwo.txt",
"fileData":"dGV4dCBmaWxl"
}
]
}