BatchLoadFullResponse: {
    Data: string;
    Valid: boolean;
}

This is the response object for the Load method of the Batch data when requesting the full data set.

Type declaration

  • Data: string

    If the retrieval was successful, this holds the data set in the format controlled by the batch plugin applied against the product.

  • Valid: boolean

    Boolean flag to indicate if the load was successful.

Generated using TypeDoc