POST api/ApiMain/SendNotificationMobileDelivery

Request Information

URI Parameters

None.

Body Parameters

SendNotificationMobileDeliveryModel
NameDescriptionTypeAdditional information
Message

string

None.

OfficerID

integer

None.

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "OfficerID": 2,
  "Token": "sample string 3"
}

text/html

Sample:
{"Message":"sample string 1","OfficerID":2,"Token":"sample string 3"}

application/xml, text/xml

Sample:
<SendNotificationMobileDeliveryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NETCO.ERP.API.Models">
  <Message>sample string 1</Message>
  <OfficerID>2</OfficerID>
  <Token>sample string 3</Token>
</SendNotificationMobileDeliveryModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SendNotificationMobileDeliveryModel'.

Response Information

Resource Description

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>