# Create a new Brand Create a new Brand for a Company Endpoint: POST /api/brands Version: 1.0 Security: Bearer ## Request fields (application/json-patch+json): - `ownerCompanyId` (string, required) - `brandName` (string, required) - `brandNameVariants` (array,null) - `brandNameVariants.name` (string,null) - `brandNameVariants.languageCode` (string,null) - `externalCode` (string, required) ## Response 200 fields (application/json): - `brandId` (string) ## Response 400 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (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)