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": "012d6942-a05c-4489-8b96-1244eb257036"
}

text/html

Sample:
{"userId":"012d6942-a05c-4489-8b96-1244eb257036"}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.