POST api/Fcm/Topic
Request Information
URI Parameters
None.
Body Parameters
FcmTopicName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
FcmSqlAuthKey | string |
None. |
|
Title | string |
None. |
|
Body | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "FcmSqlAuthKey": "sample string 2", "Title": "sample string 3", "Body": "sample string 4" }
application/octet-stream
Sample:
{"id":1,"FcmSqlAuthKey":"sample string 2","Title":"sample string 3","Body":"sample string 4"}
Response Information
Resource Description
CResultName | Description | Type | Additional information |
---|---|---|---|
retType | integer |
None. |
|
retDesc | string |
None. |
|
retData | Object |
None. |
|
retParams | Collection of Object |
None. |
|
affectedRows | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "retType": 1, "retDesc": "sample string 2", "retData": {}, "retParams": [ {}, {} ], "affectedRows": 4 }
application/octet-stream
Sample:
{"retType":1,"retDesc":"sample string 2","retData":{},"retParams":[{},{}],"affectedRows":4}