# Create an answer to a compliance question Creates an answer to a compliance question raised by Solaris in relation to a business legal identification. You have to add the question's unique in the request URL. Please note that you can only create one answer to a single question per request. Endpoint: POST /v1/businesses/{business_id}/identifications/{business_identification_id}/legal_identification/questions/{question_id}/answers Version: 1.0 ## Path parameters: - `business_id` (string, required) The unique business ID, generated after completing the business onboarding process. - `business_identification_id` (string, required) The unique ID of the business identification resource. - `question_id` (string, required) The unique ID of the compliance question. ## Request fields (application/json): - `text` (string) The text of the answer to the compliance question. ## Response 200 fields (application/json): - `question_id` (string) The unique ID of the compliance question created by Solaris. Example: "ebb463137becc09788dfe21fc066e670qstn" - `question_text` (string) The text of the compliance question. Example: "Please provide the license for security / guarding services (Bewachungsgewerbe): ยง 34a GewO" - `legal_identification_id` (string) The unique ID of the business legal identification. Example: "14eb210435e09ab7f6a06c8b9b86ce27lid" - `business_identification_id` (string) The unique ID of the business identification resource. Example: "4c74c804eaea5d2a2d64ef400a27a4d3bid" - `business_id` (string) The unique business ID, generated after completing the business onboarding process. Example: "880bbac68a34add190786b9c74f4c82fcbiz" - `answer_id` (string) The unique ID of the customer's answer to the compliance question. Example: "db5482ee94c5a091e93f36496562d5ffansr" - `answer_text` (string) The text of the answer to the compliance question. - `asked_at` (string) The date and time when the compliance question was created by Solaris. Example: "2021-07-16T13:38:06.000Z" - `answered_at` (string) The date and time when the answer to the compliance question was created. Example: "2021-07-16T13:53:18.000Z" ## Response 400 fields (application/json): - `title` (string) Example: "Failed to build pagination headers." - `status` (string) Example: "400" - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `detail` (string) Example: "Cannot connect to database." - `code` (string) Example: "build_pagination_headers_failure" ## Response 403 fields (application/json): - `title` (string) Example: "Unauthorized Action" - `status` (string) Example: "403" - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `detail` (string) Example: "Unauthorized action is not allowed." - `code` (string) Example: "unauthorized_action" ## Response 500 fields (application/json): - `title` (string) Example: "Generic Error" - `status` (string) Example: "500" - `id` (string) Example: "e8915041-9d8c-4d96-9dd1-04e8522ecdbf" - `detail` (string) Example: "There was an error." - `code` (string) Example: "generic_error"