POST api/bildirim/topic
Request Information
URI Parameters
None.
Body Parameters
BildirimTopicDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Topic | string |
None. |
|
| Title | string |
None. |
|
| Body | string |
None. |
|
| ImageUrl | string |
None. |
|
| Data | Dictionary of string [key] and string [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"topic": "sample string 1",
"title": "sample string 2",
"body": "sample string 3",
"imageUrl": "sample string 4",
"data": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.