POST api/PushNotification/CreatePushNotificationTopics
Request Information
URI Parameters
None.
Body Parameters
PushNotificationTopicDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TopicName | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| TopicType | PushNotificationTopicTypeEnum |
None. |
|
| ReferenceId | integer |
None. |
|
| SNSTopicArn | string |
None. |
|
| CreateDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ChangeDate | date |
None. |
|
| ChangeBy | integer |
None. |
|
| ReferenceIds | Dictionary of integer [key] and string [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"TopicName": "sample string 2",
"Title": "sample string 3",
"Description": "sample string 4",
"TopicType": 1,
"ReferenceId": 1,
"SNSTopicArn": "sample string 5",
"CreateDate": "2026-02-03T18:24:00.2236445-08:00",
"CreatedBy": 1,
"ChangeDate": "2026-02-03T18:24:00.2236445-08:00",
"ChangeBy": 1,
"ReferenceIds": {
"1": "sample string 2",
"3": "sample string 4"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Dictionary of integer [key] and integer [value]Response Formats
application/json, text/json
Sample:
{
"1": 2,
"3": 4
}