4. Add business directors (optional)
POST {{host}}/v1/profiles/{{business-profile-id}}/directors
Adds new directors to the business profile. Returns the list of all directors associated with the business profile.
Request Body
{"0"=>{"firstName"=>"Jimmy", "lastName"=>"Doe", "dateOfBirth"=>"1985-01-01", "countryOfResidenceIso3Code"=>"usa"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: Created
[{"id":700104,"firstName":"John","lastName":"Doe","dateOfBirth":"1982-01-01","countryOfResidenceIso3Code":"usa"},{"id":700105,"firstName":"Jane","lastName":"Doe","dateOfBirth":"1981-01-01","countryOfResidenceIso3Code":"usa"}]