Update

If you need to update a company's information, you can do it with this endpoint.

Update a company

PUT https://{environment}.smartbills.ca/v1/companies/{id}

Path Parameters

Request Body

{
    "id":"9ef0e5f1-912e-4f38-99c1-dd96247cdf5a",
    "name": "Smartbills Technologies Inc.",
    "hqAddress": {...},
    "hqPhoneNumber": "514-717-3989",
    "owner": "Sébastien Labine",
    "email": "[email protected]",
    "customerEmail": "[email protected]",
    "domain": "smartbills.ca"
    "slug": "smartbills;
}

Last updated