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

    Interface StockMovement

    interface StockMovement {
        id: string;
        type: string;
        quantity: number;
        date: string;
    }
    Index

    Properties

    Properties

    id: string
    type: string
    quantity: number
    date: string