POST api/ShareBook/SetPushDeviceToken/{token}?param={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": "2025-04-28T21:57:20.2768833+08:00" }
text/html
Sample:
{"Sno":"sample string 1","DeviceToken":"sample string 2","Os":"sample string 3","DeviceInfo":"sample string 4","CreateTime":"2025-04-28T21:57:20.2768833+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>2025-04-28T21:57:20.2768833+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.