Create

Create a new Company.

Create a new company

POST https://{environment}.smartbills.ca/v1/companies

This endpoint allows you to create a new SBCompany.

Request Body

NameTypeDescription

object

The SBCompany to create

{
    "id":"9ef0e5f1-912e-4f38-99c1-dd96247cdf5a",
    "name": "Smartbills Technologies Inc.",
    "hqAddress": {
        "line1": '850 Sainte-Catherine Est',
        "line2": '',
        "city": 'Montréal',
        "state": 'QC',
        "zip": 'H2L 2E2',
        "country": 'Canada',
        "location": {
            "latitude": 45.508735,
            longitude: -73.564905
        }
    },
    "hqPhoneNumber": "514-717-3989",
    "owner": "Sébastien Labine",
    "email": "[email protected]",
    "customerEmail": "[email protected]",
    "domain": "smartbills.ca"
    "slug": "smartbills;
}
pageGetpageUpdate

Last updated