POST Email/ProcessBulk
Request Information
URI Parameters
None.
Body Parameters
BulkMembershipEmail| Name | Description | Type | Additional information |
|---|---|---|---|
| Emails | Collection of BulkMembershipEmailInfo |
None. |
Request Formats
application/json, text/json
Sample:
{
"Emails": [
{
"MemberID": 1,
"EmailType": 2,
"BatchYear": 3,
"CountryID": 4,
"HomePageURL": "sample string 5",
"Phone": "sample string 6",
"LOEmail": "sample string 7",
"MemberEmail": "sample string 8",
"FirstName": "sample string 9",
"LastName": "sample string 10",
"OfficeHours": "sample string 11"
},
{
"MemberID": 1,
"EmailType": 2,
"BatchYear": 3,
"CountryID": 4,
"HomePageURL": "sample string 5",
"Phone": "sample string 6",
"LOEmail": "sample string 7",
"MemberEmail": "sample string 8",
"FirstName": "sample string 9",
"LastName": "sample string 10",
"OfficeHours": "sample string 11"
}
]
}
application/xml, text/xml
Sample:
<BulkMembershipEmail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APA.Model.Domain">
<Emails>
<BulkMembershipEmailInfo>
<BatchYear>3</BatchYear>
<CountryID>4</CountryID>
<EmailType>2</EmailType>
<FirstName>sample string 9</FirstName>
<HomePageURL>sample string 5</HomePageURL>
<LOEmail>sample string 7</LOEmail>
<LastName>sample string 10</LastName>
<MemberEmail>sample string 8</MemberEmail>
<MemberID>1</MemberID>
<OfficeHours>sample string 11</OfficeHours>
<Phone>sample string 6</Phone>
</BulkMembershipEmailInfo>
<BulkMembershipEmailInfo>
<BatchYear>3</BatchYear>
<CountryID>4</CountryID>
<EmailType>2</EmailType>
<FirstName>sample string 9</FirstName>
<HomePageURL>sample string 5</HomePageURL>
<LOEmail>sample string 7</LOEmail>
<LastName>sample string 10</LastName>
<MemberEmail>sample string 8</MemberEmail>
<MemberID>1</MemberID>
<OfficeHours>sample string 11</OfficeHours>
<Phone>sample string 6</Phone>
</BulkMembershipEmailInfo>
</Emails>
</BulkMembershipEmail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.