INPUT_OBJECT

CreateQuoteKPIInput

link GraphQL Schema definition

  • input CreateQuoteKPIInput {
  • 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: Create, Accept, Archive, LastMove.
  • kpi: QuoteKpiEnum!
  • # Id of the quote owner at the time of the event.
  • ownerId: ID!
  • # Id of the quote.
  • quoteId: ID!
  • # Id of the sales unit.
  • unitId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by