POST api/event/EventApprovalNotifySend
Request Information
URI Parameters
None.
Body Parameters
EventApprovalNotifyRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AttendeeList | Collection of globally unique identifier |
None. |
|
| EventId | globally unique identifier |
None. |
|
| SendApprovalNotify | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AttendeeList": [
"fafbc79a-b8a7-4e7f-be44-e9c93a0caf35",
"4ca63e49-f725-4292-bac3-7f7a386ca902"
],
"EventId": "0321de5b-1f8a-4761-9881-ea853145d8b2",
"SendApprovalNotify": true
}
application/xml, text/xml
Sample:
<EventApprovalNotifyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel.RequestParameter.Event">
<AttendeeList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fafbc79a-b8a7-4e7f-be44-e9c93a0caf35</d2p1:guid>
<d2p1:guid>4ca63e49-f725-4292-bac3-7f7a386ca902</d2p1:guid>
</AttendeeList>
<EventId>0321de5b-1f8a-4761-9881-ea853145d8b2</EventId>
<SendApprovalNotify>true</SendApprovalNotify>
</EventApprovalNotifyRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | CommonResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.