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": "50f59c1e-08ab-4434-a686-043f59391e01"
}
text/html
Sample:
{"userId":"50f59c1e-08ab-4434-a686-043f59391e01"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.