POST api/PushNotification/BulkInsertPushNotifications

Request Information

URI Parameters

None.

Body Parameters

Collection of CustomPushNotificationDTO
NameDescriptionTypeAdditional 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": "2025-10-14T00:37:35.1019624-07: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": "2025-10-14T00:37:35.1019624-07:00",
    "ReferenceId": 1
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true