POST api/pushnotifications/formoradhocjobsonlysync
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": "3b8a6e8b-16d0-4d50-8d18-3e6f175aaad9"
}
text/html
Sample:
{"userId":"3b8a6e8b-16d0-4d50-8d18-3e6f175aaad9"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.