POST api/persons/approve

Request Information

URI Parameters

None.

Body Parameters

PersonDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Created

date

None.

Updated

date

None.

Userid

string

None.

ProjectId

globally unique identifier

None.

Firstname

string

None.

Lastname

string

None.

IsFakturamottagare

boolean

None.

Email

string

None.

Email2

string

None.

Email3

string

None.

Email4

string

None.

Phone

string

None.

Phone2

string

None.

Address

string

None.

Postcode

string

None.

City

string

None.

CivicRegNo

string

None.

Password

string

None.

Notes

string

None.

PictureUrl

string

None.

VillHaEpost

boolean

None.

VillHaSms

boolean

None.

VillHaVeckobrev

boolean

None.

Frostvarning

boolean

None.

FacebookId

string

None.

GoogleId

string

None.

Medlemsnummer

string

None.

Disabled

boolean

None.

HarGodkanntRegistermedverkan

boolean

None.

Fastigheter

Collection of FastighetDto

None.

Roller

Collection of RollDto

None.

SenastAktivitet

date

None.

SenastInloggad

date

None.

MedlemSedan

date

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'stensater.api3.Dto.PersonDto'. Path 'fastigheter[0].persons'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'stensater.api3.Dto.PersonDto'. Path 'fastigheter[0].persons'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.