POST api/pushnotifications/removejobsync
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": "ae164648-ea42-4dc5-9934-bda6040624d2"
}
text/html
Sample:
{"userId":"ae164648-ea42-4dc5-9934-bda6040624d2"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.