POST api/Push/add_realtime_push

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
req
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "auth_token": "sample string 1",
  "member_data": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "title": "sample string 2",
  "body": "sample string 3",
  "push_datetime": "sample string 4",
  "online_datetime": "sample string 5",
  "offline_datetime": "sample string 6",
  "uri": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "rcrm": {
    "RC": 1,
    "RM": "sample string 2"
  }
}