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": "76b8330c-05e5-46b4-b0cd-64aac6ab0fa6"
}
text/html
Sample:
{"userId":"76b8330c-05e5-46b4-b0cd-64aac6ab0fa6"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.