patch https://gateway.remote.com/v1/companies/
Given an ID and a request object with new information, updates a company.
Getting a company and its owner to active status
active statusIf you created a company using the
create a company endpoint without all the required
request body parameters, you can use this endpoint to provide the missing data. Once the company
and its owner have all the necessary data, both their statuses will be set to active and the company
onboarding will be marked as "completed".
The following constitutes a company with "all the necessary data":
- Complete
address, with validaddress,postal_code,countryandstateparameters (Varies by country. Use the show form schema endpoint to see which address parameters are required). - Company
tax_numberorregistration_numberis not nil - Company
nameis not nil (already required when creating the company) - Company has a
desired_currencyin their bank account (already required when creating the company) - Company has accepted terms of service (already required when creating the company)
Callback