POST api/account/SendNotification

Request Information

URI Parameters

None.

Body Parameters

Collection of DTOPushNotification
NameDescriptionTypeAdditional 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": "2185fdb5-6589-4105-b78e-2345607f2bc9",
    "UserId": "04d3dce2-9c17-4049-8c89-82c93a6ff53c",
    "UserName": "sample string 1",
    "EventRegistrationId": "170ed4d6-d7fe-40e4-801a-04bea0117b99",
    "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-10T12:49:25.6207731+05:00"
  },
  {
    "Id": "2185fdb5-6589-4105-b78e-2345607f2bc9",
    "UserId": "04d3dce2-9c17-4049-8c89-82c93a6ff53c",
    "UserName": "sample string 1",
    "EventRegistrationId": "170ed4d6-d7fe-40e4-801a-04bea0117b99",
    "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-10T12:49:25.6207731+05:00"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.