# Request the registration of a new Company Request the registration of a new Company Endpoint: POST /api/v1.0/companies/registrations Version: 1.0 Security: Bearer ## Request fields (application/json-patch+json): - `userCivility` (string, required) - `userFirstName` (string, required) - `userLastName` (string, required) - `userEmail` (string, required) - `userLanguagePreference` (string, required) - `userJobTitleId` (integer, required) - `userPhoneNumber` (string, required) - `companyLegalName` (string, required) - `companyDisplayName` (string, required) - `companyAddress` (string,null) - `companyAddressComplement` (string,null) - `companyPostalCode` (string,null) - `companyCity` (string,null) - `companyCountry` (string, required) - `companyDuns` (string,null) - `companyActivity` (integer, required) - `companyState` (string,null) - `companyPhone` (string,null) - `companyFax` (string,null) - `companyEmail` (string,null) - `companyExternalIdentifier` (string,null) - `companyExternalName` (string,null) - `applicationTypeId` (array,null) - `contactEmail` (string,null) ## Response 403 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null) ## Response 404 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null) ## Response 200 fields