2. Create business directors

POST {{host}}/v1/profiles/{{business-profile-id}}/directors

Request Body

{"0"=>{"firstName"=>"John", "lastName"=>"Doe", "dateOfBirth"=>"1982-01-01", "countryOfResidenceIso3Code"=>"usa"}, "1"=>{"firstName"=>"Jane", "lastName"=>"Doe", "dateOfBirth"=>"1981-01-01", "countryOfResidenceIso3Code"=>"usa"}}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

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"}]