POST api/HomePage/PushNotifications

Request Information

URI Parameters

None.

Body Parameters

GetPushNotificationsModel
NameDescriptionTypeAdditional information
push_access_token

string

None.

push_eml_id

integer

None.

push_device_type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "push_access_token": "sample string 1",
  "push_eml_id": 2,
  "push_device_type": 3
}

application/octet-stream, multipart/form-data

Sample:
{"push_access_token":"sample string 1","push_eml_id":2,"push_device_type":3}

application/xml, text/xml

Sample:
<HomePage.GetPushNotificationsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tenderjoAPI.Models">
  <push_access_token>sample string 1</push_access_token>
  <push_device_type>3</push_device_type>
  <push_eml_id>2</push_eml_id>
</HomePage.GetPushNotificationsModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream, multipart/form-data, application/xml, text/xml

Sample:

Sample not available.