POST api/PushNotification/CreateCustomPushNotification

Request Information

URI Parameters

None.

Body Parameters

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-14T02:51:47.7238788-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