INPUT_OBJECT

CreateLeadOpptyContactSalesRoleRelationInput

link GraphQL Schema definition

  • input CreateLeadOpptyContactSalesRoleRelationInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Lead/opportunity-contact link this sales-role assignment belongs to.
  • leadOpptyContactRelation: CreateLeadOpptyContactRelationInput
  • # Id of the lead/opportunity-contact link.
  • leadOpptyContactRelationId: ID
  • # Id of the sales role.
  • salesRoleId: ID!
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by