POST api/MobileAppServices/SendNotification?connectionPrefix={connectionPrefix}&notificationid={notificationid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
connectionPrefix

string

Required

notificationid

integer

Required

Body Parameters

None.

Response Information

Resource Description

HttpReponseMessage
NameDescriptionTypeAdditional information
ResponseStatus

string

None.

ResponseMessage

string

None.

ResponseCode

integer

None.

ResponseData

Object

None.

IsSuccess

boolean

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "ResponseStatus": "sample string 1",
  "ResponseMessage": "sample string 2",
  "ResponseCode": 3,
  "ResponseData": {},
  "IsSuccess": true
}