POST api/PushNotification/CreatePushNotificationTopic
Request Information
URI Parameters
None.
Body Parameters
PushNotificationTopicDTOName | 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": "2025-10-14T04:54:58.6561052-07:00", "CreatedBy": 1, "ChangeDate": "2025-10-14T04:54:58.6561052-07: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
integerResponse Formats
application/json, text/json
Sample:
1