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