GET PushNotify/Push?content={content}&type={type}&signature={signature}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
content | string |
Required |
|
type | string |
Required |
|
signature | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseListName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
Message | string |
None. |
|
Time | string |
None. |
|
ListValue | Collection of Object |
None. |
|
Signature | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": "sample string 1", "Message": "sample string 2", "Time": "sample string 3", "ListValue": [ {}, {} ], "Signature": "sample string 4" }
application/xml, text/xml
Sample:
<ResponseList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.DingDong.API.Utility"> <Code>sample string 1</Code> <ListValue xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:anyType /> <d2p1:anyType /> </ListValue> <Message>sample string 2</Message> <Signature>sample string 4</Signature> <Time>sample string 3</Time> </ResponseList>