POST api/Shared/AddNotificationPlayerId

Request Information

URI Parameters

None.

Body Parameters

MapUserPlayerDto
NameDescriptionTypeAdditional information
PlayerId

string

None.

UserEmail

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PlayerId": "sample string 1",
  "UserEmail": "sample string 2"
}

application/xml, text/xml

Sample:
<MapUserPlayerDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LookBook_Api.Models.Dto">
  <PlayerId>sample string 1</PlayerId>
  <UserEmail>sample string 2</UserEmail>
</MapUserPlayerDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.