OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAccountInput!,
- : [ValidationLevel!]
- ): CreateAccountPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAccountInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAccountPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAccountInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAccountPayload
- # Arguments
- # input: [Not documented]
- (: DeleteAccountInput!): DeleteAccountPayload
- # Arguments
- # input: [Not documented]
- (: BulkArchiveAccountInput!): BulkArchiveAccountPayload
- # Arguments
- # input: [Not documented]
- (: BulkReactivateAccountInput!): BulkReactivateAccountPayload
- # Arguments
- # input: [Not documented]
- # sourceEntity: [Not documented]
- # sourceEntityId: [Not documented]
- # operation: [Not documented]
- # options: [Not documented]
- # sourceEntityApiName: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAccountInput!,
- : EntityNameEnum!,
- : UUID!,
- : RecordConversionOperationEnum!,
- : RecordConversionOptions!,
- : String,
- : [ValidationLevel!]
- ): ConvertAccountPayload
- # Arguments
- # input: [Not documented]
- (
- : ChangeOwnershipAccountInput!
- ): ChangeOwnershipAccountPayload
- # Arguments
- # input: [Not documented]
- (: ManageSharingAccountInput!): ManageSharingAccountPayload
- # Arguments
- # input: [Not documented]
- (: RestoreAccountInput!): RestoreAccountPayload
- # Copies existing account to a new one.
- # :return: Created copy of entity.
- #
- # Arguments
- # input: [Not documented]
- (: CopyAccountInput!): CopyAccountPayload
- # Arguments
- # input: [Not documented]
- (: MergeAccountInput!): MergeAccountPayload
- # Arguments
- # input: [Not documented]
- (: ArchiveAccountInput!): ArchiveAccountPayload
- # Arguments
- # input: [Not documented]
- (: ReactivateAccountInput!): ReactivateAccountPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAccountKPIInput!,
- : [ValidationLevel!]
- ): CreateAccountKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAccountKPIInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAccountKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAccountKPIInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAccountKPIPayload
- # Arguments
- # input: [Not documented]
- (: DeleteAccountKPIInput!): DeleteAccountKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAccountRelationInput!,
- : [ValidationLevel!]
- ): CreateAccountRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAccountRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAccountRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAccountRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAccountRelationPayload
- # Arguments
- # input: [Not documented]
- (: DeleteAccountRelationInput!): DeleteAccountRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAccountRelationLabelInput!,
- : [ValidationLevel!]
- ): CreateAccountRelationLabelPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAccountRelationLabelInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAccountRelationLabelPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAccountRelationLabelInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAccountRelationLabelPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteAccountRelationLabelInput!
- ): DeleteAccountRelationLabelPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAccountRelationTypeInput!,
- : [ValidationLevel!]
- ): CreateAccountRelationTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAccountRelationTypeInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAccountRelationTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAccountRelationTypeInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAccountRelationTypePayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteAccountRelationTypeInput!
- ): DeleteAccountRelationTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAccountRoleInput!,
- : [ValidationLevel!]
- ): CreateAccountRolePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAccountRoleInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAccountRolePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAccountRoleInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAccountRolePayload
- # Arguments
- # input: [Not documented]
- (: DeleteAccountRoleInput!): DeleteAccountRolePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAccountSharingClientRelationInput!,
- : [ValidationLevel!]
- ): CreateAccountSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAccountSharingClientRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAccountSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAccountSharingClientRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAccountSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteAccountSharingClientRelationInput!
- ): DeleteAccountSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAccountSharingSalesUnitRelationInput!,
- : [ValidationLevel!]
- ): CreateAccountSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAccountSharingSalesUnitRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAccountSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAccountSharingSalesUnitRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAccountSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteAccountSharingSalesUnitRelationInput!
- ): DeleteAccountSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAccountSocialRelationInput!,
- : [ValidationLevel!]
- ): CreateAccountSocialRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAccountSocialRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAccountSocialRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAccountSocialRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAccountSocialRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteAccountSocialRelationInput!
- ): DeleteAccountSocialRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateActivityCommentInput!,
- : [ValidationLevel!]
- ): CreateActivityCommentPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateActivityCommentInput!,
- : [ValidationLevel!],
- : String
- ): UpdateActivityCommentPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateActivityCommentInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateActivityCommentPayload
- # Arguments
- # input: [Not documented]
- (: DeleteActivityCommentInput!): DeleteActivityCommentPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateActivityKPIInput!,
- : [ValidationLevel!]
- ): CreateActivityKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateActivityKPIInput!,
- : [ValidationLevel!],
- : String
- ): UpdateActivityKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateActivityKPIInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateActivityKPIPayload
- # Arguments
- # input: [Not documented]
- (: DeleteActivityKPIInput!): DeleteActivityKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateActivityRelationInput!,
- : [ValidationLevel!]
- ): CreateActivityRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateActivityRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateActivityRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateActivityRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateActivityRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteActivityRelationInput!
- ): DeleteActivityRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAllowedAccountTypeInput!,
- : [ValidationLevel!]
- ): CreateAllowedAccountTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAllowedAccountTypeInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAllowedAccountTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAllowedAccountTypeInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAllowedAccountTypePayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteAllowedAccountTypeInput!
- ): DeleteAllowedAccountTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAllowedCompanyEmailInput!,
- : [ValidationLevel!]
- ): CreateAllowedCompanyEmailPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAllowedCompanyEmailInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAllowedCompanyEmailPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAllowedCompanyEmailInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAllowedCompanyEmailPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteAllowedCompanyEmailInput!
- ): DeleteAllowedCompanyEmailPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAllowedCompanyPhoneInput!,
- : [ValidationLevel!]
- ): CreateAllowedCompanyPhonePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAllowedCompanyPhoneInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAllowedCompanyPhonePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAllowedCompanyPhoneInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAllowedCompanyPhonePayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteAllowedCompanyPhoneInput!
- ): DeleteAllowedCompanyPhonePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAllowedContactTypeInput!,
- : [ValidationLevel!]
- ): CreateAllowedContactTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAllowedContactTypeInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAllowedContactTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAllowedContactTypeInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAllowedContactTypePayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteAllowedContactTypeInput!
- ): DeleteAllowedContactTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAllowedLeadTypeInput!,
- : [ValidationLevel!]
- ): CreateAllowedLeadTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAllowedLeadTypeInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAllowedLeadTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAllowedLeadTypeInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAllowedLeadTypePayload
- # Arguments
- # input: [Not documented]
- (: DeleteAllowedLeadTypeInput!): DeleteAllowedLeadTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAllowedPipelineInput!,
- : [ValidationLevel!]
- ): CreateAllowedPipelinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAllowedPipelineInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAllowedPipelinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAllowedPipelineInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAllowedPipelinePayload
- # Arguments
- # input: [Not documented]
- (: DeleteAllowedPipelineInput!): DeleteAllowedPipelinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAllowedQuoteTypeInput!,
- : [ValidationLevel!]
- ): CreateAllowedQuoteTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAllowedQuoteTypeInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAllowedQuoteTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAllowedQuoteTypeInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAllowedQuoteTypePayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteAllowedQuoteTypeInput!
- ): DeleteAllowedQuoteTypePayload
- # Arguments
- # input: [Not documented]
- (: CopyApiAccessInput!): CopyApiAccessPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAppointmentInput!,
- : [ValidationLevel!]
- ): CreateAppointmentPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAppointmentInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAppointmentPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- # linkAttendees: [Not documented]
- (
- : [CreateOrUpdateAppointmentInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput,
- : Boolean
- ): BulkUpdateAppointmentPayload
- # Arguments
- # input: [Not documented]
- (: DeleteAppointmentInput!): DeleteAppointmentPayload
- # Arguments
- # input: [Not documented]
- # sourceEntity: [Not documented]
- # sourceEntityId: [Not documented]
- # operation: [Not documented]
- # options: [Not documented]
- # sourceEntityApiName: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAppointmentInput!,
- : EntityNameEnum!,
- : UUID!,
- : RecordConversionOperationEnum!,
- : RecordConversionOptions!,
- : String,
- : [ValidationLevel!]
- ): ConvertAppointmentPayload
- # Arguments
- # input: [Not documented]
- (
- : ChangeOwnershipAppointmentInput!
- ): ChangeOwnershipAppointmentPayload
- # Arguments
- # input: [Not documented]
- (: RestoreAppointmentInput!): RestoreAppointmentPayload
- # Arguments
- # input: [Not documented]
- (
- : RespondToAppointmentInvitationInput!
- ): RespondToAppointmentInvitationPayload
- # Arguments
- # input: [Not documented]
- (
- : SetReminderAppointmentInput!
- ): SetReminderAppointmentPayload
- # Arguments
- # input: [Not documented]
- (
- : RemoveReminderAppointmentInput!
- ): RemoveReminderAppointmentPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAppointmentClientInviteesRelationInput!,
- : [ValidationLevel!]
- ): CreateAppointmentClientInviteesRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAppointmentClientInviteesRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAppointmentClientInviteesRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAppointmentClientInviteesRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAppointmentClientInviteesRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteAppointmentClientInviteesRelationInput!
- ): DeleteAppointmentClientInviteesRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAppointmentContactInviteesRelationInput!,
- : [ValidationLevel!]
- ): CreateAppointmentContactInviteesRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAppointmentContactInviteesRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAppointmentContactInviteesRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAppointmentContactInviteesRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAppointmentContactInviteesRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteAppointmentContactInviteesRelationInput!
- ): DeleteAppointmentContactInviteesRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAppointmentReminderInput!,
- : [ValidationLevel!]
- ): CreateAppointmentReminderPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAppointmentReminderInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAppointmentReminderPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAppointmentReminderInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAppointmentReminderPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteAppointmentReminderInput!
- ): DeleteAppointmentReminderPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateAppointmentScheduleInput!,
- : [ValidationLevel!]
- ): CreateAppointmentSchedulePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateAppointmentScheduleInput!,
- : [ValidationLevel!],
- : String
- ): UpdateAppointmentSchedulePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateAppointmentScheduleInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateAppointmentSchedulePayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteAppointmentScheduleInput!
- ): DeleteAppointmentSchedulePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateApprovalInput!,
- : [ValidationLevel!]
- ): CreateApprovalPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateApprovalInput!,
- : [ValidationLevel!],
- : String
- ): UpdateApprovalPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateApprovalInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateApprovalPayload
- # Arguments
- # input: [Not documented]
- (: DeleteApprovalInput!): DeleteApprovalPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateApprovalApproverInput!,
- : [ValidationLevel!]
- ): CreateApprovalApproverPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateApprovalApproverInput!,
- : [ValidationLevel!],
- : String
- ): UpdateApprovalApproverPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateApprovalApproverInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateApprovalApproverPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteApprovalApproverInput!
- ): DeleteApprovalApproverPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateApprovalProcessInput!,
- : [ValidationLevel!]
- ): CreateApprovalProcessPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateApprovalProcessInput!,
- : [ValidationLevel!],
- : String
- ): UpdateApprovalProcessPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateApprovalProcessInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateApprovalProcessPayload
- # Arguments
- # input: [Not documented]
- (: DeleteApprovalProcessInput!): DeleteApprovalProcessPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateApprovalProcessActivityLogLineInput!,
- : [ValidationLevel!]
- ): CreateApprovalProcessActivityLogLinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateApprovalProcessActivityLogLineInput!,
- : [ValidationLevel!],
- : String
- ): UpdateApprovalProcessActivityLogLinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateApprovalProcessActivityLogLineInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateApprovalProcessActivityLogLinePayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteApprovalProcessActivityLogLineInput!
- ): DeleteApprovalProcessActivityLogLinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateCallInput!,
- : [ValidationLevel!]
- ): CreateCallPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateCallInput!,
- : [ValidationLevel!],
- : String
- ): UpdateCallPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateCallInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateCallPayload
- # Arguments
- # input: [Not documented]
- (: DeleteCallInput!): DeleteCallPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateChatConversationInput!,
- : [ValidationLevel!]
- ): CreateChatConversationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateChatConversationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateChatConversationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateChatConversationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateChatConversationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteChatConversationInput!
- ): DeleteChatConversationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateClientInput!,
- : [ValidationLevel!]
- ): CreateClientPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateClientInput!,
- : [ValidationLevel!],
- : String
- ): UpdateClientPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateClientInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateClientPayload
- # Arguments
- # input: [Not documented]
- (: DeleteClientInput!): DeleteClientPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateClientExcludedOpptyInput!,
- : [ValidationLevel!]
- ): CreateClientExcludedOpptyPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateClientExcludedOpptyInput!,
- : [ValidationLevel!],
- : String
- ): UpdateClientExcludedOpptyPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateClientExcludedOpptyInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateClientExcludedOpptyPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteClientExcludedOpptyInput!
- ): DeleteClientExcludedOpptyPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateClientStoryReadInput!,
- : [ValidationLevel!]
- ): CreateClientStoryReadPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateClientStoryReadInput!,
- : [ValidationLevel!],
- : String
- ): UpdateClientStoryReadPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateClientStoryReadInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateClientStoryReadPayload
- # Arguments
- # input: [Not documented]
- (: DeleteClientStoryReadInput!): DeleteClientStoryReadPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateCloudObjectInput!,
- : [ValidationLevel!]
- ): CreateCloudObjectPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateCloudObjectInput!,
- : [ValidationLevel!],
- : String
- ): UpdateCloudObjectPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateCloudObjectInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateCloudObjectPayload
- # Arguments
- # input: [Not documented]
- (: DeleteCloudObjectInput!): DeleteCloudObjectPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateImageInput!,
- : [ValidationLevel!]
- ): CreateImageCloudObjectPayload
- # Arguments
- # input: [Not documented]
- (: CloudObjectMakePublicInput!): CloudObjectMakePublicPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateCloudObjectFolderInput!,
- : [ValidationLevel!]
- ): CreateCloudObjectFolderPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateCloudObjectFolderInput!,
- : [ValidationLevel!],
- : String
- ): UpdateCloudObjectFolderPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateCloudObjectFolderInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateCloudObjectFolderPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteCloudObjectFolderInput!
- ): DeleteCloudObjectFolderPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateCloudObjectRelationInput!,
- : [ValidationLevel!]
- ): CreateCloudObjectRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateCloudObjectRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateCloudObjectRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateCloudObjectRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateCloudObjectRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteCloudObjectRelationInput!
- ): DeleteCloudObjectRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateCloudObjectStepRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateCloudObjectStepRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateCloudObjectStepRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateCloudObjectStepRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteCloudObjectStepRelationInput!
- ): DeleteCloudObjectStepRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateCloudObjectTemplateInput!,
- : [ValidationLevel!]
- ): CreateCloudObjectTemplatePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateCloudObjectTemplateInput!,
- : [ValidationLevel!],
- : String
- ): UpdateCloudObjectTemplatePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateCloudObjectTemplateInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateCloudObjectTemplatePayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteCloudObjectTemplateInput!
- ): DeleteCloudObjectTemplatePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateImageInput!,
- : [ValidationLevel!]
- ): CreateImageCloudObjectTemplatePayload
- # Arguments
- # input: [Not documented]
- (: MoveCloudObjectsInput!): MoveCloudObjectsPayload
- # Arguments
- # input: [Not documented]
- (: DeleteCloudObjectsInput!): DeleteCloudObjectsPayload
- # Arguments
- # input: [Not documented]
- (: GetBulkDownloadUrlInput!): GetBulkDownloadUrlPayload
- # Arguments
- # input: [Not documented]
- (: GetBulkDownloadStatusInput!): GetBulkDownloadStatusPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateContactInput!,
- : [ValidationLevel!]
- ): CreateContactPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateContactInput!,
- : [ValidationLevel!],
- : String
- ): UpdateContactPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateContactInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateContactPayload
- # Arguments
- # input: [Not documented]
- (: DeleteContactInput!): DeleteContactPayload
- # Arguments
- # input: [Not documented]
- (: BulkArchiveContactInput!): BulkArchiveContactPayload
- # Arguments
- # input: [Not documented]
- (: BulkReactivateContactInput!): BulkReactivateContactPayload
- # Arguments
- # input: [Not documented]
- # sourceEntity: [Not documented]
- # sourceEntityId: [Not documented]
- # operation: [Not documented]
- # options: [Not documented]
- # sourceEntityApiName: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateContactInput!,
- : EntityNameEnum!,
- : UUID!,
- : RecordConversionOperationEnum!,
- : RecordConversionOptions!,
- : String,
- : [ValidationLevel!]
- ): ConvertContactPayload
- # Arguments
- # input: [Not documented]
- (
- : ChangeOwnershipContactInput!
- ): ChangeOwnershipContactPayload
- # Arguments
- # input: [Not documented]
- (: ManageSharingContactInput!): ManageSharingContactPayload
- # Arguments
- # input: [Not documented]
- (: RestoreContactInput!): RestoreContactPayload
- # Copies existing contact to a new one.
- #
- # Arguments
- # input: [Not documented]
- (: CopyContactInput!): CopyContactPayload
- # Arguments
- # input: [Not documented]
- (: MergeContactInput!): MergeContactPayload
- # Arguments
- # input: [Not documented]
- (: ArchiveContactInput!): ArchiveContactPayload
- # Arguments
- # input: [Not documented]
- (: ReactivateContactInput!): ReactivateContactPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateContactAccountAccountRoleRelationInput!,
- : [ValidationLevel!]
- ): CreateContactAccountAccountRoleRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateContactAccountAccountRoleRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateContactAccountAccountRoleRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateContactAccountAccountRoleRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateContactAccountAccountRoleRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteContactAccountAccountRoleRelationInput!
- ): DeleteContactAccountAccountRoleRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateContactAccountRelationInput!,
- : [ValidationLevel!]
- ): CreateContactAccountRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateContactAccountRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateContactAccountRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateContactAccountRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateContactAccountRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteContactAccountRelationInput!
- ): DeleteContactAccountRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateContactKPIInput!,
- : [ValidationLevel!]
- ): CreateContactKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateContactKPIInput!,
- : [ValidationLevel!],
- : String
- ): UpdateContactKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateContactKPIInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateContactKPIPayload
- # Arguments
- # input: [Not documented]
- (: DeleteContactKPIInput!): DeleteContactKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateContactRelationInput!,
- : [ValidationLevel!]
- ): CreateContactRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateContactRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateContactRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateContactRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateContactRelationPayload
- # Arguments
- # input: [Not documented]
- (: DeleteContactRelationInput!): DeleteContactRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateContactRelationLabelInput!,
- : [ValidationLevel!]
- ): CreateContactRelationLabelPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateContactRelationLabelInput!,
- : [ValidationLevel!],
- : String
- ): UpdateContactRelationLabelPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateContactRelationLabelInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateContactRelationLabelPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteContactRelationLabelInput!
- ): DeleteContactRelationLabelPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateContactRelationTypeInput!,
- : [ValidationLevel!]
- ): CreateContactRelationTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateContactRelationTypeInput!,
- : [ValidationLevel!],
- : String
- ): UpdateContactRelationTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateContactRelationTypeInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateContactRelationTypePayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteContactRelationTypeInput!
- ): DeleteContactRelationTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateContactSharingClientRelationInput!,
- : [ValidationLevel!]
- ): CreateContactSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateContactSharingClientRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateContactSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateContactSharingClientRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateContactSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteContactSharingClientRelationInput!
- ): DeleteContactSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateContactSharingSalesUnitRelationInput!,
- : [ValidationLevel!]
- ): CreateContactSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateContactSharingSalesUnitRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateContactSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateContactSharingSalesUnitRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateContactSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteContactSharingSalesUnitRelationInput!
- ): DeleteContactSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateContactSocialRelationInput!,
- : [ValidationLevel!]
- ): CreateContactSocialRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateContactSocialRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateContactSocialRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateContactSocialRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateContactSocialRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteContactSocialRelationInput!
- ): DeleteContactSocialRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateCurrencyInput!,
- : [ValidationLevel!]
- ): CreateCurrencyPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateCurrencyInput!,
- : [ValidationLevel!],
- : String
- ): UpdateCurrencyPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateCurrencyInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateCurrencyPayload
- # Arguments
- # input: [Not documented]
- (: DeleteCurrencyInput!): DeleteCurrencyPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateCurrencyExchangeRateInput!,
- : [ValidationLevel!]
- ): CreateCurrencyExchangeRatePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateCurrencyExchangeRateInput!,
- : [ValidationLevel!],
- : String
- ): UpdateCurrencyExchangeRatePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateCurrencyExchangeRateInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateCurrencyExchangeRatePayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteCurrencyExchangeRateInput!
- ): DeleteCurrencyExchangeRatePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateCurrencyExchangeRatesListInput!,
- : [ValidationLevel!]
- ): CreateCurrencyExchangeRatesListPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateCurrencyExchangeRatesListInput!,
- : [ValidationLevel!],
- : String
- ): UpdateCurrencyExchangeRatesListPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateCurrencyExchangeRatesListInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateCurrencyExchangeRatesListPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteCurrencyExchangeRatesListInput!
- ): DeleteCurrencyExchangeRatesListPayload
- # Arguments
- # input: [Not documented]
- (
- : ChangeOwnershipCustomEntityInput!
- ): ChangeOwnershipCustomEntityPayload
- # Arguments
- # input: [Not documented]
- (: CopyCustomEntityInput!): CopyCustomEntityPayload
- # Arguments
- # input: [Not documented]
- (
- : ManageSharingCustomEntityInput!
- ): ManageSharingCustomEntityPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateCustomEntityDataExRelationInput!,
- : [ValidationLevel!]
- ): CreateCustomEntityDataExRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateCustomEntityDataExRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateCustomEntityDataExRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateCustomEntityDataExRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateCustomEntityDataExRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteCustomEntityDataExRelationInput!
- ): DeleteCustomEntityDataExRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateCustomEntitySharingClientRelationInput!,
- : [ValidationLevel!]
- ): CreateCustomEntitySharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateCustomEntitySharingClientRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateCustomEntitySharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateCustomEntitySharingClientRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateCustomEntitySharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteCustomEntitySharingClientRelationInput!
- ): DeleteCustomEntitySharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateCustomEntitySharingSalesUnitRelationInput!,
- : [ValidationLevel!]
- ): CreateCustomEntitySharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateCustomEntitySharingSalesUnitRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateCustomEntitySharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateCustomEntitySharingSalesUnitRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateCustomEntitySharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteCustomEntitySharingSalesUnitRelationInput!
- ): DeleteCustomEntitySharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- (: DeleteDataInput!): DeleteDataPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateDataInput!,
- : [ValidationLevel!]
- ): CreateDataPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : UpdateDataInput!,
- : [ValidationLevel!]
- ): UpdateDataPayload
- # Arguments
- # input: [Not documented]
- (: RestoreDataInput!): RestoreDataPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateEmailInput!,
- : [ValidationLevel!]
- ): CreateEmailPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateEmailInput!,
- : [ValidationLevel!],
- : String
- ): UpdateEmailPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateEmailInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateEmailPayload
- # Arguments
- # input: [Not documented]
- (: DeleteEmailInput!): DeleteEmailPayload
- # Arguments
- # input: [Not documented]
- (
- : UpdateLinkedItemsEmailInput!
- ): UpdateLinkedItemsEmailPayload
- # Arguments
- # input: [Not documented]
- (
- : UpdateEmailThreadContentShareModeEmailInput!
- ): UpdateEmailThreadContentShareModeEmailPayload
- # Arguments
- # input: [Not documented]
- (: ManageSharingEmailInput!): ManageSharingEmailPayload
- # Arguments
- # input: [Not documented]
- (
- : ManageContentSharingEmailInput!
- ): ManageContentSharingEmailPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateEmailContentSharingClientRelationInput!,
- : [ValidationLevel!]
- ): CreateEmailContentSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateEmailContentSharingClientRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateEmailContentSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateEmailContentSharingClientRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateEmailContentSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteEmailContentSharingClientRelationInput!
- ): DeleteEmailContentSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateEmailContentSharingSalesUnitRelationInput!,
- : [ValidationLevel!]
- ): CreateEmailContentSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateEmailContentSharingSalesUnitRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateEmailContentSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateEmailContentSharingSalesUnitRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateEmailContentSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteEmailContentSharingSalesUnitRelationInput!
- ): DeleteEmailContentSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateEmailEventInput!,
- : [ValidationLevel!]
- ): CreateEmailEventPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateEmailEventInput!,
- : [ValidationLevel!],
- : String
- ): UpdateEmailEventPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateEmailEventInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateEmailEventPayload
- # Arguments
- # input: [Not documented]
- (: DeleteEmailEventInput!): DeleteEmailEventPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateEmailSequenceInput!,
- : [ValidationLevel!]
- ): CreateEmailSequencePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateEmailSequenceInput!,
- : [ValidationLevel!],
- : String
- ): UpdateEmailSequencePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateEmailSequenceInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateEmailSequencePayload
- # Arguments
- # input: [Not documented]
- (: DeleteEmailSequenceInput!): DeleteEmailSequencePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateEmailSequenceActivityLogInput!,
- : [ValidationLevel!]
- ): CreateEmailSequenceActivityLogPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateEmailSequenceActivityLogInput!,
- : [ValidationLevel!],
- : String
- ): UpdateEmailSequenceActivityLogPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateEmailSequenceActivityLogInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateEmailSequenceActivityLogPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteEmailSequenceActivityLogInput!
- ): DeleteEmailSequenceActivityLogPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateEmailSequenceActivityLogLineInput!,
- : [ValidationLevel!]
- ): CreateEmailSequenceActivityLogLinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateEmailSequenceActivityLogLineInput!,
- : [ValidationLevel!],
- : String
- ): UpdateEmailSequenceActivityLogLinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateEmailSequenceActivityLogLineInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateEmailSequenceActivityLogLinePayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteEmailSequenceActivityLogLineInput!
- ): DeleteEmailSequenceActivityLogLinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateEmailSequenceEnrolledInput!,
- : [ValidationLevel!]
- ): CreateEmailSequenceEnrolledPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateEmailSequenceEnrolledInput!,
- : [ValidationLevel!],
- : String
- ): UpdateEmailSequenceEnrolledPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateEmailSequenceEnrolledInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateEmailSequenceEnrolledPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteEmailSequenceEnrolledInput!
- ): DeleteEmailSequenceEnrolledPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateEmailTemplateInput!,
- : [ValidationLevel!]
- ): CreateEmailTemplatePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateEmailTemplateInput!,
- : [ValidationLevel!],
- : String
- ): UpdateEmailTemplatePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateEmailTemplateInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateEmailTemplatePayload
- # Arguments
- # input: [Not documented]
- (: DeleteEmailTemplateInput!): DeleteEmailTemplatePayload
- # Arguments
- # input: [Not documented]
- (
- : PersonalizeBodyEmailTemplateInput!
- ): PersonalizeBodyEmailTemplatePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateEmailTemplateFolderInput!,
- : [ValidationLevel!]
- ): CreateEmailTemplateFolderPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateEmailTemplateFolderInput!,
- : [ValidationLevel!],
- : String
- ): UpdateEmailTemplateFolderPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateEmailTemplateFolderInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateEmailTemplateFolderPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteEmailTemplateFolderInput!
- ): DeleteEmailTemplateFolderPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateEmailTemplateSharingClientRelationInput!,
- : [ValidationLevel!]
- ): CreateEmailTemplateSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateEmailTemplateSharingClientRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateEmailTemplateSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateEmailTemplateSharingClientRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateEmailTemplateSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteEmailTemplateSharingClientRelationInput!
- ): DeleteEmailTemplateSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateEmailTemplateSharingSalesUnitRelationInput!,
- : [ValidationLevel!]
- ): CreateEmailTemplateSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateEmailTemplateSharingSalesUnitRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateEmailTemplateSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateEmailTemplateSharingSalesUnitRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateEmailTemplateSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteEmailTemplateSharingSalesUnitRelationInput!
- ): DeleteEmailTemplateSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateEntityFitnessInput!,
- : [ValidationLevel!],
- : String
- ): UpdateEntityFitnessPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateEntityFitnessIndicatorInput!,
- : [ValidationLevel!]
- ): CreateEntityFitnessIndicatorPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateEntityFitnessIndicatorInput!,
- : [ValidationLevel!],
- : String
- ): UpdateEntityFitnessIndicatorPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateEntityFitnessIndicatorInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateEntityFitnessIndicatorPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteEntityFitnessIndicatorInput!
- ): DeleteEntityFitnessIndicatorPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateEntityHealthInput!,
- : [ValidationLevel!],
- : String
- ): UpdateEntityHealthPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateEntityScoringInput!,
- : [ValidationLevel!]
- ): CreateEntityScoringPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateEntityScoringInput!,
- : [ValidationLevel!],
- : String
- ): UpdateEntityScoringPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateEntityScoringInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateEntityScoringPayload
- # Arguments
- # input: [Not documented]
- (: DeleteEntityScoringInput!): DeleteEntityScoringPayload
- # Arguments
- # input: [Not documented]
- (: DeleteDraftFieldInput!): DeleteFieldPayload
- # Arguments
- # input: [Not documented]
- (: CreateDraftFieldInput!): CreateFieldPayload
- # Arguments
- # input: [Not documented]
- (: UpdateDraftFieldInput!): UpdateFieldPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateFieldMappingInput!,
- : [ValidationLevel!]
- ): CreateFieldMappingPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateFieldMappingInput!,
- : [ValidationLevel!],
- : String
- ): UpdateFieldMappingPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateFieldMappingInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateFieldMappingPayload
- # Arguments
- # input: [Not documented]
- (: DeleteFieldMappingInput!): DeleteFieldMappingPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateForecastInput!,
- : [ValidationLevel!]
- ): CreateForecastPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateForecastInput!,
- : [ValidationLevel!],
- : String
- ): UpdateForecastPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateForecastInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateForecastPayload
- # Arguments
- # input: [Not documented]
- (: DeleteForecastInput!): DeleteForecastPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateFormViewInput!,
- : [ValidationLevel!]
- ): CreateFormViewPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateFormViewInput!,
- : [ValidationLevel!],
- : String
- ): UpdateFormViewPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateFormViewInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateFormViewPayload
- # Arguments
- # input: [Not documented]
- (: DeleteFormViewInput!): DeleteFormViewPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateFormViewSharingClientRelationInput!,
- : [ValidationLevel!]
- ): CreateFormViewSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateFormViewSharingClientRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateFormViewSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateFormViewSharingClientRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateFormViewSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteFormViewSharingClientRelationInput!
- ): DeleteFormViewSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateFormViewSharingSalesUnitRelationInput!,
- : [ValidationLevel!]
- ): CreateFormViewSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateFormViewSharingSalesUnitRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateFormViewSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateFormViewSharingSalesUnitRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateFormViewSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteFormViewSharingSalesUnitRelationInput!
- ): DeleteFormViewSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateGhostContactInput!,
- : [ValidationLevel!]
- ): CreateGhostContactPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateGhostContactInput!,
- : [ValidationLevel!],
- : String
- ): UpdateGhostContactPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateGhostContactInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateGhostContactPayload
- # Arguments
- # input: [Not documented]
- (: DeleteGhostContactInput!): DeleteGhostContactPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateGhostContactAccountAccountRoleRelationInput!,
- : [ValidationLevel!]
- ): CreateGhostContactAccountAccountRoleRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateGhostContactAccountAccountRoleRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateGhostContactAccountAccountRoleRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateGhostContactAccountAccountRoleRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateGhostContactAccountAccountRoleRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteGhostContactAccountAccountRoleRelationInput!
- ): DeleteGhostContactAccountAccountRoleRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateGhostContactAccountRelationInput!,
- : [ValidationLevel!]
- ): CreateGhostContactAccountRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateGhostContactAccountRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateGhostContactAccountRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateGhostContactAccountRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateGhostContactAccountRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteGhostContactAccountRelationInput!
- ): DeleteGhostContactAccountRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateGhostLeadOpptyContactRelationInput!,
- : [ValidationLevel!]
- ): CreateGhostLeadOpptyContactRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateGhostLeadOpptyContactRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateGhostLeadOpptyContactRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateGhostLeadOpptyContactRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateGhostLeadOpptyContactRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteGhostLeadOpptyContactRelationInput!
- ): DeleteGhostLeadOpptyContactRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateGhostLeadOpptyContactSalesRoleRelationInput!,
- : [ValidationLevel!]
- ): CreateGhostLeadOpptyContactSalesRoleRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateGhostLeadOpptyContactSalesRoleRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateGhostLeadOpptyContactSalesRoleRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateGhostLeadOpptyContactSalesRoleRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateGhostLeadOpptyContactSalesRoleRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteGhostLeadOpptyContactSalesRoleRelationInput!
- ): DeleteGhostLeadOpptyContactSalesRoleRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateImportMappingMaskInput!,
- : [ValidationLevel!]
- ): CreateImportMappingMaskPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateImportMappingMaskInput!,
- : [ValidationLevel!],
- : String
- ): UpdateImportMappingMaskPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateImportMappingMaskInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateImportMappingMaskPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteImportMappingMaskInput!
- ): DeleteImportMappingMaskPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateLeadInput!,
- : [ValidationLevel!]
- ): CreateLeadPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateLeadInput!,
- : [ValidationLevel!],
- : String
- ): UpdateLeadPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateLeadInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateLeadPayload
- # Arguments
- # input: [Not documented]
- (: DeleteLeadInput!): DeleteLeadPayload
- # Arguments
- # input: [Not documented]
- (: BulkArchiveLeadInput!): BulkArchiveLeadPayload
- # Arguments
- # input: [Not documented]
- (: BulkReactivateLeadInput!): BulkReactivateLeadPayload
- # Arguments
- # input: [Not documented]
- (: BulkQualifyLeadInput!): BulkQualifyLeadPayload
- # Arguments
- # input: [Not documented]
- (: BulkMoveLeadInput!): BulkMoveLeadPayload
- # Arguments
- # input: [Not documented]
- # sourceEntity: [Not documented]
- # sourceEntityId: [Not documented]
- # operation: [Not documented]
- # options: [Not documented]
- # sourceEntityApiName: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateLeadInput!,
- : EntityNameEnum!,
- : UUID!,
- : RecordConversionOperationEnum!,
- : RecordConversionOptions!,
- : String,
- : [ValidationLevel!]
- ): ConvertLeadPayload
- # Arguments
- # input: [Not documented]
- (: ReleaseOwnershipLeadInput!): ReleaseOwnershipLeadPayload
- # Arguments
- # input: [Not documented]
- (: ChangeOwnershipLeadInput!): ChangeOwnershipLeadPayload
- # Arguments
- # input: [Not documented]
- (: ManageSharingLeadInput!): ManageSharingLeadPayload
- # Arguments
- # input: [Not documented]
- (: ChangeLabelFlagLeadInput!): ChangeLabelFlagLeadPayload
- # Arguments
- # input: [Not documented]
- (: RestoreLeadInput!): RestoreLeadPayload
- # Copies existing lead to a new one.
- #
- # Arguments
- # input: [Not documented]
- (: CopyLeadInput!): CopyLeadPayload
- # Arguments
- # input: [Not documented]
- (: ArchiveLeadInput!): ArchiveLeadPayload
- # Arguments
- # input: [Not documented]
- (: ReactivateLeadInput!): ReactivateLeadPayload
- # Arguments
- # input: [Not documented]
- (: QualifyLeadInput!): QualifyLeadPayload
- # Arguments
- # input: [Not documented]
- (: MoveLeadInput!): MoveLeadPayload
- # Arguments
- # input: [Not documented]
- (: ChangeLeadProcessInput!): ChangeLeadProcessPayload
- # Arguments
- # input: [Not documented]
- (: ReactivateLeadOpptyInput!): ReactivateLeadOpptyPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateLeadOpptyAccountRelationInput!,
- : [ValidationLevel!]
- ): CreateLeadOpptyAccountRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateLeadOpptyAccountRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateLeadOpptyAccountRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateLeadOpptyAccountRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateLeadOpptyAccountRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteLeadOpptyAccountRelationInput!
- ): DeleteLeadOpptyAccountRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateLeadOpptyContactGroupRelationInput!,
- : [ValidationLevel!]
- ): CreateLeadOpptyContactGroupRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateLeadOpptyContactGroupRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateLeadOpptyContactGroupRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateLeadOpptyContactGroupRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateLeadOpptyContactGroupRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteLeadOpptyContactGroupRelationInput!
- ): DeleteLeadOpptyContactGroupRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateLeadOpptyContactRelationInput!,
- : [ValidationLevel!]
- ): CreateLeadOpptyContactRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateLeadOpptyContactRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateLeadOpptyContactRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateLeadOpptyContactRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateLeadOpptyContactRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteLeadOpptyContactRelationInput!
- ): DeleteLeadOpptyContactRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateLeadOpptyContactSalesRoleRelationInput!,
- : [ValidationLevel!]
- ): CreateLeadOpptyContactSalesRoleRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateLeadOpptyContactSalesRoleRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateLeadOpptyContactSalesRoleRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateLeadOpptyContactSalesRoleRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateLeadOpptyContactSalesRoleRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteLeadOpptyContactSalesRoleRelationInput!
- ): DeleteLeadOpptyContactSalesRoleRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateLeadOpptyKPIInput!,
- : [ValidationLevel!]
- ): CreateLeadOpptyKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateLeadOpptyKPIInput!,
- : [ValidationLevel!],
- : String
- ): UpdateLeadOpptyKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateLeadOpptyKPIInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateLeadOpptyKPIPayload
- # Arguments
- # input: [Not documented]
- (: DeleteLeadOpptyKPIInput!): DeleteLeadOpptyKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateLeadOpptySharingClientRelationInput!,
- : [ValidationLevel!]
- ): CreateLeadOpptySharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateLeadOpptySharingClientRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateLeadOpptySharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateLeadOpptySharingClientRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateLeadOpptySharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteLeadOpptySharingClientRelationInput!
- ): DeleteLeadOpptySharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateLeadOpptySharingSalesUnitRelationInput!,
- : [ValidationLevel!]
- ): CreateLeadOpptySharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateLeadOpptySharingSalesUnitRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateLeadOpptySharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateLeadOpptySharingSalesUnitRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateLeadOpptySharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteLeadOpptySharingSalesUnitRelationInput!
- ): DeleteLeadOpptySharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateLeadOpptyStepCheckListRelationInput!,
- : [ValidationLevel!]
- ): CreateLeadOpptyStepCheckListRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateLeadOpptyStepCheckListRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateLeadOpptyStepCheckListRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateLeadOpptyStepCheckListRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateLeadOpptyStepCheckListRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteLeadOpptyStepCheckListRelationInput!
- ): DeleteLeadOpptyStepCheckListRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateLeadProcessInput!,
- : [ValidationLevel!]
- ): CreateLeadProcessPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateLeadProcessInput!,
- : [ValidationLevel!],
- : String
- ): UpdateLeadProcessPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateLeadProcessInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateLeadProcessPayload
- # Arguments
- # input: [Not documented]
- (: DeleteLeadProcessInput!): DeleteLeadProcessPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateMasterRightInput!,
- : [ValidationLevel!]
- ): CreateMasterRightPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateMasterRightInput!,
- : [ValidationLevel!],
- : String
- ): UpdateMasterRightPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateMasterRightInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateMasterRightPayload
- # Arguments
- # input: [Not documented]
- (: DeleteMasterRightInput!): DeleteMasterRightPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateMediaInput!,
- : [ValidationLevel!],
- : String
- ): UpdateMediaPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateMediaInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateMediaPayload
- # Arguments
- # input: [Not documented]
- (: DeleteMediaInput!): DeleteMediaPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateMemoInput!,
- : [ValidationLevel!]
- ): CreateMemoPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateMemoInput!,
- : [ValidationLevel!],
- : String
- ): UpdateMemoPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateMemoInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateMemoPayload
- # Arguments
- # input: [Not documented]
- (: DeleteMemoInput!): DeleteMemoPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateMemoCommentInput!,
- : [ValidationLevel!]
- ): CreateMemoCommentPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateMemoCommentInput!,
- : [ValidationLevel!],
- : String
- ): UpdateMemoCommentPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateMemoCommentInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateMemoCommentPayload
- # Arguments
- # input: [Not documented]
- (: DeleteMemoCommentInput!): DeleteMemoCommentPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateMessageRelationInput!,
- : [ValidationLevel!]
- ): CreateMessageRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateMessageRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateMessageRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateMessageRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateMessageRelationPayload
- # Arguments
- # input: [Not documented]
- (: DeleteMessageRelationInput!): DeleteMessageRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateMessageSharingClientRelationInput!,
- : [ValidationLevel!]
- ): CreateMessageSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateMessageSharingClientRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateMessageSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateMessageSharingClientRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateMessageSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteMessageSharingClientRelationInput!
- ): DeleteMessageSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateMessageSharingSalesUnitRelationInput!,
- : [ValidationLevel!]
- ): CreateMessageSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateMessageSharingSalesUnitRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateMessageSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateMessageSharingSalesUnitRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateMessageSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteMessageSharingSalesUnitRelationInput!
- ): DeleteMessageSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateNoteInput!,
- : [ValidationLevel!]
- ): CreateNotePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateNoteInput!,
- : [ValidationLevel!],
- : String
- ): UpdateNotePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateNoteInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateNotePayload
- # Arguments
- # input: [Not documented]
- (: DeleteNoteInput!): DeleteNotePayload
- # Copies existing note to a new one.
- # :return: Created copy of entity.
- #
- # Arguments
- # input: [Not documented]
- (: CopyNoteInput!): CopyNotePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateOnlineFormInput!,
- : [ValidationLevel!]
- ): CreateOnlineFormPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateOnlineFormInput!,
- : [ValidationLevel!],
- : String
- ): UpdateOnlineFormPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateOnlineFormInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateOnlineFormPayload
- # Arguments
- # input: [Not documented]
- (: DeleteOnlineFormInput!): DeleteOnlineFormPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateOnlineFormActivityLogLineInput!,
- : [ValidationLevel!]
- ): CreateOnlineFormActivityLogLinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateOnlineFormActivityLogLineInput!,
- : [ValidationLevel!],
- : String
- ): UpdateOnlineFormActivityLogLinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateOnlineFormActivityLogLineInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateOnlineFormActivityLogLinePayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteOnlineFormActivityLogLineInput!
- ): DeleteOnlineFormActivityLogLinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateOnlineFormDataExRelationInput!,
- : [ValidationLevel!]
- ): CreateOnlineFormDataExRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateOnlineFormDataExRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateOnlineFormDataExRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateOnlineFormDataExRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateOnlineFormDataExRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteOnlineFormDataExRelationInput!
- ): DeleteOnlineFormDataExRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateOnlineFormRelationInput!,
- : [ValidationLevel!]
- ): CreateOnlineFormRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateOnlineFormRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateOnlineFormRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateOnlineFormRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateOnlineFormRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteOnlineFormRelationInput!
- ): DeleteOnlineFormRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateOnlineFormStyleInput!,
- : [ValidationLevel!]
- ): CreateOnlineFormStylePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateOnlineFormStyleInput!,
- : [ValidationLevel!],
- : String
- ): UpdateOnlineFormStylePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateOnlineFormStyleInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateOnlineFormStylePayload
- # Arguments
- # input: [Not documented]
- (: DeleteOnlineFormStyleInput!): DeleteOnlineFormStylePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateOnlineFormTypeInput!,
- : [ValidationLevel!]
- ): CreateOnlineFormTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateOnlineFormTypeInput!,
- : [ValidationLevel!],
- : String
- ): UpdateOnlineFormTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateOnlineFormTypeInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateOnlineFormTypePayload
- # Arguments
- # input: [Not documented]
- (: DeleteOnlineFormTypeInput!): DeleteOnlineFormTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateOnlineFormTypeEmailRelationInput!,
- : [ValidationLevel!]
- ): CreateOnlineFormTypeEmailRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateOnlineFormTypeEmailRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateOnlineFormTypeEmailRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateOnlineFormTypeEmailRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateOnlineFormTypeEmailRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteOnlineFormTypeEmailRelationInput!
- ): DeleteOnlineFormTypeEmailRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateOpportunityInput!,
- : [ValidationLevel!]
- ): CreateOpportunityPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateOpportunityInput!,
- : [ValidationLevel!],
- : String
- ): UpdateOpportunityPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateOpportunityInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateOpportunityPayload
- # Arguments
- # input: [Not documented]
- (: DeleteOpportunityInput!): DeleteOpportunityPayload
- # Arguments
- # input: [Not documented]
- (
- : BulkArchiveOpportunityInput!
- ): BulkArchiveOpportunityPayload
- # Arguments
- # input: [Not documented]
- (
- : BulkReactivateOpportunityInput!
- ): BulkReactivateOpportunityPayload
- # Arguments
- # input: [Not documented]
- (: BulkBackToLeadInput!): BulkBackToLeadPayload
- # Arguments
- # input: [Not documented]
- (: BulkMoveOpportunityInput!): BulkMoveOpportunityPayload
- # Arguments
- # input: [Not documented]
- # sourceEntity: [Not documented]
- # sourceEntityId: [Not documented]
- # operation: [Not documented]
- # options: [Not documented]
- # sourceEntityApiName: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateOpportunityInput!,
- : EntityNameEnum!,
- : UUID!,
- : RecordConversionOperationEnum!,
- : RecordConversionOptions!,
- : String,
- : [ValidationLevel!]
- ): ConvertOpportunityPayload
- # Arguments
- # input: [Not documented]
- (
- : ChangeOwnershipOpportunityInput!
- ): ChangeOwnershipOpportunityPayload
- # Arguments
- # input: [Not documented]
- (
- : ManageSharingOpportunityInput!
- ): ManageSharingOpportunityPayload
- # Arguments
- # input: [Not documented]
- (
- : ChangeLabelFlagOpportunityInput!
- ): ChangeLabelFlagOpportunityPayload
- # Arguments
- # input: [Not documented]
- (: RestoreOpportunityInput!): RestoreOpportunityPayload
- # Arguments
- # input: [Not documented]
- (: ArchiveOpportunityInput!): ArchiveOpportunityPayload
- # Arguments
- # input: [Not documented]
- (: MoveOpportunityInput!): MoveOpportunityPayload
- # Arguments
- # input: [Not documented]
- (
- : ChangePipelineOpportunityInput!
- ): ChangePipelineOpportunityPayload
- # Converts opportunity back to lead.
- #
- # Arguments
- # input: [Not documented]
- (: BackToLeadInput!): BackToLeadPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateOpptyProductRelationInput!,
- : [ValidationLevel!]
- ): CreateOpptyProductRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateOpptyProductRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateOpptyProductRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateOpptyProductRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateOpptyProductRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteOpptyProductRelationInput!
- ): DeleteOpptyProductRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateOpptyProductRelationDataExRelationInput!,
- : [ValidationLevel!]
- ): CreateOpptyProductRelationDataExRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateOpptyProductRelationDataExRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateOpptyProductRelationDataExRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateOpptyProductRelationDataExRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateOpptyProductRelationDataExRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteOpptyProductRelationDataExRelationInput!
- ): DeleteOpptyProductRelationDataExRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateOpptyRecurrenceInput!,
- : [ValidationLevel!]
- ): CreateOpptyRecurrencePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateOpptyRecurrenceInput!,
- : [ValidationLevel!],
- : String
- ): UpdateOpptyRecurrencePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateOpptyRecurrenceInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateOpptyRecurrencePayload
- # Arguments
- # input: [Not documented]
- (: DeleteOpptyRecurrenceInput!): DeleteOpptyRecurrencePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateParentAccountRelationTypeInput!,
- : [ValidationLevel!]
- ): CreateParentAccountRelationTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateParentAccountRelationTypeInput!,
- : [ValidationLevel!],
- : String
- ): UpdateParentAccountRelationTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateParentAccountRelationTypeInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateParentAccountRelationTypePayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteParentAccountRelationTypeInput!
- ): DeleteParentAccountRelationTypePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreatePhoneInput!,
- : [ValidationLevel!]
- ): CreatePhonePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdatePhoneInput!,
- : [ValidationLevel!],
- : String
- ): UpdatePhonePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdatePhoneInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdatePhonePayload
- # Arguments
- # input: [Not documented]
- (: DeletePhoneInput!): DeletePhonePayload
- # Arguments
- # input: [Not documented]
- (: UpdatePhoneInput!): SyncFromCpPhonePayload
- # Arguments
- # input: [Not documented]
- (: PurchasePhoneInput!): PurchasePhonePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdatePhoneInput!,
- : [ValidationLevel!],
- : String
- ): UpdateMessagingPhonePayload
- # Arguments
- # input: [Not documented]
- (: DeletePhoneInput!): DeleteMessagingPhonePayload
- # Arguments
- # input: [Not documented]
- (: UpdatePhoneInput!): EnableMessagingPhonePayload
- # Arguments
- # input: [Not documented]
- (: UpdatePhoneInput!): DisableMessagingPhonePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreatePipelineInput!,
- : [ValidationLevel!]
- ): CreatePipelinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdatePipelineInput!,
- : [ValidationLevel!],
- : String
- ): UpdatePipelinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdatePipelineInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdatePipelinePayload
- # Arguments
- # input: [Not documented]
- (: DeletePipelineInput!): DeletePipelinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProcessInput!,
- : [ValidationLevel!]
- ): CreateProcessPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateProcessInput!,
- : [ValidationLevel!],
- : String
- ): UpdateProcessPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateProcessInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateProcessPayload
- # Arguments
- # input: [Not documented]
- (: DeleteProcessInput!): DeleteProcessPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProcessFromTemplateInput!,
- : [ValidationLevel!]
- ): CreateProcessFromTemplatePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProcessActivityLogInput!,
- : [ValidationLevel!]
- ): CreateProcessActivityLogPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateProcessActivityLogInput!,
- : [ValidationLevel!],
- : String
- ): UpdateProcessActivityLogPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateProcessActivityLogInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateProcessActivityLogPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteProcessActivityLogInput!
- ): DeleteProcessActivityLogPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProcessActivityLogLineInput!,
- : [ValidationLevel!]
- ): CreateProcessActivityLogLinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateProcessActivityLogLineInput!,
- : [ValidationLevel!],
- : String
- ): UpdateProcessActivityLogLinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateProcessActivityLogLineInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateProcessActivityLogLinePayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteProcessActivityLogLineInput!
- ): DeleteProcessActivityLogLinePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProcessTemplateInput!,
- : [ValidationLevel!]
- ): CreateProcessTemplatePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateProcessTemplateInput!,
- : [ValidationLevel!],
- : String
- ): UpdateProcessTemplatePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateProcessTemplateInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateProcessTemplatePayload
- # Arguments
- # input: [Not documented]
- (: DeleteProcessTemplateInput!): DeleteProcessTemplatePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProductInput!,
- : [ValidationLevel!]
- ): CreateProductPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateProductInput!,
- : [ValidationLevel!],
- : String
- ): UpdateProductPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateProductInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateProductPayload
- # Arguments
- # input: [Not documented]
- (: DeleteProductInput!): DeleteProductPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProductCategoryInput!,
- : [ValidationLevel!]
- ): CreateProductCategoryPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateProductCategoryInput!,
- : [ValidationLevel!],
- : String
- ): UpdateProductCategoryPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateProductCategoryInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateProductCategoryPayload
- # Arguments
- # input: [Not documented]
- (: DeleteProductCategoryInput!): DeleteProductCategoryPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProductPipelineRelationInput!,
- : [ValidationLevel!]
- ): CreateProductPipelineRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateProductPipelineRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateProductPipelineRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateProductPipelineRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateProductPipelineRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteProductPipelineRelationInput!
- ): DeleteProductPipelineRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProductPriceListInput!,
- : [ValidationLevel!]
- ): CreateProductPriceListPayload
- # Arguments
- # input: [Not documented]
- # action: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateProductPriceListInput!,
- : UpdateProductPriceListActionEnum,
- : [ValidationLevel!],
- : String
- ): UpdateProductPriceListPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateProductPriceListInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateProductPriceListPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteProductPriceListInput!
- ): DeleteProductPriceListPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProductPriceListPriceInput!,
- : [ValidationLevel!]
- ): CreateProductPriceListPricePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateProductPriceListPriceInput!,
- : [ValidationLevel!],
- : String
- ): UpdateProductPriceListPricePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateProductPriceListPriceInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateProductPriceListPricePayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteProductPriceListPriceInput!
- ): DeleteProductPriceListPricePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateClientFavoriteInput!,
- : [ValidationLevel!]
- ): CreateClientFavoritePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateClientFavoriteInput!,
- : [ValidationLevel!],
- : String
- ): UpdateClientFavoritePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateClientFavoriteInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateClientFavoritePayload
- # Arguments
- # input: [Not documented]
- (: DeleteClientFavoriteInput!): DeleteClientFavoritePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProfileRelationInput!,
- : [ValidationLevel!]
- ): CreateProfileRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateProfileRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateProfileRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateProfileRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateProfileRelationPayload
- # Arguments
- # input: [Not documented]
- (: DeleteProfileRelationInput!): DeleteProfileRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProjectInput!,
- : [ValidationLevel!]
- ): CreateProjectPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateProjectInput!,
- : [ValidationLevel!],
- : String
- ): UpdateProjectPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateProjectInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateProjectPayload
- # Arguments
- # input: [Not documented]
- (: DeleteProjectInput!): DeleteProjectPayload
- # Arguments
- # input: [Not documented]
- # sourceEntity: [Not documented]
- # sourceEntityId: [Not documented]
- # operation: [Not documented]
- # options: [Not documented]
- # sourceEntityApiName: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProjectInput!,
- : EntityNameEnum!,
- : UUID!,
- : RecordConversionOperationEnum!,
- : RecordConversionOptions!,
- : String,
- : [ValidationLevel!]
- ): ConvertProjectPayload
- # Arguments
- # input: [Not documented]
- (
- : ChangeOwnershipProjectInput!
- ): ChangeOwnershipProjectPayload
- # Arguments
- # input: [Not documented]
- (: ManageSharingProjectInput!): ManageSharingProjectPayload
- # Arguments
- # input: [Not documented]
- (: CompleteTasksProjectInput!): BulkUpdateEntitiesPayload
- # Arguments
- # input: [Not documented]
- (: CompleteProjectInput!): BulkUpdateEntitiesPayload
- # Arguments
- # input: [Not documented]
- (: ReopenProjectInput!): ReopenProjectPayload
- # Arguments
- # input: [Not documented]
- (: RestoreProjectInput!): RestoreProjectPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProjectContactRelationInput!,
- : [ValidationLevel!]
- ): CreateProjectContactRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateProjectContactRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateProjectContactRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateProjectContactRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateProjectContactRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteProjectContactRelationInput!
- ): DeleteProjectContactRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProjectKPIInput!,
- : [ValidationLevel!]
- ): CreateProjectKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateProjectKPIInput!,
- : [ValidationLevel!],
- : String
- ): UpdateProjectKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateProjectKPIInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateProjectKPIPayload
- # Arguments
- # input: [Not documented]
- (: DeleteProjectKPIInput!): DeleteProjectKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProjectObjectiveInput!,
- : [ValidationLevel!]
- ): CreateProjectObjectivePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateProjectObjectiveInput!,
- : [ValidationLevel!],
- : String
- ): UpdateProjectObjectivePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateProjectObjectiveInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateProjectObjectivePayload
- # Arguments
- # input: [Not documented]
- (
- : UpdateProjectObjectiveSortInput!
- ): UpdateProjectObjectiveSortPayload
- # Copies existing objective to a new one.
- #
- # Arguments
- # input: [Not documented]
- (: CopyProjectObjectiveInput!): CopyProjectObjectivePayload
- # Arguments
- # input: [Not documented]
- (
- : UpdateProjectObjectiveActivitiesSortInput!
- ): UpdateProjectObjectiveActivitiesSortPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProjectSharingClientRelationInput!,
- : [ValidationLevel!]
- ): CreateProjectSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateProjectSharingClientRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateProjectSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateProjectSharingClientRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateProjectSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteProjectSharingClientRelationInput!
- ): DeleteProjectSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateProjectSharingSalesUnitRelationInput!,
- : [ValidationLevel!]
- ): CreateProjectSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateProjectSharingSalesUnitRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateProjectSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateProjectSharingSalesUnitRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateProjectSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteProjectSharingSalesUnitRelationInput!
- ): DeleteProjectSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateQuoteInput!,
- : [ValidationLevel!]
- ): CreateQuotePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateQuoteInput!,
- : [ValidationLevel!],
- : String
- ): UpdateQuotePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateQuoteInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateQuotePayload
- # Arguments
- # input: [Not documented]
- (: DeleteQuoteInput!): DeleteQuotePayload
- # Arguments
- # input: [Not documented]
- (: BulkArchiveQuoteInput!): BulkArchiveQuotePayload
- # Arguments
- # input: [Not documented]
- (: BulkReactivateQuoteInput!): BulkReactivateQuotePayload
- # Arguments
- # input: [Not documented]
- (: BulkMoveQuoteInput!): BulkMoveQuotePayload
- # Arguments
- # input: [Not documented]
- # sourceEntity: [Not documented]
- # sourceEntityId: [Not documented]
- # operation: [Not documented]
- # options: [Not documented]
- # sourceEntityApiName: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateQuoteInput!,
- : EntityNameEnum!,
- : UUID!,
- : RecordConversionOperationEnum!,
- : RecordConversionOptions!,
- : String,
- : [ValidationLevel!]
- ): ConvertQuotePayload
- # Arguments
- # input: [Not documented]
- (: ChangeOwnershipQuoteInput!): ChangeOwnershipQuotePayload
- # Arguments
- # input: [Not documented]
- (: ManageSharingQuoteInput!): ManageSharingQuotePayload
- # Arguments
- # input: [Not documented]
- (: RestoreQuoteInput!): RestoreQuotePayload
- # Arguments
- # input: [Not documented]
- (: ArchiveQuoteInput!): ArchiveQuotePayload
- # Arguments
- # input: [Not documented]
- (: ReactivateQuoteInput!): ReactivateQuotePayload
- # Arguments
- # input: [Not documented]
- (: MoveQuoteInput!): MoveQuotePayload
- # Arguments
- # input: [Not documented]
- (: ChangePipelineQuoteInput!): ChangePipelineQuotePayload
- # Arguments
- # input: [Not documented]
- (: ChangeQuoteProcessInput!): ChangeQuoteProcessPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateQuoteAccountRelationInput!,
- : [ValidationLevel!]
- ): CreateQuoteAccountRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateQuoteAccountRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateQuoteAccountRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateQuoteAccountRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateQuoteAccountRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteQuoteAccountRelationInput!
- ): DeleteQuoteAccountRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateQuoteContactRelationInput!,
- : [ValidationLevel!]
- ): CreateQuoteContactRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateQuoteContactRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateQuoteContactRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateQuoteContactRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateQuoteContactRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteQuoteContactRelationInput!
- ): DeleteQuoteContactRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateQuoteDataExRelationInput!,
- : [ValidationLevel!]
- ): CreateQuoteDataExRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateQuoteDataExRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateQuoteDataExRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateQuoteDataExRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateQuoteDataExRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteQuoteDataExRelationInput!
- ): DeleteQuoteDataExRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateQuoteKPIInput!,
- : [ValidationLevel!]
- ): CreateQuoteKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateQuoteKPIInput!,
- : [ValidationLevel!],
- : String
- ): UpdateQuoteKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateQuoteKPIInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateQuoteKPIPayload
- # Arguments
- # input: [Not documented]
- (: DeleteQuoteKPIInput!): DeleteQuoteKPIPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateQuoteProcessInput!,
- : [ValidationLevel!]
- ): CreateQuoteProcessPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateQuoteProcessInput!,
- : [ValidationLevel!],
- : String
- ): UpdateQuoteProcessPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateQuoteProcessInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateQuoteProcessPayload
- # Arguments
- # input: [Not documented]
- (: DeleteQuoteProcessInput!): DeleteQuoteProcessPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateQuoteSharingClientRelationInput!,
- : [ValidationLevel!]
- ): CreateQuoteSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateQuoteSharingClientRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateQuoteSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateQuoteSharingClientRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateQuoteSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteQuoteSharingClientRelationInput!
- ): DeleteQuoteSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateQuoteSharingSalesUnitRelationInput!,
- : [ValidationLevel!]
- ): CreateQuoteSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateQuoteSharingSalesUnitRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateQuoteSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateQuoteSharingSalesUnitRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateQuoteSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteQuoteSharingSalesUnitRelationInput!
- ): DeleteQuoteSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- (: ChangeOwnershipReportInput!): ChangeOwnershipReportPayload
- # Arguments
- # input: [Not documented]
- (: SetScheduleReportInput!): SetScheduleReportPayload
- # Arguments
- # input: [Not documented]
- (: RemoveScheduleReportInput!): RemoveScheduleReportPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateReportScheduleInput!,
- : [ValidationLevel!]
- ): CreateReportSchedulePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateReportScheduleInput!,
- : [ValidationLevel!],
- : String
- ): UpdateReportSchedulePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateReportScheduleInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateReportSchedulePayload
- # Arguments
- # input: [Not documented]
- (: DeleteReportScheduleInput!): DeleteReportSchedulePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateSalesRoleInput!,
- : [ValidationLevel!]
- ): CreateSalesRolePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateSalesRoleInput!,
- : [ValidationLevel!],
- : String
- ): UpdateSalesRolePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateSalesRoleInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateSalesRolePayload
- # Arguments
- # input: [Not documented]
- (: DeleteSalesRoleInput!): DeleteSalesRolePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateSalesUnitInput!,
- : [ValidationLevel!]
- ): CreateSalesUnitPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateSalesUnitInput!,
- : [ValidationLevel!],
- : String
- ): UpdateSalesUnitPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateSalesUnitInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateSalesUnitPayload
- # Arguments
- # input: [Not documented]
- (: DeleteSalesUnitInput!): DeleteSalesUnitPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateStepInput!,
- : [ValidationLevel!]
- ): CreateStepPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateStepInput!,
- : [ValidationLevel!],
- : String
- ): UpdateStepPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateStepInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateStepPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateStepChecklistInput!,
- : [ValidationLevel!]
- ): CreateStepChecklistPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateStepChecklistInput!,
- : [ValidationLevel!],
- : String
- ): UpdateStepChecklistPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateStepChecklistInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateStepChecklistPayload
- # Arguments
- # input: [Not documented]
- (: DeleteStepChecklistInput!): DeleteStepChecklistPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateStepChecklistSalesRoleRelationInput!,
- : [ValidationLevel!]
- ): CreateStepChecklistSalesRoleRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateStepChecklistSalesRoleRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateStepChecklistSalesRoleRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateStepChecklistSalesRoleRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateStepChecklistSalesRoleRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteStepChecklistSalesRoleRelationInput!
- ): DeleteStepChecklistSalesRoleRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (: CreateTagInput!, : [ValidationLevel!]): CreateTagPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateTagInput!,
- : [ValidationLevel!],
- : String
- ): UpdateTagPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateTagInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateTagPayload
- # Arguments
- # input: [Not documented]
- (: DeleteTagInput!): DeleteTagPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateTagRelationInput!,
- : [ValidationLevel!]
- ): CreateTagRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateTagRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateTagRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateTagRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateTagRelationPayload
- # Arguments
- # input: [Not documented]
- (: DeleteTagRelationInput!): DeleteTagRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateTargetInput!,
- : [ValidationLevel!]
- ): CreateTargetPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateTargetInput!,
- : [ValidationLevel!],
- : String
- ): UpdateTargetPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateTargetInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateTargetPayload
- # Arguments
- # input: [Not documented]
- # deleteChildren: [Not documented]
- (: DeleteTargetInput!, : Boolean!): DeleteTargetPayload
- # Arguments
- # input: [Not documented]
- (
- : [UpdateTargetSettingsInput!]!
- ): UpdateDetailSettingsTargetPayload
- # Arguments
- # input: [Not documented]
- (: ActivateTargetInput!): ActivateTargetPayload
- # Arguments
- # input: [Not documented]
- (
- : BulkActivateUserTargetInput!
- ): BulkActivateUserTargetPayload
- # Arguments
- # input: [Not documented]
- (: FinishTargetInput!): FinishTargetPayload
- # Arguments
- # input: [Not documented]
- (: BulkFinishUserTargetInput!): BulkFinishUserTargetPayload
- # Arguments
- # input: [Not documented]
- (: CopyTargetInput!): CopyTargetPayload
- # Arguments
- # input: [Not documented]
- (: RemoveTargetInput!): RemoveTargetPayload
- # Arguments
- # input: [Not documented]
- (: BulkRemoveTargetInput!): BulkRemoveTargetPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateTargetRelationInput!,
- : [ValidationLevel!]
- ): CreateTargetRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateTargetRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateTargetRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateTargetRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateTargetRelationPayload
- # Arguments
- # input: [Not documented]
- (: DeleteTargetRelationInput!): DeleteTargetRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateTaskInput!,
- : [ValidationLevel!]
- ): CreateTaskPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateTaskInput!,
- : [ValidationLevel!],
- : String
- ): UpdateTaskPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateTaskInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateTaskPayload
- # Arguments
- # input: [Not documented]
- (: DeleteTaskInput!): DeleteTaskPayload
- # Arguments
- # input: [Not documented]
- # sourceEntity: [Not documented]
- # sourceEntityId: [Not documented]
- # operation: [Not documented]
- # options: [Not documented]
- # sourceEntityApiName: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateTaskInput!,
- : EntityNameEnum!,
- : UUID!,
- : RecordConversionOperationEnum!,
- : RecordConversionOptions!,
- : String,
- : [ValidationLevel!]
- ): ConvertTaskPayload
- # Arguments
- # input: [Not documented]
- (: ChangeOwnershipTaskInput!): ChangeOwnershipTaskPayload
- # Arguments
- # input: [Not documented]
- (: ReleaseOwnershipTaskInput!): ReleaseOwnershipTaskPayload
- # Arguments
- # input: [Not documented]
- (: ManageSharingTaskInput!): ManageSharingTaskPayload
- # Arguments
- # input: [Not documented]
- (: RestoreTaskInput!): RestoreTaskPayload
- # Arguments
- # input: [Not documented]
- (: SetReminderTaskInput!): SetReminderTaskPayload
- # Arguments
- # input: [Not documented]
- (: RemoveReminderTaskInput!): RemoveReminderTaskPayload
- # Arguments
- # input: [Not documented]
- (: SetTaskStatusInput!): SetTaskStatusPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateTaskRecurrenceInput!,
- : [ValidationLevel!]
- ): CreateTaskRecurrencePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateTaskRecurrenceInput!,
- : [ValidationLevel!],
- : String
- ): UpdateTaskRecurrencePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateTaskRecurrenceInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateTaskRecurrencePayload
- # Arguments
- # input: [Not documented]
- (: DeleteTaskRecurrenceInput!): DeleteTaskRecurrencePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateTaskReminderInput!,
- : [ValidationLevel!]
- ): CreateTaskReminderPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateTaskReminderInput!,
- : [ValidationLevel!],
- : String
- ): UpdateTaskReminderPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateTaskReminderInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateTaskReminderPayload
- # Arguments
- # input: [Not documented]
- (: DeleteTaskReminderInput!): DeleteTaskReminderPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateTaskSharingClientRelationInput!,
- : [ValidationLevel!]
- ): CreateTaskSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateTaskSharingClientRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateTaskSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateTaskSharingClientRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateTaskSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteTaskSharingClientRelationInput!
- ): DeleteTaskSharingClientRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateTaskSharingSalesUnitRelationInput!,
- : [ValidationLevel!]
- ): CreateTaskSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateTaskSharingSalesUnitRelationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateTaskSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateTaskSharingSalesUnitRelationInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateTaskSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteTaskSharingSalesUnitRelationInput!
- ): DeleteTaskSharingSalesUnitRelationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateTextMessageInput!,
- : [ValidationLevel!]
- ): CreateTextMessagePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateTextMessageInput!,
- : [ValidationLevel!],
- : String
- ): UpdateTextMessagePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateTextMessageConversationInput!,
- : [ValidationLevel!]
- ): CreateTextMessageConversationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateTextMessageConversationInput!,
- : [ValidationLevel!],
- : String
- ): UpdateTextMessageConversationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateTextMessageConversationRelationsInput!,
- : [ValidationLevel!]
- ): CreateTextMessageConversationRelationsPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateTextMessageConversationRelationsInput!,
- : [ValidationLevel!],
- : String
- ): UpdateTextMessageConversationRelationsPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateTextMessageConversationRelationsInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateTextMessageConversationRelationsPayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteTextMessageConversationRelationsInput!
- ): DeleteTextMessageConversationRelationsPayload
- # Arguments
- # input: [Not documented]
- (: DeleteDraftTranslationInput!): DeleteTranslationPayload
- # Arguments
- # input: [Not documented]
- (: CreateDraftTranslationInput!): CreateTranslationPayload
- # Arguments
- # input: [Not documented]
- (: UpdateDraftTranslationInput!): UpdateTranslationPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateUnsubscribedPhoneInput!,
- : [ValidationLevel!]
- ): CreateUnsubscribedPhonePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateUnsubscribedPhoneInput!,
- : [ValidationLevel!],
- : String
- ): UpdateUnsubscribedPhonePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateUnsubscribedPhoneInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateUnsubscribedPhonePayload
- # Arguments
- # input: [Not documented]
- (
- : DeleteUnsubscribedPhoneInput!
- ): DeleteUnsubscribedPhonePayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateWebhookInput!,
- : [ValidationLevel!]
- ): CreateWebhookPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateWebhookInput!,
- : [ValidationLevel!],
- : String
- ): UpdateWebhookPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateWebhookInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateWebhookPayload
- # Arguments
- # input: [Not documented]
- (: DeleteWebhookInput!): DeleteWebhookPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- (
- : CreateWebhookEventInput!,
- : [ValidationLevel!]
- ): CreateWebhookEventPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # sessionIdToUpdate: [Not documented]
- (
- : UpdateWebhookEventInput!,
- : [ValidationLevel!],
- : String
- ): UpdateWebhookEventPayload
- # Arguments
- # input: [Not documented]
- # validationLevel: [Not documented]
- # rollbackMethod: [Not documented]
- # match: [Not documented]
- (
- : [CreateOrUpdateWebhookEventInput!]!,
- : [ValidationLevel!],
- : RollbackMethod,
- : MatchingInput
- ): BulkUpdateWebhookEventPayload
- # Arguments
- # input: [Not documented]
- (: DeleteWebhookEventInput!): DeleteWebhookEventPayload
- }
link Require by
This element is not required by anyone