POST _api/AMTScheduler/ExitMeetingNotifier
Request Information
URI Parameters
None.
Body Parameters
ExitMeetingParam| Name | Description | Type | Additional information |
|---|---|---|---|
| MailContent | string |
None. |
|
| ProjectId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MailContent": "sample string 1",
"ProjectId": 2
}
application/xml, text/xml
Sample:
<ExitMeetingParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AMTAPI.Models"> <MailContent>sample string 1</MailContent> <ProjectId>2</ProjectId> </ExitMeetingParam>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.