POST api/event/SendRemindMessage
Request Information
URI Parameters
None.
Body Parameters
EventAttendeeApprovalRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| AttendeeId | globally unique identifier |
None. |
|
| SendNotify | boolean |
None. |
|
| Status | ApprovalStatusType |
None. |
|
| RejectReason | string |
None. |
|
| ApprovalPassMessage | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreateBy | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "8ae369e1-9a8e-4256-8495-1ba729a9ced9",
"AttendeeId": "64de1c05-f732-4d80-b00d-990a686f0b0b",
"SendNotify": true,
"Status": 1003000,
"RejectReason": "sample string 4",
"ApprovalPassMessage": "sample string 5",
"Id": "c7facbf7-eb0f-4587-ae66-59e3e0dc638e",
"CreateBy": "46d1ae4e-0e4a-4a65-8753-2d8f89213541",
"CreateDate": "2026-06-01T00:28:55.4877428+08:00"
}
application/xml, text/xml
Sample:
<EventAttendeeApprovalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <CreateBy>46d1ae4e-0e4a-4a65-8753-2d8f89213541</CreateBy> <CreateDate>2026-06-01T00:28:55.4877428+08:00</CreateDate> <Id>c7facbf7-eb0f-4587-ae66-59e3e0dc638e</Id> <ApprovalPassMessage>sample string 5</ApprovalPassMessage> <AttendeeId>64de1c05-f732-4d80-b00d-990a686f0b0b</AttendeeId> <EventId>8ae369e1-9a8e-4256-8495-1ba729a9ced9</EventId> <RejectReason>sample string 4</RejectReason> <SendNotify>true</SendNotify> <Status>Draft</Status> </EventAttendeeApprovalRequest>
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.