# Search Companies by Ids Search Companies by Ids Endpoint: POST /api/companies/collections Version: 1.0 Security: Bearer ## Request fields (application/json-patch+json): - `companyIds` (array, required) Max 1000 ids ## Response 200 fields (application/json): - `companyPostCode` (string,null) - `companyAddress` (string,null) - `companyCountryId` (string,null) - `documents` (array,null) - `documents.fileId` (string) - `documents.comment` (string,null) - `documents.validFrom` (string,null) - `documents.validTo` (string,null) - `documents.isPrivate` (boolean) - `removedCertificates` (array,null) - `removedCertificates.certificateId` (string) - `removedCertificates.removalDate` (string) - `removedCertificates.reason` (string,null) - `certificateIds` (array,null) - `companyId` (string) - `seCompanyId` (string,null) - `companyLegalName` (string,null) - `companyDisplayName` (string,null) - `companyAddress1` (string,null) - `companyAddress2` (string,null) - `companyPostalCode` (string,null) - `companyCity` (string,null) - `companyCountry` (string,null) - `companyLogoUrl` (string,null) - `companyActivityId` (integer) - `companyStatus` (string,null) - `applicationTypeIds` (array,null) - `companyState` (string,null) - `companyPhone` (string,null) - `companyFax` (string,null) - `companyEmail` (string,null) - `companyIdentifiers` (array,null) - `companyIdentifiers.typeId` (string) - `companyIdentifiers.value` (string,null) - `companyCategories` (array,null) - `companyCategories.categoryId` (string) - `companyCategories.categoryItemId` (string) - `companyRevenue` (string,null) - `companyCurrency` (string,null) - `companySize` (string,null) - `companyCreationDate` (string,null) - `companyProductionCapacity` (string,null) - `companyDeliveryAddress1` (string,null) - `companyDeliveryAddress2` (string,null) - `companyDeliveryPostalCode` (string,null) - `companyDeliveryCity` (string,null) - `companyDeliveryCountry` (string,null) - `companyDeliveryState` (string,null) - `seExternalCode` (string,null) - `companyType` (string,null) - `registeredOwnerCompanyId` (string,null) - `testCompany` (boolean) - `createdAt` (string,null) - `modifiedAt` (string,null) - `lastStatusUpdatedDate` (string,null) - `targetSuspendDate` (string,null) - `emergencyPhones` (array,null) - `registeredCapital` (string,null) - `legalStatusCode` (string,null) ## Response 404 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null)