POST api/pushnotifications/jobsonlysync
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": "f66af953-c18c-41dc-8b07-b028bac19fdc" }
text/html
Sample:
{"userId":"f66af953-c18c-41dc-8b07-b028bac19fdc"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.