POST api/person/key/{key}

Updates the personal details based on the given using the .

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

string

Required

Body Parameters

PersonDto
NameDescriptionTypeAdditional information
Address

AddressDto

None.

ProfileProperties

Collection of ProfilePropertyDto

None.

Id

globally unique identifier

None.

CreationDate

date

None.

Honorific

string

None.

FirstName

string

None.

LastName

string

None.

Address

AddressCoreDto

None.

Source

string

None.

ReceiveSmsCommunications

boolean

None.

ReceiveEmailCommunications

boolean

None.

ReceiveMailCommunications

boolean

None.

IsDeleted

boolean

None.

LastActive

date

None.

DateAnonymised

date

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.