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

    Interface PurchaseOrder

    interface PurchaseOrder {
        id: string;
        number: string;
        orderDate?: string;
        totalAmount: number;
        status: string;
    }
    Index

    Properties

    id: string
    number: string
    orderDate?: string
    totalAmount: number
    status: string