POST api/UserNoties/UpdateTaskCount
删除善见分享任务通知
Request Information
URI Parameters
None.
Body Parameters
EmptyInputName | Description | Type | Additional information |
---|---|---|---|
Token |
签名 |
string |
None. |
SessionID |
会话ID |
globally unique identifier |
None. |
TimeStamp |
时间戳 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Token": "sample string 1", "SessionID": "36c25c3e-dced-4df3-b0b0-34239f3ce508", "TimeStamp": 2 }
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"