POST api/account/SendNotification
Request Information
URI Parameters
None.
Body Parameters
Collection of DTOPushNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| EventRegistrationId | globally unique identifier |
None. |
|
| IsPushNotificationEnabled | boolean |
None. |
|
| IsDonationAddPushNotificationEnabled | boolean |
None. |
|
| IsDonationApprovalOrRejectionPushNotificationEnabled | boolean |
None. |
|
| IsVenueUpdateRequestSubmissionPushNotificationEnabled | boolean |
None. |
|
| IsVenueUpdateRequestApprovalOrRejectionPushNotificationEnabled | boolean |
None. |
|
| PushNotificationTitle | string |
None. |
|
| PushNotificationBody | string |
None. |
|
| Activity | string |
None. |
|
| Url | string |
None. |
|
| AttachmentPath | string |
None. |
|
| DeviceToken | string |
None. |
|
| IsViewed | boolean |
None. |
|
| SentAt | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": "ef9077d8-3d3d-4261-a8b8-bbafbab71e5d",
"UserId": "95c1128d-fbb5-4819-bba2-3a9758d4c4bf",
"UserName": "sample string 1",
"EventRegistrationId": "f7f93a4b-7860-452d-99d7-ec6e75b191f7",
"IsPushNotificationEnabled": true,
"IsDonationAddPushNotificationEnabled": true,
"IsDonationApprovalOrRejectionPushNotificationEnabled": true,
"IsVenueUpdateRequestSubmissionPushNotificationEnabled": true,
"IsVenueUpdateRequestApprovalOrRejectionPushNotificationEnabled": true,
"PushNotificationTitle": "sample string 2",
"PushNotificationBody": "sample string 3",
"Activity": "sample string 4",
"Url": "sample string 5",
"AttachmentPath": "sample string 6",
"DeviceToken": "sample string 7",
"IsViewed": true,
"SentAt": "2026-02-03T15:14:37.1708023+05:00"
},
{
"Id": "ef9077d8-3d3d-4261-a8b8-bbafbab71e5d",
"UserId": "95c1128d-fbb5-4819-bba2-3a9758d4c4bf",
"UserName": "sample string 1",
"EventRegistrationId": "f7f93a4b-7860-452d-99d7-ec6e75b191f7",
"IsPushNotificationEnabled": true,
"IsDonationAddPushNotificationEnabled": true,
"IsDonationApprovalOrRejectionPushNotificationEnabled": true,
"IsVenueUpdateRequestSubmissionPushNotificationEnabled": true,
"IsVenueUpdateRequestApprovalOrRejectionPushNotificationEnabled": true,
"PushNotificationTitle": "sample string 2",
"PushNotificationBody": "sample string 3",
"Activity": "sample string 4",
"Url": "sample string 5",
"AttachmentPath": "sample string 6",
"DeviceToken": "sample string 7",
"IsViewed": true,
"SentAt": "2026-02-03T15:14:37.1708023+05:00"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.