POST api/pushnotifications/fullsync

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": "7e52773f-8990-49d1-bbc9-d2f43367091b"
}

text/html

Sample:
{"userId":"7e52773f-8990-49d1-bbc9-d2f43367091b"}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.