pub async fn get_company_places_companies_company_uuid_get(
    configuration: &Configuration,
    company_uuid: &str,
    with_meta: Option<bool>,
    with_catalog: Option<bool>,
    with_reviews: Option<bool>,
    with_schedule: Option<bool>,
    with_blog: Option<bool>,
    with_tags: Option<bool>,
    with_categories: Option<bool>,
    with_places: Option<bool>,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<CompanyResponse, Error<GetCompanyPlacesCompaniesCompanyUuidGetError>>
Expand description

Gets the company information given the Place ID