POST api/pushnotifications/message

Request Information

URI Parameters

None.

Body Parameters

API.Infrastructure.Dto.PushNotifications.SendPushNotificationMessageDto
NameDescriptionTypeAdditional information
UserId

globally unique identifier

Required

Message

string

Required

Request Formats

application/json, text/json

Sample:
{
  "userId": "e64e1f76-21c2-4ae4-b9b8-1033dc0498ee",
  "message": "sample string 1"
}

text/html

Sample:
{"userId":"e64e1f76-21c2-4ae4-b9b8-1033dc0498ee","message":"sample string 1"}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.