UpdateStakeHolderRequestBody
Stakeholder data to update
firstNamestring | nullnullable
First name of the person (only for person stakeholders)
Example:
JohnlastNamestring | nullnullable
Last name of the person (only for person stakeholders)
Example:
DoecompanyNamestring | nullnullable
Company name (only for company stakeholders)
Example:
Acme Corporationsirenstring | nullnullable
SIREN number (only for company stakeholders)
Example:
123456789addressstring | nullnullable
Address of the company
postalCodestring | nullnullable
Postal code of the company
citystring | nullnullable
City of the company
externalCodestring | nullnullable
External code of the company
contactsDetails object[]
Contact details list. If present, it REPLACES the existing list.
Array [
emailstring | nullnullable
Email address of the contact (optional)
Example:
john.doe@example.comphoneNumberstring | nullnullable
Phone number of the contact (optional)
Example:
0123456789additionalInfosstring | nullnullable
Additional infos of the contact (optional)
creationDatestring | nullnullable
Date of creation of the contact (optional)
Example:
2020-01-01]
isActiveboolean | nullnullable
Active flag. If present, it updates the current value.
Example:
truefaxstring | nullnullable
Fax of the company
functionstring | nullnullable
Function of the person
UpdateStakeHolderRequestBody
{
"firstName": "John",
"lastName": "Doe",
"companyName": "Acme Corporation",
"siren": "123456789",
"address": "string",
"postalCode": "string",
"city": "string",
"externalCode": "string",
"contactsDetails": "Unknown Type: array,null",
"isActive": true,
"fax": "string",
"function": "string"
}