POST api/pushnotifications/formoradhocjobsonlysync

Request Information

URI Parameters

None.

Body Parameters

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

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "userId": "11be48bb-f49f-45ac-a3d5-b8b049a15d53"
}

text/html

Sample:
{"userId":"11be48bb-f49f-45ac-a3d5-b8b049a15d53"}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.