POST api/pushnotifications/fullsync
Request Information
URI Parameters
None.
Body Parameters
API.Infrastructure.Dto.PushNotifications.SendPushNotificationCommandDto| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"userId": "fe633839-f6b8-4415-b68c-6b1bb9890d69"
}
text/html
Sample:
{"userId":"fe633839-f6b8-4415-b68c-6b1bb9890d69"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.