INPUT_OBJECT
UpdateAccountKPIInput
link GraphQL Schema definition
- input UpdateAccountKPIInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the account.
- : ID
- # 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: CreateAccount, FirstEmailSent, LastEmailSent,
- # Archive.
- : AccountKpiEnum
- # Id of the account owner at the time of the event.
- : ID
- # Id of the sales unit.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }