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": "5878611f-5f1f-49fb-b35e-b31170cdc9d9"
}
text/html
Sample:
{"userId":"5878611f-5f1f-49fb-b35e-b31170cdc9d9"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.