POST api/pushnotifications/jobsonlysync

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": "3ae84285-47c2-472d-aef0-3224d161f92e"
}

text/html

Sample:
{"userId":"3ae84285-47c2-472d-aef0-3224d161f92e"}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.