INPUT_OBJECT
CreateQuoteKPIInput
link GraphQL Schema definition
- input CreateQuoteKPIInput {
- : 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: Create, Accept, Archive, LastMove.
- : QuoteKpiEnum!
- # Id of the quote owner at the time of the event.
- : ID!
- # Id of the quote.
- : ID!
- # Id of the sales unit.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }