PUT api/pushnotifications/registerdevice

Request Information

URI Parameters

None.

Body Parameters

API.Infrastructure.Dto.PushNotifications.RegisterDeviceForPushNotificationsDto
NameDescriptionTypeAdditional information
Token

string

None.

Pns

string

None.

UserId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "token": "sample string 1",
  "pns": "sample string 2",
  "userId": "3e79eec2-1e04-4a00-a407-5d1c6ad54d61"
}

text/html

Sample:
{"token":"sample string 1","pns":"sample string 2","userId":"3e79eec2-1e04-4a00-a407-5d1c6ad54d61"}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.