@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface UpdateMediaBuySuccess

    Success response - media buy updated successfully

    interface UpdateMediaBuySuccess {
        media_buy_id: string;
        status?: MediaBuyStatus;
        revision?: number;
        implementation_date?: string | null;
        invoice_recipient?: BusinessEntity;
        affected_packages?: Package[];
        valid_actions?: MediaBuyValidAction[];
        sandbox?: boolean;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    media_buy_id: string

    Seller's identifier for the media buy

    status?: MediaBuyStatus
    revision?: number

    Revision number after this update. Use this value in subsequent update_media_buy requests for optimistic concurrency.

    1

    implementation_date?: string | null

    ISO 8601 timestamp when changes take effect (null if pending approval)

    date-time

    invoice_recipient?: BusinessEntity
    affected_packages?: Package[]

    Array of packages that were modified with complete state information

    valid_actions?: MediaBuyValidAction[]

    Actions the buyer can perform after this update. Saves a round-trip to get_media_buys.

    sandbox?: boolean

    When true, this response contains simulated data from sandbox mode.

    context?: ContextObject
    ext?: ExtensionObject