Skip to main content
Module

x/amo/mod.ts>Lead

♿amoCRM API client
Latest
type alias Lead
Re-export
import { type Lead } from "https://deno.land/x/amo@v0.2.5/mod.ts";
definition: { id: number; name: string | null; price: number | null; responsible_user_id: number | null; group_id: number | null; status_id: number | null; pipeline_id: number | null; loss_reason_id: number | null; source_id?: number | null; created_by: number | null; updated_by: number; closed_at: number | null; created_at: number | null; updated_at: number; closest_task_at: number | null; is_deleted: boolean; custom_fields_values: CustomFieldsValue[] | null; score: number | null; account_id: number; labor_cost: number | null; is_price_modified_by_robot?: boolean; }