Create and add an affiliated person for an applicant object
Security
API-Key
One of:
A type of an affiliated person object. AUTHORISED type is used for adding an authorised affiliated person object
Value:"AUTHORISED"
Example:"AUTHORISED"
A unique identifier of an applicant, that is assigned by our system after an applicant object was created with a “Create an applicant” request
Example:"27c5caea93ee4656881ef9a30fadd21a3768"
The first name of a person
Example:"Josh"
The last name of a person
Example:"Coffey"
A title of an authorised affiliated person object in a company
Example:"CDO"
The date of birth of a person, formatted as “YYYY-MM-DD” according to ISO 8601
Example:"1976-02-21"
A residence country of an object. A two-letter country code according to ISO 3166-2
Example:"GB"
A nationality country of a person. A two-letter country code according to ISO 3166-2
Example:"GB"
- https://api.kycaid.comhttps://api.kycaid.com/affiliated-persons
{ "type": "AUTHORISED", "applicant_id": "27c5caea93ee4656881ef9a30fadd21a3768", "first_name": "Josh", "last_name": "Coffey", "title": "CDO", "dob": "1976-02-21", "residence_country": "GB", "nationality": "GB", "email": "josh.coffey@example.com" }
OK
The request was successful, and our system returned an expected response.
Response
{ "affiliated_person_id": "27c5caea93ee4656881ef9a30fadd21a3768" }