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": "5365253f-df3d-4358-af6f-3930c2ab1660"
}
text/html
Sample:
{"userId":"5365253f-df3d-4358-af6f-3930c2ab1660"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.