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

    Interface Party

    interface Party {
        id: string;
        name?: string;
        address?: Address;
        contact?: Contact;
    }
    Index

    Properties

    id: string
    name?: string
    address?: Address
    contact?: Contact