POST api/PushNotification/BulkInsertPushNotifications
Request Information
URI Parameters
None.
Body Parameters
Collection of CustomPushNotificationDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TopicId | integer |
None. |
|
| TopicIds | Dictionary of integer [key] and string [value] |
None. |
|
| Title | string |
None. |
|
| Text | string |
None. |
|
| extraData | string |
None. |
|
| TimeToNotifyTypeId | integer |
None. |
|
| TimeToNotify | date |
None. |
|
| ReferenceId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"TopicId": 1,
"TopicIds": {
"1": "sample string 2",
"3": "sample string 4"
},
"Title": "sample string 2",
"Text": "sample string 3",
"extraData": "sample string 4",
"TimeToNotifyTypeId": 5,
"TimeToNotify": "2026-02-03T18:25:44.4201287-08:00",
"ReferenceId": 1
},
{
"TopicId": 1,
"TopicIds": {
"1": "sample string 2",
"3": "sample string 4"
},
"Title": "sample string 2",
"Text": "sample string 3",
"extraData": "sample string 4",
"TimeToNotifyTypeId": 5,
"TimeToNotify": "2026-02-03T18:25:44.4201287-08:00",
"ReferenceId": 1
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true