INPUT_OBJECT

CreateActivityKPIInput

link GraphQL Schema definition

  • input CreateActivityKPIInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the appointment or task the KPI event relates to.
  • activityId: ID!
  • # 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: ActivityCreate, ActivityCompleted.
  • kpi: ActivityKpiEnum!
  • # Id of the activity 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