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": "f2c06fa0-65eb-463e-a71b-a1804bba2cb1"
}
text/html
Sample:
{"userId":"f2c06fa0-65eb-463e-a71b-a1804bba2cb1"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.