POST api/ApiMain/SendNotificationMobileDelivery
Request Information
URI Parameters
None.
Body Parameters
SendNotificationMobileDeliveryModel| Name | Description | Type | Additional 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:
Response Information
Resource Description
stringResponse 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>