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": "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.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.