PUT api/Islyklar

Update user in Islyklar database

Request Information

URI Parameters

None.

Body Parameters

The user to update

PublicUser
NameDescriptionTypeAdditional information
Ssn

string

None.

Email

string

None.

Mobile

string

None.

BankInfo

string

None.

LastLogin

string

None.

NextLastLogin

string

None.

LastPassChange

string

None.

CanNudge

boolean

None.

OnlyCert

boolean

None.

NudgeLastAsked

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Ssn": "sample string 1",
  "Email": "sample string 2",
  "Mobile": "sample string 3",
  "BankInfo": "sample string 4",
  "LastLogin": "sample string 5",
  "NextLastLogin": "sample string 6",
  "LastPassChange": "sample string 7",
  "CanNudge": true,
  "OnlyCert": true,
  "NudgeLastAsked": "sample string 8"
}

application/xml, text/xml

Sample:
<PublicUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Advania.Model.Islyklar">
  <BankInfo>sample string 4</BankInfo>
  <CanNudge>true</CanNudge>
  <Email>sample string 2</Email>
  <LastLogin>sample string 5</LastLogin>
  <LastPassChange>sample string 7</LastPassChange>
  <Mobile>sample string 3</Mobile>
  <NextLastLogin>sample string 6</NextLastLogin>
  <NudgeLastAsked>sample string 8</NudgeLastAsked>
  <OnlyCert>true</OnlyCert>
  <Ssn>sample string 1</Ssn>
</PublicUser>

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.