POST api/pushnotifications/jobsonlysync
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": "5384215c-cddf-4fce-8a6c-aec70e8f2c0d"
}
text/html
Sample:
{"userId":"5384215c-cddf-4fce-8a6c-aec70e8f2c0d"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.