# Create an affiliated person Create and add an affiliated person for an applicant object Endpoint: POST /affiliated-persons Security: Your API key ## Response 200 fields (application/json): - `affiliated_person_id` (string) A unique identifier of an affiliated person object, that is assigned by our system after an affiliated person object was created with a “Create an affiliated person” request ## Response 400 fields (application/json): - `type` (string) Example: "bad_request" - `errors` (array) ## Response 404 fields (application/json): - `type` (string) Example: "not_found" - `errors` (array) - `errors.parameter` (string) Example: "applicant_id" - `errors.message` (string) Example: "Applicant was not found" ## Response 422 fields (application/json): - `type` (string) Example: "validation" - `errors` (array) - `errors.parameter` (string) Example: "type" - `errors.message` (string) Example: "Type of affiliated person is required" ## Response 429 fields (application/json): - `type` (string) Example: "flow" - `errors` (array) - `errors.parameter` (string) Example: "limit_exceeded" - `errors.message` (string) Example: "The authorised person is already exists for that applicant" ## Response 500 fields (application/json): - `type` (string) Example: "internal_server" - `errors` (array)