POST api/pushnotifications/formoradhocjobsonlysync
Request Information
URI Parameters
None.
Body Parameters
API.Infrastructure.Dto.PushNotifications.SendPushNotificationCommandDtoName | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{ "userId": "0129c50d-3317-4521-b7c7-6ad136f273ea" }
text/html
Sample:
{"userId":"0129c50d-3317-4521-b7c7-6ad136f273ea"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.