POST PushNotify/AddNew

Request Information

URI Parameters

None.

Body Parameters

NotificationModel
NameDescriptionTypeAdditional information
ID

integer

None.

MobileNumber

string

None.

NotifyType

integer

None.

NotifyTile

string

None.

NotifyDes

string

None.

CreatedDate

string

None.

Navigation

integer

None.

AddInfo

string

None.

IsRead

string

None.

IsPush

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "MobileNumber": "sample string 2",
  "NotifyType": 3,
  "NotifyTile": "sample string 4",
  "NotifyDes": "sample string 5",
  "CreatedDate": "sample string 6",
  "Navigation": 7,
  "AddInfo": "sample string 8",
  "IsRead": "sample string 9",
  "IsPush": "sample string 10"
}

application/xml, text/xml

Sample:
<NotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.DingDong.API.Models">
  <AddInfo>sample string 8</AddInfo>
  <CreatedDate>sample string 6</CreatedDate>
  <ID>1</ID>
  <IsPush>sample string 10</IsPush>
  <IsRead>sample string 9</IsRead>
  <MobileNumber>sample string 2</MobileNumber>
  <Navigation>7</Navigation>
  <NotifyDes>sample string 5</NotifyDes>
  <NotifyTile>sample string 4</NotifyTile>
  <NotifyType>3</NotifyType>
</NotificationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseObject
NameDescriptionTypeAdditional information
Code

string

None.

Message

string

None.

Time

string

None.

Value

Object

None.

Data

string

None.

Signature

string

None.

ListValue

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Message": "sample string 2",
  "Time": "sample string 3",
  "Value": {},
  "Data": "sample string 5",
  "Signature": "sample string 6",
  "ListValue": [
    {},
    {}
  ]
}

application/xml, text/xml

Sample:
<ResponseObject 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>
  <Data>sample string 5</Data>
  <ListValue xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </ListValue>
  <Message>sample string 2</Message>
  <Signature>sample string 6</Signature>
  <Time>sample string 3</Time>
  <Value />
</ResponseObject>