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