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": "f7c2893f-9a9d-4555-a484-3d313c9eb211",
"UserId": "340d51b7-587c-406b-a069-00d9795a2eeb",
"UserName": "sample string 1",
"EventRegistrationId": "1bc22b51-355c-40b5-b8d1-5117d6cbc8b5",
"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-03-31T16:16:57.0851926+05:00"
},
{
"Id": "f7c2893f-9a9d-4555-a484-3d313c9eb211",
"UserId": "340d51b7-587c-406b-a069-00d9795a2eeb",
"UserName": "sample string 1",
"EventRegistrationId": "1bc22b51-355c-40b5-b8d1-5117d6cbc8b5",
"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-03-31T16:16:57.0851926+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.