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": "dd47dc57-923b-4815-b7cf-ea9b3b15431b"
}

text/html

Sample:
{"userId":"dd47dc57-923b-4815-b7cf-ea9b3b15431b"}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.