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": "ffd928e0-7d74-400b-ab77-3c0ce2b19683",
"UserId": "f2156d03-cea9-4b91-ad27-6bca9da59993",
"UserName": "sample string 1",
"EventRegistrationId": "99c889ee-fc59-4e88-a458-943b5b802b22",
"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-14T16:18:12.9233697+05:00"
},
{
"Id": "ffd928e0-7d74-400b-ab77-3c0ce2b19683",
"UserId": "f2156d03-cea9-4b91-ad27-6bca9da59993",
"UserName": "sample string 1",
"EventRegistrationId": "99c889ee-fc59-4e88-a458-943b5b802b22",
"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-14T16:18:12.9233697+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.