# Create a business signee Assigns a person to the given business as a signee. Endpoint: POST /v1/businesses/{business_id}/signees Version: 1.0 ## Path parameters: - `business_id` (string, required) ## Request fields (application/json): - `person_id` (string) ID of the person to add to the business as a signee. Example: "0ba2211cab11af6094d60ead81f2bd9dcper" ## Response 201 fields (application/json): - `id` (string) Unique ID of the signee role assigned to a person. Example: "43f732deceba4e908835b62815bae4a6" - `person_id` (string) Unique ID of the person resource created for a business's signee. Example: "dc1a6812a14f6cc338cd084208535bcdcper" - `business_id` (string) Unique ID of the business resource. Example: "880bbac68a34add190786b9c74f4c82fcbiz" ## Response 400 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "400" - `code` (string) Example: "build_pagination_headers_failure" - `title` (string) Example: "Failed to build pagination headers." - `detail` (string) Example: "Cannot connect to database." ## Response 403 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "403" - `code` (string) Example: "unauthorized_action" - `title` (string) Example: "Unauthorized Action" - `detail` (string) Example: "Unauthorized action is not allowed." ## Response 404 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "404" - `code` (string) Example: "model_not_found" - `title` (string) Example: "Model Not Found" - `detail` (string) Example: "Couldn't find 'Solaris::Identification' for id 'bbbcccfff388923eb899a5852df6cidt'." ## Response 500 fields (application/json): - `id` (string) Example: "e8915041-9d8c-4d96-9dd1-04e8522ecdbf" - `status` (string) Example: "500" - `code` (string) Example: "generic_error" - `title` (string) Example: "Generic Error" - `detail` (string) Example: "There was an error."