POST api/pushnotifications/message
Request Information
URI Parameters
None.
Body Parameters
API.Infrastructure.Dto.PushNotifications.SendPushNotificationMessageDto| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
Required |
|
| Message | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"userId": "653103e3-6a82-41de-8f71-f85fd221f8a6",
"message": "sample string 1"
}
text/html
Sample:
{"userId":"653103e3-6a82-41de-8f71-f85fd221f8a6","message":"sample string 1"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.