POST api/pushnotifications/removejobsync

Request Information

URI Parameters

None.

Body Parameters

API.Infrastructure.Dto.PushNotifications.SendPushNotificationCommandDto
NameDescriptionTypeAdditional information
UserId

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "userId": "6e71f395-edba-40de-8872-83bcc8bf98bc"
}

text/html

Sample:
{"userId":"6e71f395-edba-40de-8872-83bcc8bf98bc"}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.