POST api/Notification/SendPushNotificationForSingleJob

Request Information

URI Parameters

None.

Body Parameters

SendPushNotificationForSingleJobModel
Name Description Type Additional information
DeviceId

integer

None.

JobNumber

string

None.

JobId

integer

None.

Tag

string

None.

ServiceProviderId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DeviceId": 1,
  "JobNumber": "sample string 2",
  "JobId": 3,
  "Tag": "sample string 4",
  "ServiceProviderId": 5
}

text/html

Sample:
{"DeviceId":1,"JobNumber":"sample string 2","JobId":3,"Tag":"sample string 4","ServiceProviderId":5}

application/xml, text/xml

Sample:
<SendPushNotificationForSingleJobModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.NotificationQueue">
  <DeviceId>1</DeviceId>
  <JobId>3</JobId>
  <JobNumber>sample string 2</JobNumber>
  <ServiceProviderId>5</ServiceProviderId>
  <Tag>sample string 4</Tag>
</SendPushNotificationForSingleJobModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.