# Update the business information **PATCH /users/{user_id}/kyc/businesses/{id}** Update the business information. ## Servers ## Parameters ### Path parameters - **user_id** (string) User id - **id** (string) Resource ID ### Body: (object) Business information - **legal_name** (string) - **tax_id_number** (string) - **legal_form** (string) - **register_number** (string) - **country_of_taxation** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **second_country_of_taxation** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **second_tax_id_number** (string) - **exclusively_taxable_in_country_of_taxation** (boolean) ## Responses ### 201 Business updated and returned #### Body: (object) - **id** (string(uuid)) - **name** (string) - **legal_name** (string) - **tax_id_number** (string) - **legal_form** (string) - **register_number** (string) - **country_of_taxation** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **second_country_of_taxation** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **second_tax_id_number** (string) - **exclusively_taxable_in_country_of_taxation** (boolean) ### 422 Request body has errors or invalid. ### 401 Authorization information is missing or invalid. [Powered by Bump.sh](https://bump.sh)