GET api/ShareBook/SetPushDeviceToken/{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",
"DeviceToken": "sample string 2",
"Os": "sample string 3",
"DeviceInfo": "sample string 4",
"CreateTime": "2026-04-17T19:32:13.1311443+08:00"
}
text/html
Sample:
{"Sno":"sample string 1","DeviceToken":"sample string 2","Os":"sample string 3","DeviceInfo":"sample string 4","CreateTime":"2026-04-17T19:32:13.1311443+08:00"}
application/xml, text/xml
Sample:
<ShareBookPushDeviceTokenInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShareBookAppsServer.Data.Model"> <_x003C_CreateTime_x003E_k__BackingField>2026-04-17T19:32:13.1311443+08:00</_x003C_CreateTime_x003E_k__BackingField> <_x003C_DeviceInfo_x003E_k__BackingField>sample string 4</_x003C_DeviceInfo_x003E_k__BackingField> <_x003C_DeviceToken_x003E_k__BackingField>sample string 2</_x003C_DeviceToken_x003E_k__BackingField> <_x003C_Os_x003E_k__BackingField>sample string 3</_x003C_Os_x003E_k__BackingField> <_x003C_Sno_x003E_k__BackingField>sample string 1</_x003C_Sno_x003E_k__BackingField> </ShareBookPushDeviceTokenInfo>
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.