Here we will cover how to add additional contacts to a legal person that can be used to reach out to different departments like accounting, fraud, risk etc. We will add fraud department contacts to New company Ltd.
Use case data
API parameters with values
The personId of the legal person New company Ltd is ID-3394.
...persons/ID-3394/additional-contact
The contact type code is the fraud department.
"contactTypeCode": "FRAUD_CONTACT"
The description of the contact type.
"description": "Contacts for fraud department"
The email of the contact.
"email": "psmidt@smidt.de"
The phone number of the contact.
"phoneNumber": "0901820"
The country code of the phone number.
"phoneCountryCode": "+49"
Sample API call
To add additional contact to the person, make the following API call.