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

    Interface AmbeedGetProductBatchByProidResponse

    Root of the product-batch-by-proid response body returned by webapi/v1/product/probatch/PROID.

    interface AmbeedGetProductBatchByProidResponse {
        time: string;
        lang: string;
        source: number;
        code: number;
        value?:
            | []
            | {
                pb_purity: string;
                pb_nextreporttime: string;
                pb_batch: string;
                pb_iscoa: boolean;
                pb_appearanceen: string;
                pb_bid: number;
                pb_status: number;
                pb_csn: string;
                pb_am: string;
                pb_bd: string;
                pb_ambatch: string;
                pb_time: string;
                pb_meltingpoint: string;
                [key: string]: string;
            }[];
    }

    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

    value?:
        | []
        | {
            pb_purity: string;
            pb_nextreporttime: string;
            pb_batch: string;
            pb_iscoa: boolean;
            pb_appearanceen: string;
            pb_bid: number;
            pb_status: number;
            pb_csn: string;
            pb_am: string;
            pb_bd: string;
            pb_ambatch: string;
            pb_time: string;
            pb_meltingpoint: string;
            [key: string]: string;
        }[]

    Per-batch records, or an empty array when no batch data is available.

    Type declaration

    • []
    • {
          pb_purity: string;
          pb_nextreporttime: string;
          pb_batch: string;
          pb_iscoa: boolean;
          pb_appearanceen: string;
          pb_bid: number;
          pb_status: number;
          pb_csn: string;
          pb_am: string;
          pb_bd: string;
          pb_ambatch: string;
          pb_time: string;
          pb_meltingpoint: string;
          [key: string]: string;
      }[]
      • [key: string]: string

        Additional string-valued batch fields.

      • pb_purity: string

        Purity of the batch.

      • pb_nextreporttime: string

        Timestamp of the next scheduled report.

      • pb_batch: string

        Batch number.

      • pb_iscoa: boolean

        Whether a certificate of analysis is available.

      • pb_appearanceen: string

        Appearance description in English.

      • pb_bid: number

        Batch ID.

      • pb_status: number

        Numeric batch status.

      • pb_csn: string

        Catalog serial number.

      • pb_am: string

        Batch AM identifier.

      • pb_bd: string

        Batch BD identifier.

      • pb_ambatch: string

        AM batch identifier.

      • pb_time: string

        Batch timestamp.

      • pb_meltingpoint: string

        Melting point of the batch.