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": "5d2367d8-5f78-4ef6-987a-4d810322a126",
  "message": "sample string 1"
}

text/html

Sample:
{"userId":"5d2367d8-5f78-4ef6-987a-4d810322a126","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.