POST api/V1/user/setReminders

Request Information

URI Parameters

None.

Body Parameters

UserExtendedProfile
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

globally unique identifier

None.

Picture

string

None.

Thmb

string

None.

HighPicture

string

None.

School

string

None.

Month

boolean

None.

TwoWeeks

boolean

None.

Week

boolean

None.

ThreeDays

boolean

None.

PlayerNumber

integer

None.

SendMessageNotificationToEmail

boolean

None.

FiksId

integer

None.

TeamLevelFrom

integer

None.

TeamLevelTo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "userId": "dc6f1f2a-2a7c-4c2c-8cc4-7693c2214097",
  "picture": "sample string 3",
  "thmb": "sample string 4",
  "highPicture": "sample string 5",
  "school": "sample string 6",
  "month": true,
  "twoWeeks": true,
  "week": true,
  "threeDays": true,
  "playerNumber": 11,
  "sendMessageNotificationToEmail": true,
  "fiksId": 13,
  "teamLevelFrom": 14,
  "teamLevelTo": 15
}

application/xml, text/xml

Sample:
<UserExtendedProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/oiback.Classes">
  <FiksId>13</FiksId>
  <HighPicture>sample string 5</HighPicture>
  <Id>1</Id>
  <Month>true</Month>
  <Picture>sample string 3</Picture>
  <PlayerNumber>11</PlayerNumber>
  <School>sample string 6</School>
  <SendMessageNotificationToEmail>true</SendMessageNotificationToEmail>
  <TeamLevelFrom>14</TeamLevelFrom>
  <TeamLevelTo>15</TeamLevelTo>
  <Thmb>sample string 4</Thmb>
  <ThreeDays>true</ThreeDays>
  <TwoWeeks>true</TwoWeeks>
  <UserId>dc6f1f2a-2a7c-4c2c-8cc4-7693c2214097</UserId>
  <Week>true</Week>
</UserExtendedProfile>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.