POST PlanCare2Api/ContactPersons/PersonalData
Update the personal data for a contactperson
Requires 'Edit' permission for function ContactPersonPersonalData {1D8FABC7-C901-48B5-A6B3-3D47FE33810D}
Request Information
URI Parameters
None.
Body Parameters
Personal data for a contactperson
ContactPersonPersonalData| Name | Description | Type | Additional information |
|---|---|---|---|
| RelationId |
The internal RelationId of the contactperson |
integer |
None |
| FirstNames |
Firstnames |
string |
None |
| Initials |
Initials |
string |
None |
| Nickname |
Nickname |
string |
None |
| BirthName |
Birthname |
string |
None |
| BirthNamePrefix |
Birthname prefix |
string |
None |
| PartnerName |
Partnername |
string |
None |
| PartnerNamePrefix |
Partnername prefix |
string |
None |
| RelationLastNameFormatId |
The id of the RelationLastNameFormat that indicates how the lastname is generated. |
integer |
None |
| Lastname |
The lastname. This name is generated based on the RelationLastNameFormatId. |
string |
None |
| RelationLookupNameFormatId |
The id of the RelationLookupNameFormat that indicates how the lookupname is generated. |
integer |
None |
| LookupName |
The lookupname. This name is generated based on the RelationLookupNameFormatId. |
string |
None |
| RelationGenderId |
The id of the RelationGender indicating the gender |
integer |
None |
| DateOfBirth |
The date of birth |
date |
None |
| CityOfBirth |
The city of birth |
string |
None |
| RelationCountryOfBirthId |
The id of the RelationCountry indicating the country of birth |
integer |
None |
| DateOfDeath |
The date of deceased |
date |
None |
| Remarks |
Remarks |
string |
None |
Request Formats
application/json
text/json
application/xml
text/xml
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None |
|
| Content | HttpContent |
None |
|
| StatusCode | HttpStatusCode |
None |
|
| ReasonPhrase | string |
None |
|
| Headers | Collection of Object |
None |
|
| RequestMessage | HttpRequestMessage |
None |
|
| IsSuccessStatusCode | boolean |
None |