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": "17cb8ec5-b3d7-4adf-9c87-3bed6bac0e43",
"UserId": "86ee9149-8ef3-4855-a761-379e2509ff2e",
"UserName": "sample string 1",
"EventRegistrationId": "8d6f4cf3-2e81-4dba-bd5a-971b688511b9",
"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-04-11T17:07:51.0349956+05:00"
},
{
"Id": "17cb8ec5-b3d7-4adf-9c87-3bed6bac0e43",
"UserId": "86ee9149-8ef3-4855-a761-379e2509ff2e",
"UserName": "sample string 1",
"EventRegistrationId": "8d6f4cf3-2e81-4dba-bd5a-971b688511b9",
"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-04-11T17:07:51.0349956+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.