@theredspace/spp-client
    Preparing search index...

    Interface DealToProject

    Many-to-many link between a Deal and a Project. Supports Add, Read, Modify, Upsert, Delete.

    interface DealToProject {
        active: "0" | "1";
        created: string;
        dealid: string;
        id: string;
        projectid: string;
        updated: string;
    }
    Index

    Properties

    active: "0" | "1"

    ‘1’ if active link, else ‘0’

    created: string

    [Read-only] Created timestamp

    dealid: string

    Associated deal ID

    id: string

    [Read-only] Internal ID

    projectid: string

    Associated project ID

    updated: string

    [Read-only] Updated timestamp