v1

latestOpenAPI 3.0.32026-08-0645108163.2 KB
Company

Create a new company

post/public/company/v1/create-company

Request body

chamberOfCommerceNumberstring required
contactFirstNamestring required
contactLastNamestring required
contactMobilePhoneNumberstring required
contactEmailstring email required
ibanstring

The IBAN of the company

vatNumberstring

The VAT number of the company. Must be valid according to https://ec.europa.eu/taxation_customs/vies

collectiveLabourAgreementNumberinteger

The unique number of the collective labour agreement, as returned from the /get-collective-labour-agreements endpoint.

Example request

{
  "chamberOfCommerceNumber": "69831955",
  "contactFirstName": "John",
  "contactLastName": "Doe",
  "contactMobilePhoneNumber": "+31612345678",
  "contactEmail": "johndoe@example.com",
  "provisions": {
    "fixedCostPriceFactor": 1.95,
    "percentage": 18.2,
    "minimumAmount": 18.21
  },
  "iban": "NL24RABO0648620387",
  "vatNumber": "NL290284636B95"
}

Response

Successfully created a company

companyIdstring uuid required
contactIdstring uuid required