As part of the building set-up process, often a new company and sometimes a new organization need to be created in Connect. This article details how to use the Create New Company and Organization API within Connect to run the necessary mutations to create a company available in Noda.
Find the organization Id under which you want to create the company
Then run the ‘createCompany’ mutation by providing the company name and id of the organization to which this company belongs. You must also provide a code in the input, which is the company name with no spaces or capitalization.
From the returned response, copy the id of the company since you will need the companyId to run the ‘updateCompany’ mutation.
3. Upload the company logo image (using the File Upload instructions) and copy the returned path of the uploaded image
4. Now run the ‘updateCompany’ mutation to update the company logo image. After this when you login to Noda and navigate to the Properties config UI, you should be able to see the new company with the logo image.