GET api/ShareBook/PushMessageToUser/{token}/{param}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
token | No documentation available. |
Define this parameter in the request URI. |
param | No documentation available. |
Define this parameter in the request URI. |
info | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Sno": "sample string 1", "Title": "sample string 2", "Message": "sample string 3", "Custom": "sample string 4" }
text/html
Sample:
{"Sno":"sample string 1","Title":"sample string 2","Message":"sample string 3","Custom":"sample string 4"}
application/xml, text/xml
Sample:
<PushInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShareBookAppsServer.Application.Controllers.ApiModel"> <_x003C_Custom_x003E_k__BackingField>sample string 4</_x003C_Custom_x003E_k__BackingField> <_x003C_Message_x003E_k__BackingField>sample string 3</_x003C_Message_x003E_k__BackingField> <_x003C_Sno_x003E_k__BackingField>sample string 1</_x003C_Sno_x003E_k__BackingField> <_x003C_Title_x003E_k__BackingField>sample string 2</_x003C_Title_x003E_k__BackingField> </PushInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, text/html
Sample:
Sample not available.