ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface AmbeedGetSearchProductAndRecommendedProductsByCASResponse

    Root of the response body returned by webapi/v1/get_search_product_and_recommended_products_by_cas.

    interface AmbeedGetSearchProductAndRecommendedProductsByCASResponse {
        time: string;
        lang: string;
        source: number;
        code: number;
        value: {
            search_pro_dict: AmbeedGetSearchProductAndRecommendedProductsByCASResponseSearchProDict;
            r_pro_list: AmbeedGetSearchProductAndRecommendedProductsByCASResponseRProList[];
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    time: string

    The timestamp of the response

    lang: string

    The language of the response

    source: number

    The source of the response

    code: number

    The response code

    The response value containing the matched product and recommendations.

    Type declaration