POST api/Enrollment/CheckAllMarketingEmails
Request Information
URI Parameters
None.
Body Parameters
CheckAllMarketingEmailsModelName | Description | Type | Additional information |
---|---|---|---|
fromID | integer |
None. |
|
toID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "fromID": 1, "toID": 2 }
application/xml, text/xml
Sample:
<CheckAllMarketingEmailsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMEduWebAPI2.Models"> <fromID>1</fromID> <toID>2</toID> </CheckAllMarketingEmailsModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |