POST TalkToCIILeadership

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.TalkToCIILeadership+SendEmail
NameDescriptionTypeAdditional information
LeaderId

integer

Required

Range: inclusive between 0 and 9.22337203685478E+18

Subject

string

Required

Message

string

Required

Attachments

Collection of MYCII_EWS.BusinessObjects.Masters+Attachment

None.

DelimitedAttachments

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LeaderId": 1,
  "Subject": "sample string 2",
  "Message": "sample string 3",
  "Attachments": [
    {
      "FileName": "sample string 1",
      "Content": "sample string 2"
    },
    {
      "FileName": "sample string 1",
      "Content": "sample string 2"
    }
  ],
  "DelimitedAttachments": "sample string 4"
}

application/xml, text/xml

Sample:
<SendEmail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <LeaderId>1</LeaderId>
  <Subject>sample string 2</Subject>
  <Message>sample string 3</Message>
  <Attachments>
    <Attachment>
      <FileName>sample string 1</FileName>
      <Content>sample string 2</Content>
    </Attachment>
    <Attachment>
      <FileName>sample string 1</FileName>
      <Content>sample string 2</Content>
    </Attachment>
  </Attachments>
  <DelimitedAttachments>sample string 4</DelimitedAttachments>
</SendEmail>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.