# DE Company Search Criteria (Non Ltd) Provides Search Criteria DE non-ltd Companies. Endpoint: GET /localSolutions/DE/nonLtdCompanies/searchcriteria Version: 1.10.9 Security: bearerToken ## Response 200 fields (application/json): - `criteriaSets` (array) - `criteriaSets.name` (object) The name of the company to search for. This is a mandatory field. - `criteriaSets.name.required` (boolean) Example: true - `criteriaSets.name.minLength` (number) - `criteriaSets.telephone` (object) - `criteriaSets.telephone.countryAreaCode` (object) The international dialing code for the telephone number (e.g., ""+49"" for Germany). - `criteriaSets.telephone.number` (object) The primary telephone number. - `criteriaSets.telephone.areaCode` (object) The regional or city-specific area code ( e.g. ""030"" for Berlin ). - `criteriaSets.address` (object) - `criteriaSets.address.postCodePoBox` (object) A combination of ZIP and PO box information, if applicable. - `criteriaSets.address.country` (object) The country of the address. - `criteriaSets.address.poBox` (object) The post office box number, if applicable. - `criteriaSets.address.postCode` (object) The postal code associated with the address. This field is optional. - `criteriaSets.address.city` (object) The city where the company is located. This field is mandatory. - `criteriaSets.address.street` (object) The street name and house number for the address. This field is optional. - `languages` (array) The language in which the search results are returned. ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden"