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": "e6f47bbd-b72c-4884-8231-c0e1980768e9",
"UserId": "d8cae7f0-9c76-4628-ae1c-b649fb4a34d7",
"UserName": "sample string 1",
"EventRegistrationId": "ccdeabac-b882-47e6-aa64-7b09e2858f09",
"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": "2025-12-20T17:34:24.0295949+05:00"
},
{
"Id": "e6f47bbd-b72c-4884-8231-c0e1980768e9",
"UserId": "d8cae7f0-9c76-4628-ae1c-b649fb4a34d7",
"UserName": "sample string 1",
"EventRegistrationId": "ccdeabac-b882-47e6-aa64-7b09e2858f09",
"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": "2025-12-20T17:34:24.0295949+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.