ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface PriceListMessage

    interface PriceListMessage {
        type: "PRICAT";
        catalogNumber: string;
        catalogDate: Date;
        validFrom?: Date;
        validUntil?: Date;
        supplier: Party;
        currency: string;
        items: PriceListItem[];
    }
    Index

    Properties

    type: "PRICAT"
    catalogNumber: string
    catalogDate: Date
    validFrom?: Date
    validUntil?: Date
    supplier: Party
    currency: string
    items: PriceListItem[]