PUT api/person/{id}
Updates a person from the given .
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the resource. |
globally unique identifier |
Required |
Body Parameters
PersonDto| Name | Description | Type | Additional 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.