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": "9acec619-975a-4984-aecc-65a9085ffeeb"
}
text/html
Sample:
{"userId":"9acec619-975a-4984-aecc-65a9085ffeeb"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.