INPUT_OBJECT

CreateLeadOpptyKPIInput

link GraphQL Schema definition

  • input CreateLeadOpptyKPIInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Application context in which the KPI event was triggered (e.g. browser,
  • # automation, third-party integration).
  • applicationId: ID
  • # Id of the user who triggered the event.
  • clientId: ID
  • # KPI metric this event represents: CreateLeads, CreateOppty, QualifyLead,
  • # WinOppty, LoseLead, LoseOppty, LastMove.
  • kpi: LeadOpptyKpiEnum!
  • # Id of the lead or opportunity the KPI event relates to.
  • leadOpptyId: ID!
  • # Id of the lead/opportunity owner at the time of the event.
  • ownerId: ID
  • # Id of the sales unit.
  • unitId: ID!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by