POST mobile/conversation/{id}/updatenotification
set push notification of conversation
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
conversation detail info
Response body formats
application/json, text/json
Sample:
{
"isDone": true,
"code": 0,
"message": "sample string 2",
"cachedKey": "sample string 3",
"correlationId": "c682c9ae-3a79-4e2d-9492-ca37507fd62d",
"data": {}
}
application/xml, text/xml
Sample:
<ApiResponseOfVoidOutVOFP0KSs_SV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API"> <CachedKey>sample string 3</CachedKey> <Code>None</Code> <CorrelationId>c682c9ae-3a79-4e2d-9492-ca37507fd62d</CorrelationId> <IsDone>true</IsDone> <Message>sample string 2</Message> </ApiResponseOfVoidOutVOFP0KSs_SV>