Dynamics CRM 消息类列表

来源:互联网 发布:midas软件破解版下载 编辑:程序博客网 时间:2024/05/18 02:18
#xrmmessage tr {background-color:#666;} #xrmmessage tr:hover {background-color:#F60;}#crmmessage tr {background-color:#666;} #crmmessage tr:hover {background-color:#F60;}.highlight {color:yellow; weight:blod;}.xrmmessage tr {background-color:#666;} .xrmmessage tr:hover {background-color:#F60;}.crmmessage tr {background-color:#666;} .crmmessage tr:hover {background-color:#F60;}

    Dynamics CRM 是基于SOA感念进行实现的,系统的所有操作都被分割成原子级别的Service。这些Service主要分布在两个命名空间中:Microsoft.Crm.Sdk.Message,Microsoft.Xrm.Sdk.Message。(详细信息可以参阅Dynamics CRM 2011 SDK


Dynamics CRM 2011 


Microsoft.Xrm.Sdk.Message

类说明AssociateRequest包含数据,需要这些数据来 create a link between records.AssociateResponseContains the response from the AssociateRequest class.CanBeReferencedRequest包含数据,需要这些数据来 check whether the specified entity can be the primary entity (one) in a one-to-many relationship.CanBeReferencedResponseContains the response from the CanBeReferencedRequest class.CanBeReferencingRequest包含数据,需要这些数据来 check whether an entity can be the referencing entity in a one-to-many relationship.CanBeReferencingResponseContains the response from the CanBeReferencingRequest class.CanManyToManyRequest包含数据,需要这些数据来 check whether an entity can participate in a many-to-many relationship.CanManyToManyResponseContains the response from the CanManyToManyRequest class.CreateAttributeRequest包含数据,需要这些数据来 create a new attribute, and optionally, to add it to a specified unmanaged solution.CreateAttributeResponseContains the response from the CreateAttributeRequest class.CreateEntityRequest包含数据,需要这些数据来 create a custom entity, and optionally, to add it to a specified unmanaged solution.CreateEntityResponseContains the response from the CreateEntityRequest class.CreateManyToManyRequest包含数据,需要这些数据来 create a new Many-to-Many (N:N) entity relationship.CreateManyToManyResponseContains the response from the CreateManyToManyRequest class.CreateOneToManyRequest包含数据,需要这些数据来 create a new One-to-Many (1:N) entity relationship.CreateOneToManyResponseContains the response from the CreateOneToManyRequest class.CreateOptionSetRequest包含数据,需要这些数据来 create a new global option set.CreateOptionSetResponseContains the response from the CreateOptionSetRequest class.CreateRequest包含数据,需要这些数据来 create a record.CreateResponseContains the response from the CreateRequest class.DeleteAttributeRequest包含数据,需要这些数据来 delete an attribute.DeleteAttributeResponseContains the response from the DeleteAttributeRequest class.DeleteEntityRequest包含数据,需要这些数据来 delete an entity.DeleteEntityResponseContains the response from the DeleteEntityRequest class.DeleteOptionSetRequest包含数据,需要这些数据来 delete a global option set.DeleteOptionSetResponseContains the response from the DeleteOptionSetRequest class.DeleteOptionValueRequest包含数据,需要这些数据来 delete an option value in a global or local option set.DeleteOptionValueResponseContains the response from the DeleteOptionValueRequest class.DeleteRelationshipRequest包含数据,需要这些数据来 delete an entity relationship.DeleteRelationshipResponseContains the response from the DeleteRelationshipRequest class.DeleteRequest包含数据,需要这些数据来 delete a record.DeleteResponseContains the response from the DeleteRequest class.DisassociateRequest包含数据,需要这些数据来 delete a link between records.DisassociateResponseContains the response from the DisassociateRequest class.GetValidManyToManyRequest包含数据,需要这些数据来 retrieve a list of all the entities that can participate in a Many-to-Many entity relationship.GetValidManyToManyResponseContains the response from the GetValidManyToManyRequest class.GetValidReferencedEntitiesRequest包含数据,需要这些数据来 retrieve a list of entity logical names that are valid as the primary entity (one) from the specified entity in a one-to-many relationship.GetValidReferencedEntitiesResponseContains the response from the GetValidReferencedEntitiesRequest class.GetValidReferencingEntitiesRequest包含数据,需要这些数据来 retrieve the set of entities that are valid as the related entity (many) to the specified entity in a one-to-many relationship.GetValidReferencingEntitiesResponseContains the response from the GetValidReferencingEntitiesRequest class.InsertOptionValueRequest包含数据,需要这些数据来 insert a new option value for a global or local option set.InsertOptionValueResponseContains the response from the InsertOptionValueRequest class.InsertStatusValueRequest包含数据,需要这些数据来 insert a new option into a StatusAttributeMetadata attribute.InsertStatusValueResponseContains the response from the InsertStatusValueRequest class.OrderOptionRequest包含数据,需要这些数据来 set the order for an option set.OrderOptionResponseContains the response from the OrderOptionRequest class.RetrieveAllEntitiesRequest包含数据,需要这些数据来 retrieve metadata information about all the entities.RetrieveAllEntitiesResponseContains the response from the RetrieveAllEntitiesRequest class.RetrieveAllManagedPropertiesRequest包含数据,需要这些数据来 retrieve all managed property definitionsRetrieveAllManagedPropertiesResponseContains the response from the RetrieveAllManagedPropertiesRequest class.RetrieveAllOptionSetsRequest包含数据,需要这些数据来 retrieve information about all global option sets.RetrieveAllOptionSetsResponseContains the response from the RetrieveAllOptionSetsRequest class.RetrieveAttributeRequest包含数据,需要这些数据来 retrieve attribute metadata.RetrieveAttributeResponseContains the response from the RetrieveAttributeRequest class.RetrieveEntityRequest包含数据,需要这些数据来 retrieve entity metadata.RetrieveEntityResponseContains the response from the RetrieveEntityRequest class.RetrieveManagedPropertyRequest包含数据,需要这些数据来 retrieve a managed property definition.RetrieveManagedPropertyResponseContains the response from the RetrieveManagedPropertyRequest class.RetrieveMultipleRequest包含数据,需要这些数据来 retrieve a collection of records that satisfy the specified query criteria.RetrieveMultipleResponseContains the response from the RetrieveMultipleRequest class.RetrieveOptionSetRequest包含数据,需要这些数据来 retrieve a global option set.RetrieveOptionSetResponseContains the response from the RetrieveOptionSetRequest class.RetrieveRelationshipRequest包含数据,需要这些数据来 retrieve entity relationship metadata.RetrieveRelationshipResponseContains the response from the RetrieveRelationshipRequest class.RetrieveRequest包含数据,需要这些数据来 retrieve a record.RetrieveResponseContains the response from the RetrieveRequest class.RetrieveTimestampRequest包含数据,需要这些数据来 retrieves a time stamp for the metadata.RetrieveTimestampResponseContains the response from the RetrieveTimestampRequest class.UpdateAttributeRequest包含数据,需要这些数据来 update the definition of an attribute.UpdateAttributeResponseContains the response from the UpdateAttributeRequest class.UpdateEntityRequest包含数据,需要这些数据来update the definition of an entity.UpdateEntityResponseContains the response from the UpdateEntityRequest class.UpdateOptionSetRequest包含数据,需要这些数据来update the definition of a global option set.UpdateOptionSetResponseContains the response from the UpdateOptionSetRequest class.UpdateOptionValueRequest包含数据,需要这些数据来 update an option value in a global or local option set.UpdateOptionValueResponseContains the response from the UpdateOptionValueRequest class.UpdateRelationshipRequest包含数据,需要这些数据来update the definition of an entity relationship.UpdateRelationshipResponseContains the response from the UpdateRelationshipRequest class.UpdateRequest包含数据,需要这些数据来 update an existing record.UpdateResponseContains the response from the UpdateRequest class.UpdateStateValueRequest包含数据,需要这些数据来 update an option set value in for a StateAttributeMetadata attribute.UpdateStateValueResponseContains the response from the UpdateStateValueRequest class.

 

 

Microsoft.Crm.Sdk.Message

类说明AddItemCampaignActivityRequest包含数据,需要这些数据来 add an item to a campaign activity.AddItemCampaignActivityResponseContains the response from the AddItemCampaignActivityRequest class.AddItemCampaignRequest包含数据,需要这些数据来 add an item to a campaign.AddItemCampaignResponseContains the response from the AddItemCampaignRequest class.AddListMembersListRequest包含数据,需要这些数据来 add members to the list.AddListMembersListResponseContains the response from the AddListMembersListRequest class.AddMemberListRequest包含数据,需要这些数据来 add a member to a list (marketing list).AddMemberListResponseContains the response from the AddMemberListRequest class.AddMembersTeamRequest包含数据,需要这些数据来 add members to a team.AddMembersTeamResponseContains the response from the AddMembersTeamRequest class.AddPrivilegesRoleRequest包含数据,需要这些数据来 add a set of existing privileges to an existing role.AddPrivilegesRoleResponseContains the response from the AddPrivilegesRoleRequest class.AddProductToKitRequest包含数据,需要这些数据来 add a product to a kit.AddProductToKitResponseContains the response from the AddProductToKitRequest class.AddRecurrenceRequest包含数据,需要这些数据来 add recurrence information to an existing appointment.AddRecurrenceResponseContains the response from the AddRecurrenceRequest class.AddSolutionComponentRequest包含数据,需要这些数据来 add a solution component to an unmanaged solution.AddSolutionComponentResponseContains the response from the AddSolutionComponentRequest message.AddSubstituteProductRequest已弃用。 Use the AssociateRequest class. Adds a link between two entity instances in a many-to-many relationship.AddSubstituteProductResponse已弃用。 Use the AddSubstituteProductRequest class.AddToQueueRequest包含数据,需要这些数据来 move an entity record from a source queue to a destination queue.AddToQueueResponseContains the response from the AddToQueueRequest class.AppointmentProposalRepresents a proposed appointment time and date as a result of the SearchRequest message.AppointmentRequestProvides the details of an appointment request for the SearchRequest class.AppointmentsToIgnoreSpecifies the appointments to ignore in an appointment request from the SearchRequest class.AssignRequest包含数据,需要这些数据来 assign the specified record to a new owner (user or team) by changing the OwnerId attribute of the record.AssignResponseContains the response from the AssignRequest.AssociateEntitiesRequest已弃用。 Use the AssociateRequest class. 包含数据,需要这些数据来 add a link between two entity instances in a many-to-many relationship.AssociateEntitiesResponse已弃用。 Use the AssociateEntitiesRequest class.AttributeAuditDetailContains the details of changes to entity attributes.AuditDetailProvides a base class for storing the details of data changes.AuditDetailCollectionContains a collection of AuditDetail objects.AuditPartitionDetailIdentifies an SQL partition that is used to store changes to data records.AuditPartitionDetailCollectionContains a data collection of AuditDetail objects.AutoMapEntityRequest包含数据,需要这些数据来 generate a new set of attribute mappings based on the metadata.AutoMapEntityResponseContains the response from the AutoMapEntityRequest class.BackgroundSendEmailRequest包含数据,需要这些数据来 send email messages asynchronously.BackgroundSendEmailResponseContains the response from the BackgroundSendEmailRequest class.BookRequest包含数据,需要这些数据来 schedule or “book” an appointment, recurring appointment, or service appointment (service activity).BookResponseContains the response from the BookRequest class.BulkDeleteRequest包含数据,需要这些数据来 submit a bulk delete job that deletes selected records in bulk. This job runs asynchronously in the background without blocking other activities.BulkDeleteResponseContains the response from the BulkDeleteRequest class.BulkDetectDuplicatesRequest包含数据,需要这些数据来 submit an asynchronous system job that detects and logs multiple duplicate records.BulkDetectDuplicatesResponseContains the response from the BulkDetectDuplicatesRequest class.BulkOperationStatusCloseRequest仅供内部使用。BulkOperationStatusCloseResponse仅供内部使用。CalculateActualValueOpportunityRequest包含数据,需要这些数据来 calculate the value of an opportunity that is in the "Won" state.CalculateActualValueOpportunityResponseContains the response from the CalculateActualValueOpportunityRequest class.CalculateTotalTimeIncidentRequest包含数据,需要这些数据来 calculate the total time, in minutes, that you used while you worked on an incident (case).CalculateTotalTimeIncidentResponseContains the response from the CalculateTotalTimeIncidentRequest class.CancelContractRequest包含数据,需要这些数据来 cancel a contract.CancelContractResponseContains the response from the CancelContractRequest class.CancelSalesOrderRequest包含数据,需要这些数据来 cancel a sales order (order).CancelSalesOrderResponseContains the response from the CancelSalesOrderRequest class.CheckIncomingEmailRequest包含数据,需要这些数据来 check whether the incoming email message is relevant to the Microsoft Dynamics CRM system.CheckIncomingEmailResponseContains the response from the CheckIncomingEmailRequest class.CheckPromoteEmailRequest包含数据,需要这些数据来 check whether the incoming email message should be promoted to the Microsoft Dynamics CRM system.CheckPromoteEmailResponseContains the response from the CheckPromoteEmailRequest class.CleanUpBulkOperationRequest仅供内部使用。CleanUpBulkOperationResponse仅供内部使用。CloneContractRequest包含数据,需要这些数据来 copy an existing contract and its line items.CloneContractResponseContains the response from the CancelContractRequest class.CloseIncidentRequest包含数据,需要这些数据来 close an incident (case).CloseIncidentResponseContains the response from the CloseIncidentRequest class.CloseQuoteRequest包含数据,需要这些数据来 close a quote.CloseQuoteResponseContains the response from the CloseQuoteRequest class.ComponentDetailProvides additional information about the solution components that are related to a missing component.CompoundCreateRequest已弃用。 Use the CreateRequest class. Creates a compound entity, such as a sales order (order), invoice, quote, or duplicate rule (duplicate detection rule); and its related entity, such as a sales order detail (order product), invoice detail (invoice product), quote detail (quote product), or duplicate rule condition.CompoundCreateResponse已弃用。 Use the CreateRequest class and its associated response class.CompoundUpdateDuplicateDetectionRuleRequest包含数据,需要这些数据来 update a duplicate rule (duplicate detection rule) and its related duplicate rule conditions.CompoundUpdateDuplicateDetectionRuleResponseContains the response from the CompoundUpdateDuplicateDetectionRuleRequest class.CompoundUpdateRequest已弃用。 Use the CreateRequest class. 包含数据,需要这些数据来 update a compound record, such as a sales order (order), invoice, quote, or duplicate rule (duplicate detection rule); and its related detail record, such as a sales order detail (order product), invoice detail (invoice product), quote detail (quote product), or duplicate rule condition.CompoundUpdateResponse已弃用。 Use the CompoundUpdateRequest class.ConstraintRelationSpecifies additional constraints to be applied when you select resources for appointments.ConvertKitToProductRequest包含数据,需要这些数据来 convert a kit to a product.ConvertKitToProductResponseContains the response from the ConvertKitToProductRequest class.ConvertProductToKitRequest包含数据,需要这些数据来 convert a product to a kit.ConvertProductToKitResponseContains the response from the ConvertProductToKitRequest class.ConvertQuoteToSalesOrderRequest包含数据,需要这些数据来 convert a quote to a sales order.ConvertQuoteToSalesOrderResponseContains the response from the ConvertQuoteToSalesOrderRequest class.ConvertSalesOrderToInvoiceRequest包含数据,需要这些数据来 convert a sales order to an invoice.ConvertSalesOrderToInvoiceResponseContains the response from the ConvertSalesOrderToInvoiceRequest class.CopyCampaignRequest包含数据,需要这些数据来 copy a campaign.CopyCampaignResponseContains the response from the CopyCampaignRequest class.CopyCampaignResponseRequest包含数据,需要这些数据来 create a copy of the campaign response.CopyCampaignResponseResponseContains the response from the CopyCampaignResponseRequest class.CopyDynamicListToStaticRequest包含数据,需要这些数据来 create a static list from the specified dynamic list and add the members that satisfy the dynamic list query criteria to the static list.CopyDynamicListToStaticResponseContains the response from the CopyDynamicListToStaticRequest class.CopyMembersListRequest包含数据,需要这些数据来 copy the members from the source list to the target list without creating duplicates.CopyMembersListResponseContains the response from the CopyMembersListRequest class.CopySystemFormRequest包含数据,需要这些数据来 create a new entity form that is based on an existing entity form.CopySystemFormResponseContains the response from the CopySystemFormRequest class.CreateActivitiesListRequest包含数据,需要这些数据来 create a quick campaign to distribute an activity to members of a list (marketing list).CreateActivitiesListResponseContains the response from the CreateActivitiesListRequest class.CreateExceptionRequest包含数据,需要这些数据来 create an exception for the recurring appointment instance.CreateExceptionResponseContains the response from the CreateExceptionRequest class.CreateInstanceRequest包含数据,需要这些数据来 create future unexpanded instances for the recurring appointment master.CreateInstanceResponseContains the response from the CreateInstanceRequest class.CreateWorkflowFromTemplateRequest包含数据,需要这些数据来 create a workflow (process) from a workflow template.CreateWorkflowFromTemplateResponseContains the response from the CreateWorkflowFromTemplateRequest class.DeleteAuditDataRequest包含数据,需要这些数据来 delete all audit data records up until a specified end date.DeleteAuditDataResponseContains the response from the DeleteAuditDataRequest class.DeleteOpenInstancesRequest包含数据,需要这些数据来 delete instances of a recurring appointment master that have an “Open” state.DeleteOpenInstancesResponseContains the response from the DeleteOpenInstancesRequest class.DeliverIncomingEmailRequest包含数据,需要这些数据来 create an email activity record from an incoming email message (Track in CRM).DeliverIncomingEmailResponseContains the response from the DeliverIncomingEmailRequest class.DeliverPromoteEmailRequest包含数据,需要这些数据来 create an email activity record from the specified email message (Track in CRM).DeliverPromoteEmailResponseContains the response from the DeliverPromoteEmailRequest class.DeprovisionLanguageRequest包含数据,需要这些数据来 deprovision a language.DeprovisionLanguageResponseContains the response from the DeprovisionLanguageRequest class.DisassociateEntitiesRequest已弃用。 Use the DisassociateRequest class. 包含数据,需要这些数据来 remove a link between two entity instances in a many-to-many relationship.DisassociateEntitiesResponse已弃用。 Use the DisassociateEntitiesRequest class.DistributeCampaignActivityRequest包含数据,需要这些数据来 create a bulk operation that distributes a campaign activity. The appropriate activities, such as a phone call or fax, are created for the members of the list that is associated with the specified campaign activity.DistributeCampaignActivityResponseContains the response from the DistributeCampaignActivityRequest class.DownloadReportDefinitionRequest包含数据,需要这些数据来 download a report definition.DownloadReportDefinitionResponseContains the response from the DownloadReportDefinitionRequest class.ErrorInfoSpecifies the results of a scheduling operation using the RescheduleRequest message.ExecuteByIdSavedQueryRequest包含数据,需要这些数据来 execute a saved query (view) that has the specified ID.ExecuteByIdSavedQueryResponseContains the response from the ExecuteByIdSavedQueryRequest class.ExecuteByIdUserQueryRequest包含数据,需要这些数据来 execute the user query (saved view) that has the specified ID.ExecuteByIdUserQueryResponseContains the response from the ExecuteByIdUserQueryRequest class.ExecuteFetchRequest已弃用。 Use the RetrieveMultipleRequest class.ExecuteFetchResponse已弃用。 Use the RetrieveMultipleRequest class and its associated response class.ExecuteWorkflowRequest包含数据,需要这些数据来 execute a workflow.ExecuteWorkflowResponseContains the response from the ExecuteWorkflowResponse class.ExpandCalendarRequest包含数据,需要这些数据来 convert the calendar rules to an array of available time blocks for the specified period.ExpandCalendarResponseContains the response from the ExpandCalendarRequest class.ExportMappingsImportMapRequest包含数据,需要这些数据来 export a data map as an XML formatted data.ExportMappingsImportMapResponseContains the response from the ExportMappingsImportMapRequest class.ExportSolutionRequest包含数据,需要这些数据来 export a solution.ExportSolutionResponseContains the response from the ExportSolutionRequest class.ExportTranslationRequest包含数据,需要这些数据来 export all translations for a specific solution to a compressed file.ExportTranslationResponseContains the response from the ExportTranslationRequest class.FetchXmlToQueryExpressionRequest包含数据,需要这些数据来 convert a query in FetchXML to a QueryExpression.FetchXmlToQueryExpressionResponseContains the response from the FetchXmlToQueryExpressionRequest class.FindParentResourceGroupRequest包含数据,需要这些数据来 find a parent resource group (scheduling group) for the specified resource groups (scheduling groups).FindParentResourceGroupResponseContains the response from the FindParentResourceGroupRequest class.FulfillSalesOrderRequest包含数据,需要这些数据来 fulfill the sales order (order).FulfillSalesOrderResponseContains the response from the FulfillSalesOrderRequest class.GenerateInvoiceFromOpportunityRequest包含数据,需要这些数据来 generate an invoice from an opportunity.GenerateInvoiceFromOpportunityResponseContains the response from the GenerateInvoiceFromOpportunityRequest class.GenerateQuoteFromOpportunityRequest包含数据,需要这些数据来 generate a quote from an opportunity.GenerateQuoteFromOpportunityResponseContains the response from the GenerateQuoteFromOpportunityRequest class.GenerateSalesOrderFromOpportunityRequest包含数据,需要这些数据来 generate a sales order (order) from an opportunity.GenerateSalesOrderFromOpportunityResponseContains the response from the GenerateSalesOrderFromOpportunityRequest class.GetAllTimeZonesWithDisplayNameRequest包含数据,需要这些数据来 retrieve all the time zone definitions for the specified locale and to return only the display name attribute.GetAllTimeZonesWithDisplayNameResponseContains the response from the GetAllTimeZonesWithDisplayNameRequest class.GetDecryptionKeyRequest包含数据,需要这些数据来 obtain the key that is used to encrypt or decrypt a user's or queue's email credentials that are stored in the Microsoft Dynamics CRM database.GetDecryptionKeyResponseContains the response from the GetDecryptionKeyRequest class.GetDistinctValuesImportFileRequest包含数据,需要这些数据来 retrieve distinct values from the parse table for a column in the source file that contains list values.GetDistinctValuesImportFileResponseContains the response from the GetDistinctValuesImportFileRequest class.GetHeaderColumnsImportFileRequest包含数据,需要这些数据来 retrieve the source-file column headings; or retrieve the system-generated column headings if the source file does not contain column headings.GetHeaderColumnsImportFileResponseContains the response from the GetHeaderColumnsImportFileRequest class.GetInvoiceProductsFromOpportunityRequest包含数据,需要这些数据来 retrieve the products from an opportunity and copy them to the invoice.GetInvoiceProductsFromOpportunityResponseContains the response from the GetInvoiceProductsFromOpportunityRequest class.GetQuantityDecimalRequest包含数据,需要这些数据来 get the quantity decimal value of a product for the specified entity in the target.GetQuantityDecimalResponseContains the response from the GetQuantityDecimalRequest class.GetQuoteProductsFromOpportunityRequest包含数据,需要这些数据来 retrieve the products from an opportunity and copy them to the quote.GetQuoteProductsFromOpportunityResponseContains the response from the GetQuoteProductsFromOpportunityRequest class.GetReportHistoryLimitRequest包含数据,需要这些数据来 retrieve the history limit for a report.GetReportHistoryLimitResponseContains the response from the GetReportHistoryLimitRequest class.GetSalesOrderProductsFromOpportunityRequest包含数据,需要这些数据来 retrieve the products from an opportunity and copy them to the sales order (order).GetSalesOrderProductsFromOpportunityResponseContains the response from the GetSalesOrderProductsFromOpportunityRequest class.GetTimeZoneCodeByLocalizedNameRequest包含数据,需要这些数据来 retrieve the time zone code for the specified localized time zone name.GetTimeZoneCodeByLocalizedNameResponseContains the response from the GetTimeZoneCodeByLocalizedNameRequest class.GetTrackingTokenEmailRequest包含数据,需要这些数据来 return a tracking token that can then be passed as a parameter to the SendEmailRequest message.GetTrackingTokenEmailResponseContains the response from the GetTrackingTokenEmailRequest class.GrantAccessRequest包含数据,需要这些数据来 grant a security principal (user or team) access to the specified record.GrantAccessResponseContains the response from the GrantAccessRequest class.ImportMappingsImportMapRequest包含数据,需要这些数据来 import the XML representation of a data map and create an import map (data map) based on this data.ImportMappingsImportMapResponseContains the response from the ImportMappingsImportMapRequest class.ImportRecordsImportRequest包含数据,需要这些数据来 submit an asynchronous job that uploads the transformed data into Microsoft Dynamics CRM.ImportRecordsImportResponseContains the response from the ImportRecordsImportRequest class.ImportSolutionRequest包含数据,需要这些数据来 import a solution.ImportSolutionResponseContains the response from the ImportSolutionRequest class.ImportTranslationRequest包含数据,需要这些数据来 import translations from a compressed file.ImportTranslationResponseContains the response from the ImportTranslationRequest class.InitializeFromRequest包含数据,需要这些数据来 initialize a new record from an existing record.InitializeFromResponseContains the response from the InitializeFromRequest class.InstallSampleDataRequest包含数据,需要这些数据来 install the sample data.InstallSampleDataResponseContains the response from the InstallSampleDataRequest class.InstantiateFiltersRequest包含数据,需要这些数据来 instantiate a set of filters for Microsoft Dynamics CRM for Outlook for the specified user.InstantiateFiltersResponseContains the response from the InstantiateFiltersRequest class.InstantiateTemplateRequestContains the parameters that are needed to create an email message from a template (email template).InstantiateTemplateResponseContains the response from the InstantiateTemplateRequest class.IsBackOfficeInstalledRequest已弃用。 Checks whether Microsoft Dynamics GP 9.0 is installed.IsBackOfficeInstalledResponse已弃用。IsComponentCustomizableRequest包含数据,需要这些数据来 determine whether a solution component is customizable.IsComponentCustomizableResponseContains the response from the IsComponentCustomizableRequest class.IsValidStateTransitionRequest包含数据,需要这些数据来 validate the state transition.IsValidStateTransitionResponseContains the response from the IsValidStateTransitionRequest class.LocalTimeFromUtcTimeRequest包含数据,需要这些数据来 retrieve the local time for the specified Coordinated Universal Time (UTC).LocalTimeFromUtcTimeResponseContains the response from the LocalTimeFromUtcTimeRequest class.LockInvoicePricingRequest包含数据,需要这些数据来 lock the total price of products and services that are specified in the invoice.LockInvoicePricingResponseContains the response from the LockInvoicePricingRequest class.LockSalesOrderPricingRequest包含数据,需要这些数据来 lock the total price of products and services that are specified in the sales order (order).LockSalesOrderPricingResponseContains the response from the LockSalesOrderPricingRequest class.LogFailureBulkOperationRequest仅供内部使用。LogFailureBulkOperationResponse仅供内部使用。LogSuccessBulkOperationRequest仅供内部使用。LogSuccessBulkOperationResponse仅供内部使用。LoseOpportunityRequest包含数据,需要这些数据来 set the state of an opportunity to Lost.LoseOpportunityResponseContains the response from the LoseOpportunityRequest class.MakeAvailableToOrganizationReportRequest已弃用。 Use the UpdateRequest class.MakeAvailableToOrganizationReportResponse已弃用。 Use the UpdateRequest class and its associated response class.MakeAvailableToOrganizationTemplateRequest已弃用。 Use the UpdateRequest class.MakeAvailableToOrganizationTemplateResponse已弃用。 Use the UpdateRequest class and its associated response class.MakeUnavailableToOrganizationReportRequest已弃用。 Use the UpdateRequest class.MakeUnavailableToOrganizationReportResponse已弃用。 Use the UpdateRequest class and its associated response class.MakeUnavailableToOrganizationTemplateRequest已弃用。 Use the UpdateRequest class.MakeUnavailableToOrganizationTemplateResponse已弃用。 Use the UpdateRequest class and its associated response class.MergeRequest包含数据,需要这些数据来 merge the information from two entity records of the same type.MergeResponseContains the response from the MergeRequest class.MissingComponentContains the data to describe a solution component that is required by a solution but not found in the system.ModifyAccessRequest包含数据,需要这些数据来 replace the access rights on the target record for the specified security principal (user or team).ModifyAccessResponseContains the response from the ModifyAccessRequest class.ObjectiveRelationContains the data that describes the scheduling strategy for an AppointmentRequest and that overrides the default constraints.OrganizationResourcesContains data regarding the resources used by an organization.ParseImportRequest包含数据,需要这些数据来 submit an asynchronous job that parses all import files that are associated with the specified import (data import).ParseImportResponseContains the response from the ParseImportRequest class.PrincipalAccessContains access rights information for the security principal (user or team).ProcessInboundEmailRequest包含数据,需要这些数据来 process the email responses from a marketing campaign.ProcessInboundEmailResponseContains the response from the ProcessInboundEmailRequest class.ProcessOneMemberBulkOperationRequest仅供内部使用。ProcessOneMemberBulkOperationResponse仅供内部使用。PropagateByExpressionRequest包含数据,需要这些数据来 create a quick campaign to distribute an activity to accounts, contacts, or leads that are selected by a query.PropagateByExpressionResponseContains the response from the PropagateByExpressionRequest class.ProposalPartyRepresents a party (user, team, or resource) that is needed for the proposed appointment.ProvisionLanguageRequest包含数据,需要这些数据来 provision a new language.ProvisionLanguageResponseContains the response from the ProvisionLanguageRequest class.PublishAllXmlRequest包含数据,需要这些数据来 publish all changes to solution components.PublishAllXmlResponseContains the response from the PublishAllXmlRequest class.PublishDuplicateRuleRequest包含数据,需要这些数据来 submit an asynchronous job to publish a duplicate rule.PublishDuplicateRuleResponseContains the response from the PublishDuplicateRuleRequest class.PublishXmlRequest包含数据,需要这些数据来 publish specified solution components.PublishXmlResponseContains the response from the PublishXmlRequest class.QualifyLeadRequest包含数据,需要这些数据来 qualify a lead and create account, contact, and opportunity records that are linked to the originating lead record.QualifyLeadResponseContains the response from the QualifyLeadRequest class.QualifyMemberListRequest包含数据,需要这些数据来 qualify the specified list and either override the list members or remove them according to the specified option.QualifyMemberListResponseContains the response from the QualifyMemberListRequest class.QueryExpressionToFetchXmlRequest包含数据,需要这些数据来 convert a query, which is represented as a QueryExpression class, to its equivalent query, which is represented as FetchXML.QueryExpressionToFetchXmlResponseContains the response from the QueryExpressionToFetchXmlRequest class.QueryMultipleSchedulesRequest包含数据,需要这些数据来 search multiple resources for available time block that match the specified parameters.QueryMultipleSchedulesResponseContains the response from the QueryMultipleSchedulesRequest class.QueryScheduleRequest包含数据,需要这些数据来 search the specified resource for an available time block that matches the specified parameters.QueryScheduleResponseContains response from QueryScheduleRequest.ReassignObjectsOwnerRequest包含数据,需要这些数据来 reassign all records that are owned by the security principal (user or team) to another security principal (user or team).ReassignObjectsOwnerResponseContains the response from the ReassignObjectsOwnerRequest class.ReassignObjectsSystemUserRequest包含数据,需要这些数据来 reassign all records that are owned by a specified user to another security principal (user or team).ReassignObjectsSystemUserResponseContains the response from the ReassignObjectsSystemUserRequest class.RecalculateRequest包含数据,需要这些数据来 recalculate system-computed values for rollup fields in the goal hierarchy.RecalculateResponseContains the response from the RecalculateRequest.RelationshipAuditDetailContains the audited details of a change in a relationship.RemoveItemCampaignActivityRequest包含数据,需要这些数据来 remove an item from a campaign activity.RemoveItemCampaignActivityResponseContains the response from the RemoveItemCampaignActivityRequest class.RemoveItemCampaignRequest包含数据,需要这些数据来 remove an item from a campaign.RemoveItemCampaignResponseContains the response from the RemoveItemCampaignRequest class.RemoveMemberListRequest包含数据,需要这些数据来 remove a member from a list (marketing list).RemoveMemberListResponseContains the response from the RemoveMemberListRequest class.RemoveMembersTeamRequest包含数据,需要这些数据来 remove members from a team.RemoveMembersTeamResponseContains the response from the RemoveMembersTeamRequest class.RemoveParentRequest包含数据,需要这些数据来 remove the parent for a system user (user) record.RemoveParentResponseContains the response from the RemoveParentRequest class.RemovePrivilegeRoleRequest包含数据,需要这些数据来 remove a privilege from an existing role.RemovePrivilegeRoleResponseContains the response from the RemovePrivilegeRoleRequest class.RemoveProductFromKitRequest包含数据,需要这些数据来 remove a product from a kit.RemoveProductFromKitResponseContains the response from the RemoveProductFromKitRequest.RemoveRelatedRequestUse the DisassociateRequest class. 包含数据,需要这些数据来 remove the relationship between the specified records for specific relationships.RemoveRelatedResponseContains the response from the RemoveRelatedRequest class.RemoveSolutionComponentRequest包含数据,需要这些数据来 remove a component from an unmanaged solution.RemoveSolutionComponentResponseContains the response from the RemoveSolutionComponentRequest class.RemoveSubstituteProductRequest已弃用。 Use the DisassociateRequest class.RemoveSubstituteProductResponse已弃用。 Use the DisassociateRequest class and its associated response class.RenewContractRequest包含数据,需要这些数据来 renew a contract and create the contract details for a new contract.RenewContractResponseContains the response from the RenewContractRequest class.ReplacePrivilegesRoleRequest包含数据,需要这些数据来 replace the privilege set of an existing role.ReplacePrivilegesRoleResponseContains the response from the ReplacePrivilegesRoleRequest class.RequiredResourceSpecifies a resource that is required for a scheduling operation.RescheduleRequestContains the data that is needed to reschedule an appointment, recurring appointment, or service appointment (service activity).RescheduleResponseContains the response from the RescheduleRequest class.ResetUserFiltersRequest包含数据,需要这些数据来 reset the offline data filters for the calling user to the default filters for the organization.ResetUserFiltersResponseContains the response from the ResetUserFiltersRequest class.ResourceInfoContains information about a resource that has a scheduling problem for an appointment.RetrieveAbsoluteAndSiteCollectionUrlRequestContains the data that is needed to retrieve the absolute URL and the site collection URL for a SharePoint location record in Microsoft Dynamics CRM.RetrieveAbsoluteAndSiteCollectionUrlResponseContains the response from the RetrieveAbsoluteAndSiteCollectionUrlRequest class.RetrieveAllChildUsersSystemUserRequest包含数据,需要这些数据来 retrieve the collection of users that report to the specified system user (user).RetrieveAllChildUsersSystemUserResponseContains the response from the RetrieveAllChildUsersSystemUserRequest class.RetrieveApplicationRibbonRequest包含数据,需要这些数据来 retrieve the data that defines the content and behavior of the application ribbon.RetrieveApplicationRibbonResponseContains the response from the RetrieveApplicationRibbonRequest class.RetrieveAttributeChangeHistoryRequest包含数据,需要这些数据来 retrieve all metadata changes to a specific attribute.RetrieveAttributeChangeHistoryResponseContains the response from the RetrieveAttributeChangeHistoryRequest class.RetrieveAuditDetailsRequest包含数据,需要这些数据来 retrieve the full audit details from an Audit record.RetrieveAuditDetailsResponseContains the response from the RetrieveAuditDetailsRequest class.RetrieveAuditPartitionListRequest包含数据,需要这些数据来 retrieve the list of database partitions that are used to store audited history data.RetrieveAuditPartitionListResponseContains the response from the RetrieveAuditPartitionListRequest class.RetrieveAvailableLanguagesRequest包含数据,需要这些数据来 retrieve the list of language packs that are installed on the server.RetrieveAvailableLanguagesResponseContains the response from the RetrieveAvailableLanguagesRequest class.RetrieveBusinessHierarchyBusinessUnitRequest包含数据,需要这些数据来 retrieve all business units (including the specified business unit) from the business unit hierarchy.RetrieveBusinessHierarchyBusinessUnitResponseContains the response from the RetrieveBusinessHierarchyBusinessUnitRequest class.RetrieveByGroupResourceRequestContains the data that is needed to retrieve all resources that are related to the specified resource group (scheduling group).RetrieveByGroupResourceResponseContains the response from the RetrieveByGroupResourceRequest class.RetrieveByResourceResourceGroupRequestContains the data that is needed to retrieve the resource groups (scheduling groups) that contain the specified resource.RetrieveByResourceResourceGroupResponseContains the response from the RetrieveByResourceResourceGroupRequest class.RetrieveByResourcesServiceRequestContains the data that is needed to retrieve the collection of services that are related to the specified set of resources.RetrieveByResourcesServiceResponseContains the response from the RetrieveByResourcesServiceRequest class.RetrieveByTopIncidentProductKbArticleRequest包含数据,需要这些数据来 retrieve the top-ten articles about a specified product from the knowledge base of articles for your organization.RetrieveByTopIncidentProductKbArticleResponseContains the response from the RetrieveByTopIncidentProductKbArticleRequest class.RetrieveByTopIncidentSubjectKbArticleRequest包含数据,需要这些数据来 retrieve the top-ten articles about a specified subject from the knowledge base of articles for your organization.RetrieveByTopIncidentSubjectKbArticleResponseContains the response from the RetrieveByTopIncidentSubjectKbArticleRequest class.RetrieveDependenciesForDeleteRequest包含数据,需要这些数据来 retrieve a collection of dependency records that describe any solution components that would prevent a solution component from being deleted.RetrieveDependenciesForDeleteResponseContains the response from the RetrieveDependenciesForDeleteRequest class.RetrieveDependenciesForUninstallRequest包含数据,需要这些数据来 retrieve a list of the solution component dependencies that can prevent you from uninstalling a managed solution.RetrieveDependenciesForUninstallResponseContains the response from the RetrieveDependenciesForUninstallRequest class.RetrieveDependentComponentsRequest包含数据,需要这些数据来 retrieves a list dependencies for solution components that directly depend on a solution component.RetrieveDependentComponentsResponseContains the response from the RetrieveDependentComponentsRequest class.RetrieveDeploymentLicenseTypeRequest包含数据,需要这些数据来 retrieve the type of license for a deployment of Microsoft Dynamics CRM.RetrieveDeploymentLicenseTypeResponseContains the response from the RetrieveDeploymentLicenseTypeRequest class.RetrieveDeprovisionedLanguagesRequest包含数据,需要这些数据来 retrieve a list of language packs that are installed on the server that have been disabled.RetrieveDeprovisionedLanguagesResponseContains the response from the RetrieveDeprovisionedLanguagesRequest class.RetrieveDuplicatesRequest包含数据,需要这些数据来 detect and retrieve duplicates for a specified record.RetrieveDuplicatesResponseContains the response from the RetrieveDuplicatesRequest class.RetrieveEntityRibbonRequest包含数据,需要这些数据来 retrieve ribbon definitions for an entity.RetrieveEntityRibbonResponseContains the response from the RetrieveEntityRibbonRequest class.RetrieveExchangeRateRequest包含数据,需要这些数据来 retrieve the exchange rate.RetrieveExchangeRateResponseContains the response from the RetrieveExchangeRateRequest class.RetrieveFilteredFormsRequest包含数据,需要这些数据来 retrieve the entity forms that are available for a specified user.RetrieveFilteredFormsResponseContains the response from the RetrieveFilteredFormsRequest class.RetrieveFormattedImportJobResultsRequest包含数据,需要这些数据来 retrieve the formatted results from an import job.RetrieveFormattedImportJobResultsResponseContains the response from the RetrieveFormattedImportJobResultsRequest class.RetrieveFormXmlRequest仅供内部使用。RetrieveFormXmlResponse仅供内部使用。RetrieveInstalledLanguagePacksRequest包含数据,需要这些数据来 retrieve the list of language packs that are installed on the server.RetrieveInstalledLanguagePacksResponseContains the response from the RetrieveInstalledLanguagePacksRequest class.RetrieveInstalledLanguagePackVersionRequest包含数据,需要这些数据来 retrieve the version of an installed language pack.RetrieveInstalledLanguagePackVersionResponseContains the response from the RetrieveInstalledLanguagePackVersionRequest class.RetrieveLicenseInfoRequest包含数据,需要这些数据来 retrieve the number of used and available licenses for a deployment of Microsoft Dynamics CRM.RetrieveLicenseInfoResponseContains the response from the RetrieveLicenseInfoRequest class.RetrieveLocLabelsRequest包含数据,需要这些数据来 retrieve localized labels for a limited set of entity attributes.RetrieveLocLabelsResponseContains the response from the RetrieveLocLabelsRequest class.RetrieveMembersBulkOperationRequest包含数据,需要这些数据来 retrieve the members of a bulk operation.RetrieveMembersBulkOperationResponseContains the response from the RetrieveMembersBulkOperationRequest class.RetrieveMembersTeamRequest已弃用。 Use the RetrieveMultipleRequest class.RetrieveMembersTeamResponse已弃用。 Use the RetrieveMembersTeamRequest class.RetrieveMissingComponentsRequest包含数据,需要这些数据来 retrieve a list of missing components in the target organization.RetrieveMissingComponentsResponseContains the response from the RetrieveMissingComponentsRequest class.RetrieveMissingDependenciesRequest包含数据,需要这些数据来 retrieve any required solution components that are not included in the solution.RetrieveMissingDependenciesResponseContains the response from the RetrieveMissingDependenciesRequest class.RetrieveOrganizationResourcesRequest包含数据,需要这些数据来 retrieve the resources that are used by an organization.RetrieveOrganizationResourcesResponseContains the response from the RetrieveOrganizationResourcesRequest class.RetrieveParentGroupsResourceGroupRequestContains the data needed to retrieve the collection of the parent resource groups of the specified resource group (scheduling group).RetrieveParentGroupsResourceGroupResponseContains the response from the RetrieveParentGroupsResourceGroupRequest class.RetrieveParsedDataImportFileRequest包含数据,需要这些数据来 retrieve the data from the parse table.RetrieveParsedDataImportFileResponseContains the response from the RetrieveParsedDataImportFileRequest class.RetrievePersonalWallRequest包含数据,需要这些数据来 retrieve pages of posts, including comments for each post, for all records that the calling user is following.RetrievePersonalWallResponseContains the response from the RetrievePersonalWallRequest class.RetrievePrincipalAccessRequest包含数据,需要这些数据来 retrieve the access rights of the specified security principal (team or user) to the specified record.RetrievePrincipalAccessResponseContains the response from the RetrievePrincipalAccessRequest class.RetrievePrincipalAttributePrivilegesRequest包含数据,需要这些数据来 retrieves all the secured attribute privileges a user or team has through direct or indirect (through team membership) associations with the FieldSecurityProfile entity.RetrievePrincipalAttributePrivilegesResponseContains the response from the RetrievePrincipalAttributePrivilegesRequest class.RetrievePrivilegeSetRequestContains the data needed to retrieve the set of privileges defined in the system.RetrievePrivilegeSetResponseContains the response from the RetrievePrivilegeSetRequest class.RetrieveProvisionedLanguagePackVersionRequest包含数据,需要这些数据来 retrieve the version of a provisioned language pack.RetrieveProvisionedLanguagePackVersionResponseContains the response from the RetrieveProvisionedLanguagePackVersionRequest class.RetrieveProvisionedLanguagesRequest包含数据,需要这些数据来 retrieve the list of provisioned languages.RetrieveProvisionedLanguagesResponseContains the response from the RetrieveProvisionedLanguagesRequest class.RetrieveRecordChangeHistoryRequest包含数据,需要这些数据来 retrieve all attribute data changes for a specific entity.RetrieveRecordChangeHistoryResponseContains the response from the RetrieveRecordChangeHistoryRequest class.RetrieveRecordWallRequest包含数据,需要这些数据来 retrieve pages of posts, including comments for each post, for a specified record.RetrieveRecordWallResponseContains the response from the RetrieveRecordWallRequest class.RetrieveRequiredComponentsRequest包含数据,需要这些数据来 retrieve a collection of solution components that are required for a solution component.RetrieveRequiredComponentsResponseContains the response from the RetrieveRequiredComponentsRequest class.RetrieveRolePrivilegesRoleRequestContains the data that is needed to retrieve the privileges that are assigned to the specified role.RetrieveRolePrivilegesRoleResponseContains the response from the RetrieveRolePrivilegesRoleRequest class.RetrieveSharedPrincipalsAndAccessRequest包含数据,需要这些数据来 retrieve all security principals (users or teams) that have access to, and access rights for, the specified record.RetrieveSharedPrincipalsAndAccessResponseContains the response from the RetrieveSharedPrincipalsAndAccessRequest class.RetrieveSubGroupsResourceGroupRequestContains the data that is needed to retrieve the collection of child resource groups from the specified resource group (scheduling group).RetrieveSubGroupsResourceGroupResponseContains the response from the RetrieveSubGroupsResourceGroupRequest class.RetrieveSubsidiaryTeamsBusinessUnitRequest已弃用。 Use the RetrieveMultipleRequest class.Contains the data needed to retrieve a collection of entity instances based on the specified query criteria.RetrieveSubsidiaryTeamsBusinessUnitResponse已弃用。 Use the RetrieveMultipleRequest class and its associated response class.RetrieveSubsidiaryUsersBusinessUnitRequest已弃用。 Use the RetrieveMultipleRequest class.Contains the data needed to retrieve all user information from the child business units of the specified business unit.RetrieveSubsidiaryUsersBusinessUnitResponse已弃用。 Use the RetrieveSubsidiaryUsersBusinessUnitRequest message.RetrieveTeamPrivilegesRequestContains the data that is needed to retrieve the privileges for a team.RetrieveTeamPrivilegesResponseContains the response from the RetrieveTeamPrivilegesRequest class.RetrieveTeamsSystemUserRequest已弃用。 Use the RetrieveMultipleRequest class.Contains the data needed to retrieve the list of teams of which the specified user is a member.RetrieveTeamsSystemUserResponse已弃用。 Use the RetrieveTeamsSystemUserRequest message.RetrieveUnpublishedMultipleRequest包含数据,需要这些数据来 retrieve a collection of unpublished organization-owned records that satisfy the specified query criteria.RetrieveUnpublishedMultipleResponseContains the response from the RetrieveUnpublishedMultipleRequest class.RetrieveUnpublishedRequest包含数据,需要这些数据来 retrieve an unpublished record.RetrieveUnpublishedResponseContains the response from the RetrieveUnpublishedRequest class.RetrieveUserPrivilegesRequestContains the data needed to retrieve the privileges a system user (user) has through his or her roles in the specified business unit.RetrieveUserPrivilegesResponseContains the response from the RetrieveUserPrivilegesRequest class.RetrieveUserSettingsSystemUserRequest已弃用。 Use the RetrieveMultipleRequest class.Contains the data needed to retrieve the user settings for the specified system user (user).RetrieveUserSettingsSystemUserResponse已弃用。 Use the RetrieveMultipleRequest class and its associated response class.RetrieveVersionRequest包含数据,需要这些数据来 retrieve the version number of the Microsoft Dynamics CRM 服务器.RetrieveVersionResponseContains the response from the RetrieveVersionRequest class.ReviseQuoteRequest包含数据,需要这些数据来 set the state of a quote to Draft.ReviseQuoteResponseContains the response from the ReviseQuoteRequest class.RevokeAccessRequest包含数据,需要这些数据来 replace the access rights on the target record for the specified security principal (user or team).RevokeAccessResponseContains the response from the RevokeAccessRequest class.RolePrivilegeContains information about a privilege.RolePrivilegeAuditDetailRepresents audited changes to the privileges of a security role.RollupRequest包含数据,需要这些数据来 retrieve all the entity records that are related to the specified record.RollupResponseContains the response from the RollupRequest class.SearchByBodyKbArticleRequest包含数据,需要这些数据来 search for knowledge base articles that contain the specified body text.SearchByBodyKbArticleResponseContains the response from the SearchByBodyKbArticleRequest class.SearchByKeywordsKbArticleRequest包含数据,需要这些数据来 search for knowledge base articles that contain the specified keywords.SearchByKeywordsKbArticleResponseContains the response from the SearchByKeywordsKbArticleRequest class.SearchByTitleKbArticleRequest包含数据,需要这些数据来 search for knowledge base articles that contain the specified title.SearchByTitleKbArticleResponseContains the response from the SearchByTitleKbArticleRequest class.SearchRequestContains the data needed to search for available time slots that fulfill the specified appointment request.SearchResponseContains the response from the SearchRequest class.SearchResultsContains the results from the SearchRequest message.SendBulkMailRequest包含数据,需要这些数据来 send bulk email messages.SendBulkMailResponseContains the response from the SendBulkMailRequest class.SendEmailFromTemplateRequest包含数据,需要这些数据来 send an email message using a template.SendEmailFromTemplateResponseContains the response from the SendEmailFromTemplateRequest class.SendEmailRequest包含数据,需要这些数据来 send an email message.SendEmailResponseContains the response from the BackgroundSendEmailRequest class.SendFaxRequest包含数据,需要这些数据来 send a fax.SendFaxResponseContains the response from the SendFaxRequest class.SendTemplateRequestContains the data that is needed to send a bulk email message that is created from a template.SendTemplateResponseContains the response from the SendTemplateRequest class.SetBusinessEquipmentRequest包含数据,需要这些数据来 assign equipment (facility/equipment) to a specific business unit.SetBusinessEquipmentResponseContains the response from the SetBusinessEquipmentRequest class.SetBusinessSystemUserRequest包含数据,需要这些数据来 move a system user (user) to a different business unit.SetBusinessSystemUserResponseContains the response from the SetBusinessSystemUserRequest class.SetLocLabelsRequest包含数据,需要这些数据来 set localized labels for a limited set of entity attributes.SetLocLabelsResponseContains the response from the SetLocLabelsRequest class.SetParentBusinessUnitRequest包含数据,需要这些数据来 set the parent business unit for a business unit.SetParentBusinessUnitResponseContains the response from the SetParentBusinessUnitRequest class.SetParentSystemUserRequestContains the data needed to set a new parent system user (user) for the specified user.SetParentSystemUserResponseContains the response from the SetParentSystemUserRequest class.SetParentTeamRequestContains the data needed to set the parent business unit of a team.SetParentTeamResponseContains the response from the SetParentTeamRequest class.SetRelatedRequestContains the data needed to create a relationship between a set of records that participate in specific relationships.SetRelatedResponseContains the response from the SetRelatedRequest class.SetReportRelatedRequestContains the data needed to link an instance of a report entity to related entities.SetReportRelatedResponseContains the response from SetReportRelatedRequest.SetStateRequest包含数据,需要这些数据来 set the state of an entity record.SetStateResponseContains the response from the SetStateRequest class.ShareAuditDetailRepresents a shared audit detail record.StatusUpdateBulkOperationRequest仅供内部使用。StatusUpdateBulkOperationResponse仅供内部使用。TimeInfoSpecifies a set of time blocks with appointment information.TraceInfoSpecifies the results of a scheduling operation using the SearchRequest messages.TransformImportRequest包含数据,需要这些数据来 submit an asynchronous job that transforms the parsed data.TransformImportResponseContains the response from the TransformImportRequest class.TriggerServiceEndpointCheckRequest包含数据,需要这些数据来 validate the configuration of a Windows Azure platform AppFabric solution’s service endpoint.TriggerServiceEndpointCheckResponseContains the response from the TriggerServiceEndpointCheckRequest.UninstallSampleDataRequest UninstallSampleDataResponse UnlockInvoicePricingRequest包含数据,需要这些数据来 unlock pricing for an invoice.UnlockInvoicePricingResponseContains the response from the UnlockInvoicePricingRequest class.UnlockSalesOrderPricingRequest包含数据,需要这些数据来 unlock pricing for a sales order (order).UnlockSalesOrderPricingResponseContains the response from the UnlockSalesOrderPricingRequest class.UnpublishDuplicateRuleRequest包含数据,需要这些数据来 submit an asynchronous job to unpublish a duplicate rule.UnpublishDuplicateRuleResponseContains the response from the UnpublishDuplicateRuleRequest class.UpdateUserSettingsSystemUserRequest已弃用。 Use the UpdateRequest class.UpdateUserSettingsSystemUserResponse已弃用。 Use the UpdateRequest class and its associated response class.UserAccessAuditDetail仅供内部使用。UtcTimeFromLocalTimeRequest包含数据,需要这些数据来 retrieve the Coordinated Universal Time (UTC) for the specified local time.UtcTimeFromLocalTimeResponseContains the response from the UtcTimeFromLocalTimeRequest class.ValidateRecurrenceRuleRequest包含数据,需要这些数据来 validate a rule for a recurring appointment.ValidateRecurrenceRuleResponseContains the response from the ValidateRecurrenceRuleRequest class.ValidateRequest包含数据,需要这些数据来 verify that an appointment or service appointment (service activity) has valid available resources for the activity, duration, and site, as appropriate.ValidateResponseContains the response from the ValidateRequest class.ValidateSavedQueryRequest包含数据,需要这些数据来 validate a saved query (view).ValidateSavedQueryResponseContains the response from the ValidateSavedQueryRequest class.ValidationResultContains the result from the RescheduleRequest messages.VerifyProcessStateDataRequest仅供内部使用。VerifyProcessStateDataResponseContains the response from the VerifyProcessStateDataRequest class.WhoAmIRequest包含数据,需要这些数据来 retrieve the system user ID for the currently logged on user or the user under whose context the code is running.WhoAmIResponseContains the response from the WhoAmIRequest class.WinOpportunityRequest包含数据,需要这些数据来 set the state of an opportunity to Won.WinOpportunityResponseContains the response from the WinOpportunityRequest class.WinQuoteRequest包含数据,需要这些数据来 set the state of a quote to Won.WinQuoteResponseContains the response from the WinQuoteRequest class.

 


Dynamics CRM 2013

Microsoft.Xrm.Sdk.Message

ClassDescriptionAssociateRequestContains the data that is needed to create a link between records.AssociateResponseContains the response from the AssociateRequest class.CanBeReferencedRequestContains the data that is needed to check whether the specified entity can be the primary entity (one) in a one-to-many relationship.CanBeReferencedResponseContains the response from the CanBeReferencedRequest class.CanBeReferencingRequestContains the data that is needed to check whether an entity can be the referencing entity in a one-to-many relationship.CanBeReferencingResponseContains the response from the CanBeReferencingRequest class.CanManyToManyRequestContains the data that is needed to check whether an entity can participate in a many-to-many relationship.CanManyToManyResponseContains the response from the CanManyToManyRequest class.CreateAttributeRequestContains the data that is needed to create a new attribute, and optionally, to add it to a specified unmanaged solution.CreateAttributeResponseContains the response from the CreateAttributeRequest class.CreateEntityRequestContains the data that is needed to create a custom entity, and optionally, to add it to a specified unmanaged solution.CreateEntityResponseContains the response from the CreateEntityRequest class.CreateManyToManyRequestContains the data that is needed to create a new Many-to-Many (N:N) entity relationship.CreateManyToManyResponseContains the response from the CreateManyToManyRequest class.CreateOneToManyRequestContains the data that is needed to create a new One-to-Many (1:N) entity relationship.CreateOneToManyResponseContains the response from the CreateOneToManyRequest class.CreateOptionSetRequestContains the data that is needed to create a new global option set.CreateOptionSetResponseContains the response from the CreateOptionSetRequest class.CreateRequestContains the data that is needed to create a record.CreateResponseContains the response from the CreateRequest class.DeleteAttributeRequestContains the data that is needed to delete an attribute.DeleteAttributeResponseContains the response from the DeleteAttributeRequest class.DeleteEntityRequestContains the data that is needed to delete an entity.DeleteEntityResponseContains the response from the DeleteEntityRequest class.DeleteOptionSetRequestContains the data that is needed to delete a global option set.DeleteOptionSetResponseContains the response from the DeleteOptionSetRequest class.DeleteOptionValueRequestContains the data that is needed to delete an option value in a global or local option set.DeleteOptionValueResponseContains the response from the DeleteOptionValueRequest class.DeleteRelationshipRequestContains the data that is needed to delete an entity relationship.DeleteRelationshipResponseContains the response from the DeleteRelationshipRequest class.DeleteRequestContains the data that is needed to delete a record.DeleteResponseContains the response from the DeleteRequest class.DisassociateRequestContains the data that is needed to delete a link between records.DisassociateResponseContains the response from the DisassociateRequest class.ExecuteAsyncRequestContains the data that is needed to execute a message asynchronously.ExecuteAsyncResponseContains the response from the ExecuteAsyncRequest class.ExecuteMultipleRequestContains the data that is needed to execute one or more message requests as a single batch operation, and optionally return a collection of results.ExecuteMultipleResponseContains the response from the ExecuteMultipleRequest class.GetValidManyToManyRequestContains the data that is needed to retrieve a list of all the entities that can participate in a Many-to-Many entity relationship.GetValidManyToManyResponseContains the response from the GetValidManyToManyRequest class.GetValidReferencedEntitiesRequestContains the data that is needed to retrieve a list of entity logical names that are valid as the primary entity (one) from the specified entity in a one-to-many relationship.GetValidReferencedEntitiesResponseContains the response from the GetValidReferencedEntitiesRequest class.GetValidReferencingEntitiesRequestContains the data that is needed to retrieve the set of entities that are valid as the related entity (many) to the specified entity in a one-to-many relationship.GetValidReferencingEntitiesResponseContains the response from the GetValidReferencingEntitiesRequest class.InsertOptionValueRequestContains the data that is needed to insert a new option value for a global or local option set.InsertOptionValueResponseContains the response from the InsertOptionValueRequest class.InsertStatusValueRequestContains the data that is needed to insert a new option into a StatusAttributeMetadata attribute.InsertStatusValueResponseContains the response from the InsertStatusValueRequest class.IsDataEncryptionActiveRequestContains the data that is needed to check if data encryption is currently running (active or inactive).IsDataEncryptionActiveResponseContains the response from the IsDataEncryptionActiveRequest class.OrderOptionRequestContains the data that is needed to set the order for an option set.OrderOptionResponseContains the response from the OrderOptionRequest class.RetrieveAllEntitiesRequestContains the data that is needed to retrieve metadata information about all the entities.RetrieveAllEntitiesResponseContains the response from the RetrieveAllEntitiesRequest class.RetrieveAllManagedPropertiesRequestContains the data that is needed to retrieve all managed property definitionsRetrieveAllManagedPropertiesResponseContains the response from the RetrieveAllManagedPropertiesRequest class.RetrieveAllOptionSetsRequestContains the data that is needed to retrieve information about all global option sets.RetrieveAllOptionSetsResponseContains the response from the RetrieveAllOptionSetsRequest class.RetrieveAttributeRequestContains the data that is needed to retrieve attribute metadata.RetrieveAttributeResponseContains the response from the RetrieveAttributeRequest class.RetrieveDataEncryptionKeyRequestContains the data that is needed to retrieve the data encryption key value.RetrieveDataEncryptionKeyResponseContains the response from the RetrieveDataEncryptionKeyResponse class.RetrieveEntityRequestContains the data that is needed to retrieve entity metadata.RetrieveEntityResponseContains the response from the RetrieveEntityRequest class.RetrieveManagedPropertyRequestContains the data that is needed to retrieve a managed property definition.RetrieveManagedPropertyResponseContains the response from the RetrieveManagedPropertyRequest class.RetrieveMetadataChangesRequestContains the data that is needed to to retrieve a collection of metadata records that satisfy the specified criteria. The RetrieveMetadataChangesResponse returns a timestamp value that can be used with this request at a later time to return information about how metadata has changed since the last request.RetrieveMetadataChangesResponseContains the response from the RetrieveMetadataChangesRequest message.RetrieveMultipleRequestContains the data that is needed to retrieve a collection of records that satisfy the specified query criteria.RetrieveMultipleResponseContains the response from the RetrieveMultipleRequest class.RetrieveOptionSetRequestContains the data that is needed to retrieve a global option set.RetrieveOptionSetResponseContains the response from the RetrieveOptionSetRequest class.RetrieveRelationshipRequestContains the data that is needed to retrieve entity relationship metadata.RetrieveRelationshipResponseContains the response from the RetrieveRelationshipRequest class.RetrieveRequestContains the data that is needed to retrieve a record.RetrieveResponseContains the response from the RetrieveRequest class.RetrieveTimestampRequestContains the data that is needed to retrieves a time stamp for the metadata.RetrieveTimestampResponseContains the response from the RetrieveTimestampRequest class.SetDataEncryptionKeyRequestContains the data that is needed to set or restore the data encryption key.SetDataEncryptionKeyResponseContains the response from the SetDataEncryptionKeyRequest class.UpdateAttributeRequestContains the data that is needed to update the definition of an attribute.UpdateAttributeResponseContains the response from the UpdateAttributeRequest class.UpdateEntityRequestContains the data that is needed to update the definition of an entity.UpdateEntityResponseContains the response from the UpdateEntityRequest class.UpdateOptionSetRequestContains the data that is needed to update the definition of a global option set.UpdateOptionSetResponseContains the response from the UpdateOptionSetRequest class.UpdateOptionValueRequestContains the data that is needed to update an option value in a global or local option set.UpdateOptionValueResponseContains the response from the UpdateOptionValueRequest class.UpdateRelationshipRequestContains the data that is needed to update the definition of an entity relationship.UpdateRelationshipResponseContains the response from the UpdateRelationshipRequest class.UpdateRequestContains the data that is needed to update an existing record.UpdateResponseContains the response from the UpdateRequest class.UpdateStateValueRequestContains the data that is needed to update an option set value in for a StateAttributeMetadata attribute.UpdateStateValueResponseContains the response from the UpdateStateValueRequest class.


Microsoft.Crm.Sdk.Message

ClassDescriptionAddItemCampaignActivityRequestContains the data that is needed to add an item to a campaign activity.AddItemCampaignActivityResponseContains the response from the AddItemCampaignActivityRequest class.AddItemCampaignRequestContains the data that is needed to add an item to a campaign.AddItemCampaignResponseContains the response from the AddItemCampaignRequest class.AddListMembersListRequestContains the data that is needed to add members to the list.AddListMembersListResponseContains the response from the AddListMembersListRequest class.AddMemberListRequestContains the data that is needed to add a member to a list (marketing list).AddMemberListResponseContains the response from the AddMemberListRequest class.AddMembersTeamRequestContains the data that is needed to add members to a team.AddMembersTeamResponseContains the response from the AddMembersTeamRequest class.AddPrincipalToQueueRequestContains the data to add the specified principal to the list of queue members. If the principal is a team, add each team member to the queue.AddPrincipalToQueueResponseContains the response from the AddPrincipalToQueueRequest message.This message was added with CRM 2013 Service Pack 1 (on-premises) and CRM Online Spring ‘14.AddPrivilegesRoleRequestContains the data that is needed to add a set of existing privileges to an existing role.AddPrivilegesRoleResponseContains the response from the AddPrivilegesRoleRequest class.AddProductToKitRequestContains the data that is needed to add a product to a kit.AddProductToKitResponseContains the response from the AddProductToKitRequest class.AddRecurrenceRequestContains the data that is needed to add recurrence information to an existing appointment.AddRecurrenceResponseContains the response from the AddRecurrenceRequest class.AddSolutionComponentRequestContains the data that is needed to add a solution component to an unmanaged solution.AddSolutionComponentResponseContains the response from the AddSolutionComponentRequest message.AddSubstituteProductRequestDeprecated. Use the AssociateRequest class. Adds a link between two entity instances in a many-to-many relationship.AddSubstituteProductResponseDeprecated. Use the AssociateRequest class and its associated response class. Contains the response from the AddSubstituteProductRequest class.AddToQueueRequestContains the data that is needed to move an entity record from a source queue to a destination queue.AddToQueueResponseContains the response from the AddToQueueRequest class.AddUserToRecordTeamRequestContains the data that is needed to add a user to the auto created access team for the specified record.AddUserToRecordTeamResponseContains the response from the AddUserToRecordTeamRequest class.ApplyRoutingRuleRequestContains the data that is needed to apply the active routing rule to an incident.ApplyRoutingRuleResponseContains the response from the ApplyRoutingRuleRequest message.This message was added with CRM 2013 Service Pack 1 (on-premises) and CRM Online Spring ‘14.AppointmentProposalRepresents a proposed appointment time and date as a result of the SearchRequest message.AppointmentRequestProvides the details of an appointment request for the SearchRequest class.AppointmentsToIgnoreSpecifies the appointments to ignore in an appointment request from the SearchRequest class.AssignRequestContains the data that is needed to assign the specified record to a new owner (user or team) by changing the OwnerId attribute of the record.AssignResponseContains the response from the AssignRequest.AssociateEntitiesRequestDeprecated. Use the AssociateRequest class. Contains the data that is needed to add a link between two entity instances in a many-to-many relationship.AssociateEntitiesResponseDeprecated. Use the AssociateRequest class and its associated response class. Contains the response from the AssociateEntitiesRequest class.AttributeAuditDetailContains the details of changes to entity attributes.AuditDetailProvides a base class for storing the details of data changes.AuditDetailCollectionContains a collection of AuditDetail objects.AuditPartitionDetailIdentifies a Microsoft SQL Server partition that is used to store changes to entity data records.AuditPartitionDetailCollectionContains a data collection of AuditDetail objects.AutoMapEntityRequestContains the data that is needed to generate a new set of attribute mappings based on the metadata.AutoMapEntityResponseContains the response from the AutoMapEntityRequest class.BackgroundSendEmailRequestContains the data that is needed to send email messages asynchronously.BackgroundSendEmailResponseContains the response from the BackgroundSendEmailRequest class.BookRequestContains the data that is needed to schedule or “book” an appointment, recurring appointment, or service appointment (service activity).BookResponseContains the response from the BookRequest class.BulkDeleteRequestContains the data that is needed to submit a bulk delete job that deletes selected records in bulk. This job runs asynchronously in the background without blocking other activities.BulkDeleteResponseContains the response from the BulkDeleteRequest class.BulkDetectDuplicatesRequestContains the data that is needed to submit an asynchronous system job that detects and logs multiple duplicate records.BulkDetectDuplicatesResponseContains the response from the BulkDetectDuplicatesRequest class.BulkOperationStatusCloseRequestFor internal use only.BulkOperationStatusCloseResponseFor internal use only.BusinessNotificationFor internal use only.BusinessNotificationParameterFor internal use only.CalculateActualValueOpportunityRequestContains the data that is needed to calculate the value of an opportunity that is in the "Won" state.CalculateActualValueOpportunityResponseContains the response from the CalculateActualValueOpportunityRequest class.CalculateTotalTimeIncidentRequestContains the data that is needed to calculate the total time, in minutes, that you used while you worked on an incident (case).CalculateTotalTimeIncidentResponseContains the response from the CalculateTotalTimeIncidentRequest class.CancelContractRequestContains the data that is needed to cancel a contract.CancelContractResponseContains the response from the CancelContractRequest class.CancelSalesOrderRequestContains the data that is needed to cancel a sales order (order).CancelSalesOrderResponseContains the response from the CancelSalesOrderRequest class.CheckIncomingEmailRequestContains the data that is needed to check whether the incoming email message is relevant to the Microsoft Dynamics CRM system.CheckIncomingEmailResponseContains the response from the CheckIncomingEmailRequest class.CheckPromoteEmailRequestContains the data that is needed to check whether the incoming email message should be promoted to the Microsoft Dynamics CRM system.CheckPromoteEmailResponseContains the response from the CheckPromoteEmailRequest class.CleanUpBulkOperationRequestFor internal use only.CleanUpBulkOperationResponseFor internal use only.CloneContractRequestContains the data that is needed to copy an existing contract and its line items.CloneContractResponseContains the response from the CancelContractRequest class.CloseIncidentRequestContains the data that is needed to close an incident (case).CloseIncidentResponseContains the response from the CloseIncidentRequest class.CloseQuoteRequestContains the data that is needed to close a quote.CloseQuoteResponseContains the response from the CloseQuoteRequest class.ComponentDetailProvides additional information about the solution components that are related to a missing component.CompoundCreateRequestDeprecated. Use the CreateRequest class. Creates a compound entity, such as a sales order (order), invoice, quote, or duplicate rule (duplicate detection rule); and its related entity, such as a sales order detail (order product), invoice detail (invoice product), quote detail (quote product), or duplicate rule condition.CompoundCreateResponseDeprecated. Use the CreateRequest class and its associated response class.CompoundUpdateDuplicateDetectionRuleRequestContains the data that is needed to update a duplicate rule (duplicate detection rule) and its related duplicate rule conditions.CompoundUpdateDuplicateDetectionRuleResponseContains the response from the CompoundUpdateDuplicateDetectionRuleRequest class.CompoundUpdateRequestDeprecated. Use the CreateRequest class. Contains the data that is needed to update a compound record, such as a sales order (order), invoice, quote, or duplicate rule (duplicate detection rule); and its related detail record, such as a sales order detail (order product), invoice detail (invoice product), quote detail (quote product), or duplicate rule condition.CompoundUpdateResponseDeprecated. Use the CreateRequest class and its associated response class. Contains the response from the CompoundUpdateRequest class.ConstraintRelationSpecifies additional constraints to be applied when you select resources for appointments.ConvertKitToProductRequestContains the data that is needed to convert a kit to a product.ConvertKitToProductResponseContains the response from the ConvertKitToProductRequest class.ConvertOwnerTeamToAccessTeamRequestContains the data that is needed to convert a team of type owner to a team of type access.ConvertOwnerTeamToAccessTeamResponseContains the response from the ConvertOwnerTeamToAccessTeamRequest class.ConvertProductToKitRequestContains the data that is needed to convert a product to a kit.ConvertProductToKitResponseContains the response from the ConvertProductToKitRequest class.ConvertQuoteToSalesOrderRequestContains the data that is needed to convert a quote to a sales order.ConvertQuoteToSalesOrderResponseContains the response from the ConvertQuoteToSalesOrderRequest class.ConvertSalesOrderToInvoiceRequestContains the data that is needed to convert a sales order to an invoice.ConvertSalesOrderToInvoiceResponseContains the response from the ConvertSalesOrderToInvoiceRequest class.CopyCampaignRequestContains the data that is needed to copy a campaign.CopyCampaignResponseContains the response from the CopyCampaignRequest class.CopyCampaignResponseRequestContains the data that is needed to create a copy of the campaign response.CopyCampaignResponseResponseContains the response from the CopyCampaignResponseRequest class.CopyDynamicListToStaticRequestContains the data that is needed to create a static list from the specified dynamic list and add the members that satisfy the dynamic list query criteria to the static list.CopyDynamicListToStaticResponseContains the response from the CopyDynamicListToStaticRequest class.CopyMembersListRequestContains the data that is needed to copy the members from the source list to the target list without creating duplicates.CopyMembersListResponseContains the response from the CopyMembersListRequest class.CopySystemFormRequestContains the data that is needed to create a new entity form that is based on an existing entity form.CopySystemFormResponseContains the response from the CopySystemFormRequest class.CreateActivitiesListRequestContains the data that is needed to create a quick campaign to distribute an activity to members of a list (marketing list).CreateActivitiesListResponseContains the response from the CreateActivitiesListRequest class.CreateExceptionRequestContains the data that is needed to create an exception for the recurring appointment instance.CreateExceptionResponseContains the response from the CreateExceptionRequest class.CreateInstanceRequestContains the data that is needed to create future unexpanded instances for the recurring appointment master.CreateInstanceResponseContains the response from the CreateInstanceRequest class.CreateWorkflowFromTemplateRequestContains the data that is needed to create a workflow (process) from a workflow template.CreateWorkflowFromTemplateResponseContains the response from the CreateWorkflowFromTemplateRequest class.DeleteAuditDataRequestContains the data that is needed to delete all audit data records up until a specified end date.DeleteAuditDataResponseContains the response from the DeleteAuditDataRequest class.DeleteOpenInstancesRequestContains the data that is needed to delete instances of a recurring appointment master that have an “Open” state.DeleteOpenInstancesResponseContains the response from the DeleteOpenInstancesRequest class.DeliverIncomingEmailRequestContains the data that is needed to create an email activity record from an incoming email message (Track in CRM).DeliverIncomingEmailResponseContains the response from the DeliverIncomingEmailRequest class.DeliverPromoteEmailRequestContains the data that is needed to create an email activity record from the specified email message (Track in CRM).DeliverPromoteEmailResponseContains the response from the DeliverPromoteEmailRequest class.DeprovisionLanguageRequestContains the data that is needed to deprovision a language.DeprovisionLanguageResponseContains the response from the DeprovisionLanguageRequest class.DisassociateEntitiesRequestDeprecated. Use the DisassociateRequest class. Contains the data that is needed to remove a link between two entity instances in a many-to-many relationship.DisassociateEntitiesResponseDeprecated. Use the DisassociateRequest class and its associated response class. Contains the response from the DisassociateEntitiesRequest class.DistributeCampaignActivityRequestContains the data that is needed to create a bulk operation that distributes a campaign activity. The appropriate activities, such as a phone call or fax, are created for the members of the list that is associated with the specified campaign activity.DistributeCampaignActivityResponseContains the response from the DistributeCampaignActivityRequest class.DownloadReportDefinitionRequestContains the data that is needed to download a report definition.DownloadReportDefinitionResponseContains the response from the DownloadReportDefinitionRequest class.ErrorInfoSpecifies the results of a scheduling operation using the ValidateRequest, BookRequest, or RescheduleRequest message.ExecuteByIdSavedQueryRequestContains the data that is needed to execute a saved query (view) that has the specified ID.ExecuteByIdSavedQueryResponseContains the response from the ExecuteByIdSavedQueryRequest class.ExecuteByIdUserQueryRequestContains the data that is needed to execute the user query (saved view) that has the specified ID.ExecuteByIdUserQueryResponseContains the response from the ExecuteByIdUserQueryRequest class.ExecuteFetchRequestDeprecated. Use the RetrieveMultipleRequest class.ExecuteFetchResponseDeprecated. Use the RetrieveMultipleRequest class and its associated response class.ExecuteWorkflowRequestContains the data that is needed to execute a workflow.ExecuteWorkflowResponseContains the response from the ExecuteWorkflowResponse class.ExpandCalendarRequestContains the data that is needed to convert the calendar rules to an array of available time blocks for the specified period.ExpandCalendarResponseContains the response from the ExpandCalendarRequest class.ExportMappingsImportMapRequestContains the data that is needed to export a data map as an XML formatted data.ExportMappingsImportMapResponseContains the response from the ExportMappingsImportMapRequest class.ExportSolutionRequestContains the data that is needed to export a solution.ExportSolutionResponseContains the response from the ExportSolutionRequest class.ExportTranslationRequestContains the data that is needed to export all translations for a specific solution to a compressed file.ExportTranslationResponseContains the response from the ExportTranslationRequest class.FetchXmlToQueryExpressionRequestContains the data that is needed to convert a query in FetchXML to a QueryExpression.FetchXmlToQueryExpressionResponseContains the response from the FetchXmlToQueryExpressionRequest class.FindParentResourceGroupRequestContains the data that is needed to find a parent resource group (scheduling group) for the specified resource groups (scheduling groups).FindParentResourceGroupResponseContains the response from the FindParentResourceGroupRequest class.FulfillSalesOrderRequestContains the data that is needed to fulfill the sales order (order).FulfillSalesOrderResponseContains the response from the FulfillSalesOrderRequest class.GenerateInvoiceFromOpportunityRequestContains the data that is needed to generate an invoice from an opportunity.GenerateInvoiceFromOpportunityResponseContains the response from the GenerateInvoiceFromOpportunityRequest class.GenerateQuoteFromOpportunityRequestContains the data that is needed to generate a quote from an opportunity.GenerateQuoteFromOpportunityResponseContains the response from the GenerateQuoteFromOpportunityRequest class.GenerateSalesOrderFromOpportunityRequestContains the data that is needed to generate a sales order (order) from an opportunity.GenerateSalesOrderFromOpportunityResponseContains the response from the GenerateSalesOrderFromOpportunityRequest class.GenerateSocialProfileRequestContains the data to return an existing social profile record if one exists, otherwise generates a new one and returns it.GenerateSocialProfileResponseContains the response from the GenerateSocialProfileRequest message.GetAllTimeZonesWithDisplayNameRequestContains the data that is needed to retrieve all the time zone definitions for the specified locale and to return only the display name attribute.GetAllTimeZonesWithDisplayNameResponseContains the response from the GetAllTimeZonesWithDisplayNameRequest class.GetDecryptionKeyRequestFor internal use only. See RetrieveDataEncryptionKeyRequest.GetDecryptionKeyResponseFor internal use only.GetDistinctValuesImportFileRequestContains the data that is needed to retrieve distinct values from the parse table for a column in the source file that contains list values.GetDistinctValuesImportFileResponseContains the response from the GetDistinctValuesImportFileRequest class.GetHeaderColumnsImportFileRequestContains the data that is needed to retrieve the source-file column headings; or retrieve the system-generated column headings if the source file does not contain column headings.GetHeaderColumnsImportFileResponseContains the response from the GetHeaderColumnsImportFileRequest class.GetInvoiceProductsFromOpportunityRequestContains the data that is needed to retrieve the products from an opportunity and copy them to the invoice.GetInvoiceProductsFromOpportunityResponseContains the response from the GetInvoiceProductsFromOpportunityRequest class.GetQuantityDecimalRequestContains the data that is needed to get the quantity decimal value of a product for the specified entity in the target.GetQuantityDecimalResponseContains the response from the GetQuantityDecimalRequest class.GetQuoteProductsFromOpportunityRequestContains the data that is needed to retrieve the products from an opportunity and copy them to the quote.GetQuoteProductsFromOpportunityResponseContains the response from the GetQuoteProductsFromOpportunityRequest class.GetReportHistoryLimitRequestContains the data that is needed to retrieve the history limit for a report.GetReportHistoryLimitResponseContains the response from the GetReportHistoryLimitRequest class.GetSalesOrderProductsFromOpportunityRequestContains the data that is needed to retrieve the products from an opportunity and copy them to the sales order (order).GetSalesOrderProductsFromOpportunityResponseContains the response from the GetSalesOrderProductsFromOpportunityRequest class.GetTimeZoneCodeByLocalizedNameRequestContains the data that is needed to retrieve the time zone code for the specified localized time zone name.GetTimeZoneCodeByLocalizedNameResponseContains the response from the GetTimeZoneCodeByLocalizedNameRequest class.GetTrackingTokenEmailRequestContains the data that is needed to return a tracking token that can then be passed as a parameter to the SendEmailRequest message.GetTrackingTokenEmailResponseContains the response from the GetTrackingTokenEmailRequest class.GrantAccessRequestContains the data that is needed to grant a security principal (user or team) access to the specified record.GrantAccessResponseContains the response from the GrantAccessRequest class.ImportMappingsImportMapRequestContains the data that is needed to import the XML representation of a data map and create an import map (data map) based on this data.ImportMappingsImportMapResponseContains the response from the ImportMappingsImportMapRequest class.ImportRecordsImportRequestContains the data that is needed to submit an asynchronous job that uploads the transformed data into Microsoft Dynamics CRM.ImportRecordsImportResponseContains the response from the ImportRecordsImportRequest class.ImportSolutionRequestContains the data that is needed to import a solution.ImportSolutionResponseContains the response from the ImportSolutionRequest class.ImportTranslationRequestContains the data that is needed to import translations from a compressed file.ImportTranslationResponseContains the response from the ImportTranslationRequest class.InitializeFromRequestContains the data that is needed to initialize a new record from an existing record.InitializeFromResponseContains the response from the InitializeFromRequest class.InputArgument InputArgumentCollection InstallSampleDataRequestContains the data that is needed to install the sample data.InstallSampleDataResponseContains the response from the InstallSampleDataRequest class.InstantiateFiltersRequestContains the data that is needed to instantiate a set of filters for CRM for Outlook for the specified user.InstantiateFiltersResponseContains the response from the InstantiateFiltersRequest class.InstantiateTemplateRequestContains the parameters that are needed to create an email message from a template (email template).InstantiateTemplateResponseContains the response from the InstantiateTemplateRequest class.IsBackOfficeInstalledRequestDeprecated. Checks whether Microsoft Dynamics GP 9.0 is installed.IsBackOfficeInstalledResponseDeprecated.IsComponentCustomizableRequestContains the data that is needed to determine whether a solution component is customizable.IsComponentCustomizableResponseContains the response from the IsComponentCustomizableRequest class.IsValidStateTransitionRequestContains the data that is needed to validate the state transition.IsValidStateTransitionResponseContains the response from the IsValidStateTransitionRequest class.LocalTimeFromUtcTimeRequestContains the data that is needed to retrieve the local time for the specified Coordinated Universal Time (UTC).LocalTimeFromUtcTimeResponseContains the response from the LocalTimeFromUtcTimeRequest class.LockInvoicePricingRequestContains the data that is needed to lock the total price of products and services that are specified in the invoice.LockInvoicePricingResponseContains the response from the LockInvoicePricingRequest class.LockSalesOrderPricingRequestContains the data that is needed to lock the total price of products and services that are specified in the sales order (order).LockSalesOrderPricingResponseContains the response from the LockSalesOrderPricingRequest class.LogFailureBulkOperationRequestFor internal use only.LogFailureBulkOperationResponseFor internal use only.LogSuccessBulkOperationRequestFor internal use only.LogSuccessBulkOperationResponseFor internal use only.LoseOpportunityRequestContains the data that is needed to set the state of an opportunity to Lost.LoseOpportunityResponseContains the response from the LoseOpportunityRequest class.MakeAvailableToOrganizationReportRequestDeprecated. Use the UpdateRequest class.MakeAvailableToOrganizationReportResponseDeprecated. Use the UpdateRequest class and its associated response class.MakeAvailableToOrganizationTemplateRequestDeprecated. Use the UpdateRequest class.MakeAvailableToOrganizationTemplateResponseDeprecated. Use the UpdateRequest class and its associated response class.MakeUnavailableToOrganizationReportRequestDeprecated. Use the UpdateRequest class.MakeUnavailableToOrganizationReportResponseDeprecated. Use the UpdateRequest class and its associated response class.MakeUnavailableToOrganizationTemplateRequestDeprecated. Use the UpdateRequest class.MakeUnavailableToOrganizationTemplateResponseDeprecated. Use the UpdateRequest class and its associated response class.MergeRequestContains the data that is needed to merge the information from two entity records of the same type.MergeResponseContains the response from the MergeRequest class.MissingComponentContains the data to describe a solution component that is required by a solution but not found in the system.ModifyAccessRequestContains the data that is needed to replace the access rights on the target record for the specified security principal (user or team).ModifyAccessResponseContains the response from the ModifyAccessRequest class.ObjectiveRelationContains the data that describes the scheduling strategy for an AppointmentRequest and that overrides the default constraints.OrganizationResourcesContains data regarding the resources used by an organization.ParseImportRequestContains the data that is needed to submit an asynchronous job that parses all import files that are associated with the specified import (data import).ParseImportResponseContains the response from the ParseImportRequest class.PickFromQueueRequestContains the data that is needed to assign a queue item to a user and optionally remove the queue item from the queue.PickFromQueueResponseContains the response from the PickFromQueueRequest message.This message was added with CRM 2013 Service Pack 1 (on-premises) and CRM Online Spring ‘14.PrincipalAccessContains access rights information for the security principal (user or team).ProcessInboundEmailRequestContains the data that is needed to process the email responses from a marketing campaign.ProcessInboundEmailResponseContains the response from the ProcessInboundEmailRequest class.ProcessOneMemberBulkOperationRequestFor internal use only.ProcessOneMemberBulkOperationResponseFor internal use only.PropagateByExpressionRequestContains the data that is needed to create a quick campaign to distribute an activity to accounts, contacts, or leads that are selected by a query.PropagateByExpressionResponseContains the response from the PropagateByExpressionRequest class.ProposalPartyRepresents a party (user, team, or resource) that is needed for the proposed appointment.ProvisionLanguageRequestContains the data that is needed to provision a new language.ProvisionLanguageResponseContains the response from the ProvisionLanguageRequest class.PublishAllXmlRequestContains the data that is needed to publish all changes to solution components.PublishAllXmlResponseContains the response from the PublishAllXmlRequest class.PublishDuplicateRuleRequestContains the data that is needed to submit an asynchronous job to publish a duplicate rule.PublishDuplicateRuleResponseContains the response from the PublishDuplicateRuleRequest class.PublishXmlRequestContains the data that is needed to publish specified solution components.PublishXmlResponseContains the response from the PublishXmlRequest class.QualifyLeadRequestContains the data that is needed to qualify a lead and create account, contact, and opportunity records that are linked to the originating lead record.QualifyLeadResponseContains the response from the QualifyLeadRequest class.QualifyMemberListRequestContains the data that is needed to qualify the specified list and either override the list members or remove them according to the specified option.QualifyMemberListResponseContains the response from the QualifyMemberListRequest class.QueryExpressionToFetchXmlRequestContains the data that is needed to convert a query, which is represented as a QueryExpression class, to its equivalent query, which is represented as FetchXML.QueryExpressionToFetchXmlResponseContains the response from the QueryExpressionToFetchXmlRequest class.QueryMultipleSchedulesRequestContains the data that is needed to search multiple resources for available time block that match the specified parameters.QueryMultipleSchedulesResponseContains the response from the QueryMultipleSchedulesRequest class.QueryScheduleRequestContains the data that is needed to search the specified resource for an available time block that matches the specified parameters.QueryScheduleResponseContains response from QueryScheduleRequest.ReassignObjectsOwnerRequestContains the data that is needed to reassign all records that are owned by the security principal (user or team) to another security principal (user or team).ReassignObjectsOwnerResponseContains the response from the ReassignObjectsOwnerRequest class.ReassignObjectsSystemUserRequestContains the data that is needed to reassign all records that are owned by a specified user to another security principal (user or team).ReassignObjectsSystemUserResponseContains the response from the ReassignObjectsSystemUserRequest class.RecalculateRequestContains the data that is needed to recalculate system-computed values for rollup fields in the goal hierarchy.RecalculateResponseContains the response from the RecalculateRequest.RelationshipAuditDetailContains the audited details of a change in a relationship.ReleaseToQueueRequestContains the data that is needed to assign a queue item back to the queue owner so others can pick it.ReleaseToQueueResponseContains the response from the ReleaseToQueueRequest message.This message was added with CRM 2013 Service Pack 1 (on-premises) and CRM Online Spring ‘14.RemoveFromQueueRequestContains the data that is needed to remove a queue item from a queue.RemoveFromQueueResponseContains the response from the RemoveFromQueueRequest message.This message was added with CRM 2013 Service Pack 1 (on-premises) and CRM Online Spring ‘14.RemoveItemCampaignActivityRequestContains the data that is needed to remove an item from a campaign activity.RemoveItemCampaignActivityResponseContains the response from the RemoveItemCampaignActivityRequest class.RemoveItemCampaignRequestContains the data that is needed to remove an item from a campaign.RemoveItemCampaignResponseContains the response from the RemoveItemCampaignRequest class.RemoveMemberListRequestContains the data that is needed to remove a member from a list (marketing list).RemoveMemberListResponseContains the response from the RemoveMemberListRequest class.RemoveMembersTeamRequestContains the data that is needed to remove members from a team.RemoveMembersTeamResponseContains the response from the RemoveMembersTeamRequest class.RemoveParentRequestContains the data that is needed to remove the parent for a system user (user) record.RemoveParentResponseContains the response from the RemoveParentRequest class.RemovePrivilegeRoleRequestContains the data that is needed to remove a privilege from an existing role.RemovePrivilegeRoleResponseContains the response from the RemovePrivilegeRoleRequest class.RemoveProductFromKitRequestContains the data that is needed to remove a product from a kit.RemoveProductFromKitResponseContains the response from the RemoveProductFromKitRequest.RemoveRelatedRequestUse the DisassociateRequest class. Contains the data that is needed to remove the relationship between the specified records for specific relationships.RemoveRelatedResponseContains the response from the RemoveRelatedRequest class.RemoveSolutionComponentRequestContains the data that is needed to remove a component from an unmanaged solution.RemoveSolutionComponentResponseContains the response from the RemoveSolutionComponentRequest class.RemoveSubstituteProductRequestDeprecated. Use the DisassociateRequest class.RemoveSubstituteProductResponseDeprecated. Use the DisassociateRequest class and its associated response class.RemoveUserFromRecordTeamRequestContains the data that is needed to remove a user from the auto created access team for the specified record.RemoveUserFromRecordTeamResponseContains the response from the RemoveUserFromRecordTeamRequest class.RenewContractRequestContains the data that is needed to renew a contract and create the contract details for a new contract.RenewContractResponseContains the response from the RenewContractRequest class.RenewEntitlementRequestContains the data that is needed to renew an entitlement.RenewEntitlementResponseContains the response from the RenewEntitlementRequest message.This message was added with CRM 2013 Service Pack 1 (on-premises) and CRM Online Spring ‘14.ReplacePrivilegesRoleRequestContains the data that is needed to replace the privilege set of an existing role.ReplacePrivilegesRoleResponseContains the response from the ReplacePrivilegesRoleRequest class.RequiredResourceSpecifies a resource that is required for a scheduling operation.RescheduleRequestContains the data that is needed to reschedule an appointment, recurring appointment, or service appointment (service activity).RescheduleResponseContains the response from the RescheduleRequest class.ResetUserFiltersRequestContains the data that is needed to reset the offline data filters for the calling user to the default filters for the organization.ResetUserFiltersResponseContains the response from the ResetUserFiltersRequest class.ResourceInfoContains information about a resource that has a scheduling problem for an appointment.RetrieveAbsoluteAndSiteCollectionUrlRequestContains the data that is needed to retrieve the absolute URL and the site collection URL for a SharePoint location record in Microsoft Dynamics CRM.RetrieveAbsoluteAndSiteCollectionUrlResponseContains the response from the RetrieveAbsoluteAndSiteCollectionUrlRequest class.RetrieveAllChildUsersSystemUserRequestContains the data that is needed to retrieve the collection of users that report to the specified system user (user).RetrieveAllChildUsersSystemUserResponseContains the response from the RetrieveAllChildUsersSystemUserRequest class.RetrieveApplicationRibbonRequestContains the data that is needed to retrieve the data that defines the content and behavior of the application ribbon.RetrieveApplicationRibbonResponseContains the response from the RetrieveApplicationRibbonRequest class.RetrieveAttributeChangeHistoryRequestContains the data that is needed to retrieve all metadata changes to a specific attribute.RetrieveAttributeChangeHistoryResponseContains the response from the RetrieveAttributeChangeHistoryRequest class.RetrieveAuditDetailsRequestContains the data that is needed to retrieve the full audit details from an Audit record.RetrieveAuditDetailsResponseContains the response from the RetrieveAuditDetailsRequest class.RetrieveAuditPartitionListRequestContains the data that is needed to retrieve the list of database partitions that are used to store audited history data.RetrieveAuditPartitionListResponseContains the response from the RetrieveAuditPartitionListRequest class.RetrieveAvailableLanguagesRequestContains the data that is needed to retrieve the list of language packs that are installed and enabled on the server.RetrieveAvailableLanguagesResponseContains the response from the RetrieveAvailableLanguagesRequest class.RetrieveBusinessHierarchyBusinessUnitRequestContains the data that is needed to retrieve all business units (including the specified business unit) from the business unit hierarchy.RetrieveBusinessHierarchyBusinessUnitResponseContains the response from the RetrieveBusinessHierarchyBusinessUnitRequest class.RetrieveByGroupResourceRequestContains the data that is needed to retrieve all resources that are related to the specified resource group (scheduling group).RetrieveByGroupResourceResponseContains the response from the RetrieveByGroupResourceRequest class.RetrieveByResourceResourceGroupRequestContains the data that is needed to retrieve the resource groups (scheduling groups) that contain the specified resource.RetrieveByResourceResourceGroupResponseContains the response from the RetrieveByResourceResourceGroupRequest class.RetrieveByResourcesServiceRequestContains the data that is needed to retrieve the collection of services that are related to the specified set of resources.RetrieveByResourcesServiceResponseContains the response from the RetrieveByResourcesServiceRequest class.RetrieveByTopIncidentProductKbArticleRequestContains the data that is needed to retrieve the top-ten articles about a specified product from the knowledge base of articles for your organization.RetrieveByTopIncidentProductKbArticleResponseContains the response from the RetrieveByTopIncidentProductKbArticleRequest class.RetrieveByTopIncidentSubjectKbArticleRequestContains the data that is needed to retrieve the top-ten articles about a specified subject from the knowledge base of articles for your organization.RetrieveByTopIncidentSubjectKbArticleResponseContains the response from the RetrieveByTopIncidentSubjectKbArticleRequest class.RetrieveDependenciesForDeleteRequestContains the data that is needed to retrieve a collection of dependency records that describe any solution components that would prevent a solution component from being deleted.RetrieveDependenciesForDeleteResponseContains the response from the RetrieveDependenciesForDeleteRequest class.RetrieveDependenciesForUninstallRequestContains the data that is needed to retrieve a list of the solution component dependencies that can prevent you from uninstalling a managed solution.RetrieveDependenciesForUninstallResponseContains the response from the RetrieveDependenciesForUninstallRequest class.RetrieveDependentComponentsRequestContains the data that is needed to retrieves a list dependencies for solution components that directly depend on a solution component.RetrieveDependentComponentsResponseContains the response from the RetrieveDependentComponentsRequest class.RetrieveDeploymentLicenseTypeRequestContains the data that is needed to retrieve the type of license for a deployment of Microsoft Dynamics CRM.RetrieveDeploymentLicenseTypeResponseContains the response from the RetrieveDeploymentLicenseTypeRequest class.RetrieveDeprovisionedLanguagesRequestContains the data that is needed to retrieve a list of language packs that are installed on the server that have been disabled.RetrieveDeprovisionedLanguagesResponseContains the response from the RetrieveDeprovisionedLanguagesRequest class.RetrieveDuplicatesRequestContains the data that is needed to detect and retrieve duplicates for a specified record.RetrieveDuplicatesResponseContains the response from the RetrieveDuplicatesRequest class.RetrieveEntityRibbonRequestContains the data that is needed to retrieve ribbon definitions for an entity.RetrieveEntityRibbonResponseContains the response from the RetrieveEntityRibbonRequest class.RetrieveExchangeRateRequestContains the data that is needed to retrieve the exchange rate.RetrieveExchangeRateResponseContains the response from the RetrieveExchangeRateRequest class.RetrieveFilteredFormsRequestContains the data that is needed to retrieve the entity forms that are available for a specified user.RetrieveFilteredFormsResponseContains the response from the RetrieveFilteredFormsRequest class.RetrieveFormattedImportJobResultsRequestContains the data that is needed to retrieve the formatted results from an import job.RetrieveFormattedImportJobResultsResponseContains the response from the RetrieveFormattedImportJobResultsRequest class.RetrieveFormXmlRequestFor internal use only.RetrieveFormXmlResponseFor internal use only.RetrieveInstalledLanguagePacksRequestContains the data that is needed to retrieve the list of language packs that are installed on the server.RetrieveInstalledLanguagePacksResponseContains the response from the RetrieveInstalledLanguagePacksRequest class.RetrieveInstalledLanguagePackVersionRequestContains the data that is needed to retrieve the version of an installed language pack.RetrieveInstalledLanguagePackVersionResponseContains the response from the RetrieveInstalledLanguagePackVersionRequest class.RetrieveLicenseInfoRequestContains the data that is needed to retrieve the number of used and available licenses for a deployment of Microsoft Dynamics CRM.RetrieveLicenseInfoResponseContains the response from the RetrieveLicenseInfoRequest class.RetrieveLocLabelsRequestContains the data that is needed to retrieve localized labels for a limited set of entity attributes.RetrieveLocLabelsResponseContains the response from the RetrieveLocLabelsRequest class.RetrieveMembersBulkOperationRequestContains the data that is needed to retrieve the members of a bulk operation.RetrieveMembersBulkOperationResponseContains the response from the RetrieveMembersBulkOperationRequest class.RetrieveMembersTeamRequestDeprecated. Use the RetrieveMultipleRequest class.RetrieveMembersTeamResponseDeprecated. Use the RetrieveMultipleRequest class and its associated response class. Contains the response from the RetrieveMembersTeamRequest class.RetrieveMissingComponentsRequestContains the data that is needed to retrieve a list of missing components in the target organization.RetrieveMissingComponentsResponseContains the response from the RetrieveMissingComponentsRequest class.RetrieveMissingDependenciesRequestContains the data that is needed to retrieve any required solution components that are not included in the solution.RetrieveMissingDependenciesResponseContains the response from the RetrieveMissingDependenciesRequest class.RetrieveOrganizationResourcesRequestContains the data that is needed to retrieve the resources that are used by an organization.RetrieveOrganizationResourcesResponseContains the response from the RetrieveOrganizationResourcesRequest class.RetrieveParentGroupsResourceGroupRequestContains the data needed to retrieve the collection of the parent resource groups of the specified resource group (scheduling group).RetrieveParentGroupsResourceGroupResponseContains the response from the RetrieveParentGroupsResourceGroupRequest class.RetrieveParsedDataImportFileRequestContains the data that is needed to retrieve the data from the parse table.RetrieveParsedDataImportFileResponseContains the response from the RetrieveParsedDataImportFileRequest class.RetrievePersonalWallRequestContains the data that is needed to retrieve pages of posts, including comments for each post, for all records that the calling user is following.RetrievePersonalWallResponseContains the response from the RetrievePersonalWallRequest class.RetrievePrincipalAccessRequestContains the data that is needed to retrieve the access rights of the specified security principal (team or user) to the specified record.RetrievePrincipalAccessResponseContains the response from the RetrievePrincipalAccessRequest class.RetrievePrincipalAttributePrivilegesRequestContains the data that is needed to retrieves all the secured attribute privileges a user or team has through direct or indirect (through team membership) associations with the FieldSecurityProfile entity.RetrievePrincipalAttributePrivilegesResponseContains the response from the RetrievePrincipalAttributePrivilegesRequest class.RetrievePrivilegeSetRequestContains the data needed to retrieve the set of privileges defined in the system.RetrievePrivilegeSetResponseContains the response from the RetrievePrivilegeSetRequest class.RetrieveProvisionedLanguagePackVersionRequestContains the data that is needed to retrieve the version of a provisioned language pack.RetrieveProvisionedLanguagePackVersionResponseContains the response from the RetrieveProvisionedLanguagePackVersionRequest class.RetrieveProvisionedLanguagesRequestContains the data that is needed to retrieve the list of provisioned languages.RetrieveProvisionedLanguagesResponseContains the response from the RetrieveProvisionedLanguagesRequest class.RetrieveRecordChangeHistoryRequestContains the data that is needed to retrieve all attribute data changes for a specific entity.RetrieveRecordChangeHistoryResponseContains the response from the RetrieveRecordChangeHistoryRequest class.RetrieveRecordWallRequestContains the data that is needed to retrieve pages of posts, including comments for each post, for a specified record.RetrieveRecordWallResponseContains the response from the RetrieveRecordWallRequest class.RetrieveRequiredComponentsRequestContains the data that is needed to retrieve a collection of solution components that are required for a solution component.RetrieveRequiredComponentsResponseContains the response from the RetrieveRequiredComponentsRequest class.RetrieveRolePrivilegesRoleRequestContains the data that is needed to retrieve the privileges that are assigned to the specified role.RetrieveRolePrivilegesRoleResponseContains the response from the RetrieveRolePrivilegesRoleRequest class.RetrieveSharedPrincipalsAndAccessRequestContains the data that is needed to retrieve all security principals (users or teams) that have access to, and access rights for, the specified record.RetrieveSharedPrincipalsAndAccessResponseContains the response from the RetrieveSharedPrincipalsAndAccessRequest class.RetrieveSubGroupsResourceGroupRequestContains the data that is needed to retrieve the collection of child resource groups from the specified resource group (scheduling group).RetrieveSubGroupsResourceGroupResponseContains the response from the RetrieveSubGroupsResourceGroupRequest class.RetrieveSubsidiaryTeamsBusinessUnitRequestDeprecated. Use the RetrieveMultipleRequest class.Contains the data needed to retrieve a collection of entity instances based on the specified query criteria.RetrieveSubsidiaryTeamsBusinessUnitResponseDeprecated. Use the RetrieveMultipleRequest class and its associated response class.RetrieveSubsidiaryUsersBusinessUnitRequestDeprecated. Use the RetrieveMultipleRequest class.Contains the data needed to retrieve all user information from the child business units of the specified business unit.RetrieveSubsidiaryUsersBusinessUnitResponseDeprecated. Use the RetrieveMultipleRequest class and its associated response class.Contains the response from the RetrieveSubsidiaryUsersBusinessUnitRequest message.RetrieveTeamPrivilegesRequestContains the data that is needed to retrieve the privileges for a team.RetrieveTeamPrivilegesResponseContains the response from the RetrieveTeamPrivilegesRequest class.RetrieveTeamsSystemUserRequestDeprecated. Use the RetrieveMultipleRequest class.Contains the data needed to retrieve the list of teams of which the specified user is a member.RetrieveTeamsSystemUserResponseDeprecated. Use the RetrieveMultipleRequest class and its associated response class.Contains the response from the RetrieveTeamsSystemUserRequest message.RetrieveUnpublishedMultipleRequestContains the data that is needed to retrieve a collection of unpublished organization-owned records that satisfy the specified query criteria.RetrieveUnpublishedMultipleResponseContains the response from the RetrieveUnpublishedMultipleRequest class.RetrieveUnpublishedRequestContains the data that is needed to retrieve an unpublished record.RetrieveUnpublishedResponseContains the response from the RetrieveUnpublishedRequest class.RetrieveUserPrivilegesRequestContains the data needed to retrieve the privileges a system user (user) has through his or her roles in the specified business unit.RetrieveUserPrivilegesResponseContains the response from the RetrieveUserPrivilegesRequest class.RetrieveUserQueuesRequestContains the data needed to retrieve all private queues of a specified user and optionally all public queues.RetrieveUserQueuesResponseContains the response from the RetrieveUserQueuesRequest message.RetrieveUserSettingsSystemUserRequestDeprecated. Use the RetrieveMultipleRequest class.Contains the data needed to retrieve the user settings for the specified system user (user).RetrieveUserSettingsSystemUserResponseDeprecated. Use the RetrieveMultipleRequest class and its associated response class.RetrieveVersionRequestContains the data that is needed to retrieve the version number of the Microsoft Dynamics CRM Server.RetrieveVersionResponseContains the response from the RetrieveVersionRequest class.ReviseQuoteRequestContains the data that is needed to set the state of a quote to Draft.ReviseQuoteResponseContains the response from the ReviseQuoteRequest class.RevokeAccessRequestContains the data that is needed to replace the access rights on the target record for the specified security principal (user or team).RevokeAccessResponseContains the response from the RevokeAccessRequest class.RolePrivilegeContains information about a privilege.RolePrivilegeAuditDetailRepresents audited changes to the privileges of a security role.RollupRequestContains the data that is needed to retrieve all the entity records that are related to the specified record.RollupResponseContains the response from the RollupRequest class.RouteToRequestContains the data that is needed to route a queue item to a queue, a user, or a team.RouteToResponseContains the response from the RouteToRequest message.This message was added with CRM 2013 Service Pack 1 (on-premises) and CRM Online Spring ‘14.SearchByBodyKbArticleRequestContains the data that is needed to search for knowledge base articles that contain the specified body text.SearchByBodyKbArticleResponseContains the response from the SearchByBodyKbArticleRequest class.SearchByKeywordsKbArticleRequestContains the data that is needed to search for knowledge base articles that contain the specified keywords.SearchByKeywordsKbArticleResponseContains the response from the SearchByKeywordsKbArticleRequest class.SearchByTitleKbArticleRequestContains the data that is needed to search for knowledge base articles that contain the specified title.SearchByTitleKbArticleResponseContains the response from the SearchByTitleKbArticleRequest class.SearchRequestContains the data needed to search for available time slots that fulfill the specified appointment request.SearchResponseContains the response from the SearchRequest class.SearchResultsContains the results from the SearchRequest message.SendBulkMailRequestContains the data that is needed to send bulk email messages.SendBulkMailResponseContains the response from the SendBulkMailRequest class.SendEmailFromTemplateRequestContains the data that is needed to send an email message using a template.SendEmailFromTemplateResponseContains the response from the SendEmailFromTemplateRequest class.SendEmailRequestContains the data that is needed to send an email message.SendEmailResponseContains the response from the BackgroundSendEmailRequest class.SendFaxRequestContains the data that is needed to send a fax.SendFaxResponseContains the response from the SendFaxRequest class.SendTemplateRequestContains the data that is needed to send a bulk email message that is created from a template.SendTemplateResponseContains the response from the SendTemplateRequest class.SetBusinessEquipmentRequestContains the data that is needed to assign equipment (facility/equipment) to a specific business unit.SetBusinessEquipmentResponseContains the response from the SetBusinessEquipmentRequest class.SetBusinessSystemUserRequestContains the data that is needed to move a system user (user) to a different business unit.SetBusinessSystemUserResponseContains the response from the SetBusinessSystemUserRequest class.SetLocLabelsRequestContains the data that is needed to set localized labels for a limited set of entity attributes.SetLocLabelsResponseContains the response from the SetLocLabelsRequest class.SetParentBusinessUnitRequestContains the data that is needed to set the parent business unit for a business unit.SetParentBusinessUnitResponseContains the response from the SetParentBusinessUnitRequest class.SetParentSystemUserRequestContains the data needed to set a new parent system user (user) for the specified user.SetParentSystemUserResponseContains the response from the SetParentSystemUserRequest class.SetParentTeamRequestContains the data needed to set the parent business unit of a team.SetParentTeamResponseContains the response from the SetParentTeamRequest class.SetRelatedRequestContains the data needed to create a relationship between a set of records that participate in specific relationships.SetRelatedResponseContains the response from the SetRelatedRequest class.SetReportRelatedRequestContains the data needed to link an instance of a report entity to related entities.SetReportRelatedResponseContains the response from SetReportRelatedRequest.SetStateRequestContains the data that is needed to set the state of an entity record.SetStateResponseContains the response from the SetStateRequest class.ShareAuditDetailRepresents a shared audit detail record.StatusUpdateBulkOperationRequestFor internal use only.StatusUpdateBulkOperationResponseFor internal use only.TimeInfoSpecifies a set of time blocks with appointment information.TraceInfoSpecifies the results of a scheduling operation using the ValidateRequest, BookRequest, RescheduleRequest, or SearchRequest messages.TransformImportRequestContains the data that is needed to submit an asynchronous job that transforms the parsed data.TransformImportResponseContains the response from the TransformImportRequest class.TriggerServiceEndpointCheckRequestContains the data that is needed to validate the configuration of a Microsoft Azure Service Bus solution’s service endpoint.TriggerServiceEndpointCheckResponseContains the response from the TriggerServiceEndpointCheckRequest.UninstallSampleDataRequest UninstallSampleDataResponse UnlockInvoicePricingRequestContains the data that is needed to unlock pricing for an invoice.UnlockInvoicePricingResponseContains the response from the UnlockInvoicePricingRequest class.UnlockSalesOrderPricingRequestContains the data that is needed to unlock pricing for a sales order (order).UnlockSalesOrderPricingResponseContains the response from the UnlockSalesOrderPricingRequest class.UnpublishDuplicateRuleRequestContains the data that is needed to submit an asynchronous job to unpublish a duplicate rule.UnpublishDuplicateRuleResponseContains the response from the UnpublishDuplicateRuleRequest class.UpdateUserSettingsSystemUserRequestDeprecated. Use the UpdateRequest class.UpdateUserSettingsSystemUserResponseDeprecated. Use the UpdateRequest class and its associated response class.UserAccessAuditDetailFor internal use only.UtcTimeFromLocalTimeRequestContains the data that is needed to retrieve the Coordinated Universal Time (UTC) for the specified local time.UtcTimeFromLocalTimeResponseContains the response from the UtcTimeFromLocalTimeRequest class.ValidateRecurrenceRuleRequestContains the data that is needed to validate a rule for a recurring appointment.ValidateRecurrenceRuleResponseContains the response from the ValidateRecurrenceRuleRequest class.ValidateRequestContains the data that is needed to verify that an appointment or service appointment (service activity) has valid available resources for the activity, duration, and site, as appropriate.ValidateResponseContains the response from the ValidateRequest class.ValidateSavedQueryRequestContains the data that is needed to validate a saved query (view).ValidateSavedQueryResponseContains the response from the ValidateSavedQueryRequest class.ValidationResultContains the result from the ValidateRequest, BookRequest, or RescheduleRequest messages.VerifyProcessStateDataRequestFor internal use only.VerifyProcessStateDataResponseContains the response from the VerifyProcessStateDataRequest class.WhoAmIRequestContains the data that is needed to retrieve the system user ID for the currently logged on user or the user under whose context the code is running.WhoAmIResponseContains the response from the WhoAmIRequest class.WinOpportunityRequestContains the data that is needed to set the state of an opportunity to Won.WinOpportunityResponseContains the response from the WinOpportunityRequest class.WinQuoteRequestContains the data that is needed to set the state of a quote to Won.WinQuoteResponseContains the response from the WinQuoteRequest class.



Dynamics CRM 2015

Microsoft.Xrm.Sdk.Message

ClassDescriptionAssociateRequestContains the data that is needed to create a link between records.AssociateResponseContains the response from the AssociateRequest class.CanBeReferencedRequestContains the data that is needed to check whether the specified entity can be the primary entity (one) in a one-to-many relationship.CanBeReferencedResponseContains the response from the CanBeReferencedRequest class.CanBeReferencingRequestContains the data that is needed to check whether an entity can be the referencing entity in a one-to-many relationship.CanBeReferencingResponseContains the response from the CanBeReferencingRequest class.CanManyToManyRequestContains the data that is needed to check whether an entity can participate in a many-to-many relationship.CanManyToManyResponseContains the response from the CanManyToManyRequest class.ConvertDateAndTimeBehaviorRequestContains the data to convert existing UTC date and time values in the database to DateOnly values.ConvertDateAndTimeBehaviorResponseContains the response from the ConvertDateAndTimeBehaviorRequest class.CreateAttributeRequestContains the data that is needed to create a new attribute, and optionally, to add it to a specified unmanaged solution.CreateAttributeResponseContains the response from the CreateAttributeRequest class.CreateEntityKeyRequestContains data that is needed to create an alternate key.CreateEntityKeyResponseContains the response from the CreateEntityKeyRequest class.CreateEntityRequestContains the data that is needed to create a custom entity, and optionally, to add it to a specified unmanaged solution.CreateEntityResponseContains the response from the CreateEntityRequest class.CreateManyToManyRequestContains the data that is needed to create a new Many-to-Many (N:N) entity relationship.CreateManyToManyResponseContains the response from the CreateManyToManyRequest class.CreateOneToManyRequestContains the data that is needed to create a new One-to-Many (1:N) entity relationship.CreateOneToManyResponseContains the response from the CreateOneToManyRequest class.CreateOptionSetRequestContains the data that is needed to create a new global option set.CreateOptionSetResponseContains the response from the CreateOptionSetRequest class.CreateRequestContains the data that is needed to create a record.CreateResponseContains the response from the CreateRequest class.DeleteAttributeRequestContains the data that is needed to delete an attribute.DeleteAttributeResponseContains the response from the DeleteAttributeRequest class.DeleteEntityKeyRequestContains the data that is needed to delete the specified key for an entity.DeleteEntityKeyResponseContains the response from the DeleteEntityKeyRequest class.DeleteEntityRequestContains the data that is needed to delete an entity.DeleteEntityResponseContains the response from the DeleteEntityRequest class.DeleteOptionSetRequestContains the data that is needed to delete a global option set.DeleteOptionSetResponseContains the response from the DeleteOptionSetRequest class.DeleteOptionValueRequestContains the data that is needed to delete an option value in a global or local option set.DeleteOptionValueResponseContains the response from the DeleteOptionValueRequest class.DeleteRelationshipRequestContains the data that is needed to delete an entity relationship.DeleteRelationshipResponseContains the response from the DeleteRelationshipRequest class.DeleteRequestContains the data that is needed to delete a record.DeleteResponseContains the response from the DeleteRequest class.DisassociateRequestContains the data that is needed to delete a link between records.DisassociateResponseContains the response from the DisassociateRequest class.ExecuteAsyncRequestContains the data that is needed to execute a message asynchronously.ExecuteAsyncResponseContains the response from the ExecuteAsyncRequest class.ExecuteMultipleRequestContains the data that is needed to execute one or more message requests as a single batch operation, and optionally return a collection of results.ExecuteMultipleResponseContains the response from the ExecuteMultipleRequest class.ExecuteTransactionRequestContains the data that is needed to execute one or more message requests in a single database transaction, and optionally return a collection of results.ExecuteTransactionResponseContains the response from the ExecuteTransactionRequest class.GetValidManyToManyRequestContains the data that is needed to retrieve a list of all the entities that can participate in a Many-to-Many entity relationship.GetValidManyToManyResponseContains the response from the GetValidManyToManyRequest class.GetValidReferencedEntitiesRequestContains the data that is needed to retrieve a list of entity logical names that are valid as the primary entity (one) from the specified entity in a one-to-many relationship.GetValidReferencedEntitiesResponseContains the response from the GetValidReferencedEntitiesRequest class.GetValidReferencingEntitiesRequestContains the data that is needed to retrieve the set of entities that are valid as the related entity (many) to the specified entity in a one-to-many relationship.GetValidReferencingEntitiesResponseContains the response from the GetValidReferencingEntitiesRequest class.InsertOptionValueRequestContains the data that is needed to insert a new option value for a global or local option set.InsertOptionValueResponseContains the response from the InsertOptionValueRequest class.InsertStatusValueRequestContains the data that is needed to insert a new option into a StatusAttributeMetadata attribute.InsertStatusValueResponseContains the response from the InsertStatusValueRequest class.IsDataEncryptionActiveRequestContains the data that is needed to check if data encryption is currently running (active or inactive).IsDataEncryptionActiveResponseContains the response from the IsDataEncryptionActiveRequest class.OrderOptionRequestContains the data that is needed to set the order for an option set.OrderOptionResponseContains the response from the OrderOptionRequest class.ReactivateEntityKeyRequestContains data that is needed to submit a new asynchronous system job to create the index for the key.ReactivateEntityKeyResponseContains the response from ReactivateEntityKeyRequest class.RetrieveAllEntitiesRequestContains the data that is needed to retrieve metadata information about all the entities.RetrieveAllEntitiesResponseContains the response from the RetrieveAllEntitiesRequest class.RetrieveAllManagedPropertiesRequestContains the data that is needed to retrieve all managed property definitionsRetrieveAllManagedPropertiesResponseContains the response from the RetrieveAllManagedPropertiesRequest class.RetrieveAllOptionSetsRequestContains the data that is needed to retrieve information about all global option sets.RetrieveAllOptionSetsResponseContains the response from the RetrieveAllOptionSetsRequest class.RetrieveAttributeRequestContains the data that is needed to retrieve attribute metadata.RetrieveAttributeResponseContains the response from the RetrieveAttributeRequest class.RetrieveDataEncryptionKeyRequestContains the data that is needed to retrieve the data encryption key value.RetrieveDataEncryptionKeyResponseContains the response from the RetrieveDataEncryptionKeyResponse class.RetrieveEntityChangesRequestContains data that is needed to retrieve the changes for an entity.RetrieveEntityChangesResponseContains the response from RetrieveEntityChangesRequest class.RetrieveEntityKeyRequestContains data that is needed to retrieve an alternate key.RetrieveEntityKeyResponseContains the response from the RetrieveEntityKeyRequest class.RetrieveEntityRequestContains the data that is needed to retrieve entity metadata.RetrieveEntityResponseContains the response from the RetrieveEntityRequest class.RetrieveManagedPropertyRequestContains the data that is needed to retrieve a managed property definition.RetrieveManagedPropertyResponseContains the response from the RetrieveManagedPropertyRequest class.RetrieveMetadataChangesRequestContains the data that is needed to to retrieve a collection of metadata records that satisfy the specified criteria. The RetrieveMetadataChangesResponse returns a timestamp value that can be used with this request at a later time to return information about how metadata has changed since the last request.RetrieveMetadataChangesResponseContains the response from the RetrieveMetadataChangesRequest message.RetrieveMultipleRequestContains the data that is needed to retrieve a collection of records that satisfy the specified query criteria.RetrieveMultipleResponseContains the response from the RetrieveMultipleRequest class.RetrieveOptionSetRequestContains the data that is needed to retrieve a global option set.RetrieveOptionSetResponseContains the response from the RetrieveOptionSetRequest class.RetrieveRelationshipRequestContains the data that is needed to retrieve entity relationship metadata.RetrieveRelationshipResponseContains the response from the RetrieveRelationshipRequest class.RetrieveRequestContains the data that is needed to retrieve a record.RetrieveResponseContains the response from the RetrieveRequest class.RetrieveTimestampRequestContains the data that is needed to retrieves a time stamp for the metadata.RetrieveTimestampResponseContains the response from the RetrieveTimestampRequest class.SetDataEncryptionKeyRequestContains the data that is needed to set or restore the data encryption key.SetDataEncryptionKeyResponseContains the response from the SetDataEncryptionKeyRequest class.UpdateAttributeRequestContains the data that is needed to update the definition of an attribute.UpdateAttributeResponseContains the response from the UpdateAttributeRequest class.UpdateEntityRequestContains the data that is needed to update the definition of an entity.UpdateEntityResponseContains the response from the UpdateEntityRequest class.UpdateOptionSetRequestContains the data that is needed to update the definition of a global option set.UpdateOptionSetResponseContains the response from the UpdateOptionSetRequest class.UpdateOptionValueRequestContains the data that is needed to update an option value in a global or local option set.UpdateOptionValueResponseContains the response from the UpdateOptionValueRequest class.UpdateRelationshipRequestContains the data that is needed to update the definition of an entity relationship.UpdateRelationshipResponseContains the response from the UpdateRelationshipRequest class.UpdateRequestContains the data that is needed to update an existing record.UpdateResponseContains the response from the UpdateRequest class.UpdateStateValueRequestContains the data that is needed to update an option set value in for a StateAttributeMetadata attribute.UpdateStateValueResponseContains the response from the UpdateStateValueRequest class.UpsertRequestContains data that is needed to update or insert a record in CRM.UpsertResponseContains the response from UpsertRequest

Microsoft.CRM.SDK.Message

ClassDescriptionAddItemCampaignActivityRequestContains the data that is needed to add an item to a campaign activity.AddItemCampaignActivityResponseContains the response from the AddItemCampaignActivityRequest class.AddItemCampaignRequestContains the data that is needed to add an item to a campaign.AddItemCampaignResponseContains the response from the AddItemCampaignRequest class.AddListMembersListRequestContains the data that is needed to add members to the list.AddListMembersListResponseContains the response from the AddListMembersListRequest class.AddMemberListRequestContains the data that is needed to add a member to a list (marketing list).AddMemberListResponseContains the response from the AddMemberListRequest class.AddMembersTeamRequestContains the data that is needed to add members to a team.AddMembersTeamResponseContains the response from the AddMembersTeamRequest class.AddPrincipalToQueueRequestContains the data to add the specified principal to the list of queue members. If the principal is a team, add each team member to the queue.AddPrincipalToQueueResponseContains the response from the AddPrincipalToQueueRequest message.AddPrivilegesRoleRequestContains the data that is needed to add a set of existing privileges to an existing role.AddPrivilegesRoleResponseContains the response from the AddPrivilegesRoleRequest class.AddProductToKitRequestDeprecated. Use the ProductAssociation entity. Contains the data that is needed to add a product to a kit.AddProductToKitResponseDeprecated. Use the ProductAssociation entity. Contains the response from the AddProductToKitRequest class.AddRecurrenceRequestContains the data that is needed to add recurrence information to an existing appointment.AddRecurrenceResponseContains the response from the AddRecurrenceRequest class.AddSolutionComponentRequestContains the data that is needed to add a solution component to an unmanaged solution.AddSolutionComponentResponseContains the response from the AddSolutionComponentRequest message.AddSubstituteProductRequestDeprecated. Use the AssociateRequest class. Adds a link between two entity instances in a many-to-many relationship.AddSubstituteProductResponseDeprecated. Use the AssociateRequest class and its associated response class. Contains the response from the AddSubstituteProductRequest class.AddToQueueRequestContains the data that is needed to move an entity record from a source queue to a destination queue.AddToQueueResponseContains the response from the AddToQueueRequest class.AddUserToRecordTeamRequestContains the data that is needed to add a user to the auto created access team for the specified record.AddUserToRecordTeamResponseContains the response from the AddUserToRecordTeamRequest class.ApplyRecordCreationAndUpdateRuleRequestContains data to apply record creation and update rules to activities in CRM created as a result of the integration with external applications.ApplyRecordCreationAndUpdateRuleResponseContains the response from the ApplyRecordCreationAndUpdateRuleRequest class.ApplyRoutingRuleRequestContains the data that is needed to apply the active routing rule to an incident.ApplyRoutingRuleResponseContains the response from the ApplyRoutingRuleRequest message.AppointmentProposalRepresents a proposed appointment time and date as a result of the SearchRequest message.AppointmentRequestProvides the details of an appointment request for the SearchRequest class.AppointmentsToIgnoreSpecifies the appointments to ignore in an appointment request from the SearchRequest class.AssignRequestContains the data that is needed to assign the specified record to a new owner (user or team) by changing the OwnerId attribute of the record.AssignResponseContains the response from the AssignRequest.AssociateEntitiesRequestDeprecated. Use the AssociateRequest class. Contains the data that is needed to add a link between two entity instances in a many-to-many relationship.AssociateEntitiesResponseDeprecated. Use the AssociateRequest class and its associated response class. Contains the response from the AssociateEntitiesRequest class.AttributeAuditDetailContains the details of changes to entity attributes.AuditDetailProvides a base class for storing the details of data changes.AuditDetailCollectionContains a collection of AuditDetail objects.AuditPartitionDetailIdentifies a Microsoft SQL Server partition that is used to store changes to entity data records.AuditPartitionDetailCollectionContains a data collection of AuditDetail objects.AutoMapEntityRequestContains the data that is needed to generate a new set of attribute mappings based on the metadata.AutoMapEntityResponseContains the response from the AutoMapEntityRequest class.BackgroundSendEmailRequestContains the data that is needed to send email messages asynchronously.BackgroundSendEmailResponseContains the response from the BackgroundSendEmailRequest class.BookRequestContains the data that is needed to schedule or “book” an appointment, recurring appointment, or service appointment (service activity).BookResponseContains the response from the BookRequest class.BulkDeleteRequestContains the data that’s needed to submit a bulk delete job that deletes selected records in bulk. This job runs asynchronously in the background without blocking other activities.BulkDeleteResponseContains the response from the BulkDeleteRequest class.BulkDetectDuplicatesRequestContains the data that is needed to submit an asynchronous system job that detects and logs multiple duplicate records.BulkDetectDuplicatesResponseContains the response from the BulkDetectDuplicatesRequest class.BulkOperationStatusCloseRequestFor internal use only.BulkOperationStatusCloseResponseFor internal use only.BusinessNotificationFor internal use only.BusinessNotificationParameterFor internal use only.CalculateActualValueOpportunityRequestContains the data that is needed to calculate the value of an opportunity that is in the "Won" state.CalculateActualValueOpportunityResponseContains the response from the CalculateActualValueOpportunityRequest class.CalculatePriceRequestContains the data that is needed to calculate price in an opportunity, quote, order, and invoice. This is used internally for custom pricing calculation when the default system pricing is overridden.CalculatePriceResponseContains the response from the CalculatePriceRequest class.CalculateRollupFieldRequestContains the data that is needed to calculate the value of a rollup attribute.CalculateRollupFieldResponseContains the response from the CalculateRollupFieldRequest class.CalculateTotalTimeIncidentRequestContains the data that is needed to calculate the total time, in minutes, that you used while you worked on an incident (case).CalculateTotalTimeIncidentResponseContains the response from the CalculateTotalTimeIncidentRequest class.CancelContractRequestContains the data that is needed to cancel a contract.CancelContractResponseContains the response from the CancelContractRequest class.CancelSalesOrderRequestContains the data that is needed to cancel a sales order (order).CancelSalesOrderResponseContains the response from the CancelSalesOrderRequest class.CheckIncomingEmailRequestContains the data that is needed to check whether the incoming email message is relevant to the Microsoft Dynamics CRM system.CheckIncomingEmailResponseContains the response from the CheckIncomingEmailRequest class.CheckPromoteEmailRequestContains the data that is needed to check whether the incoming email message should be promoted to the Microsoft Dynamics CRM system.CheckPromoteEmailResponseContains the response from the CheckPromoteEmailRequest class.CleanUpBulkOperationRequestFor internal use only.CleanUpBulkOperationResponseFor internal use only.CloneContractRequestContains the data that is needed to copy an existing contract and its line items.CloneContractResponseContains the response from the CancelContractRequest class.CloneProductRequestContains the data that is needed to copy an existing product family, product, or bundle under the same parent record.CloneProductResponseContains the response from the CloneProductRequest class.CloseIncidentRequestContains the data that is needed to close an incident (case).CloseIncidentResponseContains the response from the CloseIncidentRequest class.CloseQuoteRequestContains the data that is needed to close a quote.CloseQuoteResponseContains the response from the CloseQuoteRequest class.ComponentDetailProvides additional information about the solution components that are related to a missing component.CompoundCreateRequestDeprecated. Use the CreateRequest class. Creates a compound entity, such as a sales order (order), invoice, quote, or duplicate rule (duplicate detection rule); and its related entity, such as a sales order detail (order product), invoice detail (invoice product), quote detail (quote product), or duplicate rule condition.CompoundCreateResponseDeprecated. Use the CreateRequest class and its associated response class.CompoundUpdateDuplicateDetectionRuleRequestContains the data that is needed to update a duplicate rule (duplicate detection rule) and its related duplicate rule conditions.CompoundUpdateDuplicateDetectionRuleResponseContains the response from the CompoundUpdateDuplicateDetectionRuleRequest class.CompoundUpdateRequestDeprecated. Use the CreateRequest class. Contains the data that is needed to update a compound record, such as a sales order (order), invoice, quote, or duplicate rule (duplicate detection rule); and its related detail record, such as a sales order detail (order product), invoice detail (invoice product), quote detail (quote product), or duplicate rule condition.CompoundUpdateResponseDeprecated. Use the CreateRequest class and its associated response class. Contains the response from the CompoundUpdateRequest class.ConstraintRelationSpecifies additional constraints to be applied when you select resources for appointments.ConvertKitToProductRequestDeprecated. Contains the data that is needed to convert a kit to a product.ConvertKitToProductResponseDeprecated. Contains the response from the ConvertKitToProductRequest class.ConvertOwnerTeamToAccessTeamRequestContains the data that is needed to convert a team of type owner to a team of type access.ConvertOwnerTeamToAccessTeamResponseContains the response from the ConvertOwnerTeamToAccessTeamRequest class.ConvertProductToKitRequestDeprecated. Contains the data that is needed to convert a product to a kit.ConvertProductToKitResponseDeprecated. Contains the response from the ConvertProductToKitRequest class.ConvertQuoteToSalesOrderRequestContains the data that is needed to convert a quote to a sales order.ConvertQuoteToSalesOrderResponseContains the response from the ConvertQuoteToSalesOrderRequest class.ConvertSalesOrderToInvoiceRequestContains the data that is needed to convert a sales order to an invoice.ConvertSalesOrderToInvoiceResponseContains the response from the ConvertSalesOrderToInvoiceRequest class.CopyCampaignRequestContains the data that is needed to copy a campaign.CopyCampaignResponseContains the response from the CopyCampaignRequest class.CopyCampaignResponseRequestContains the data that is needed to create a copy of the campaign response.CopyCampaignResponseResponseContains the response from the CopyCampaignResponseRequest class.CopyDynamicListToStaticRequestContains the data that is needed to create a static list from the specified dynamic list and add the members that satisfy the dynamic list query criteria to the static list.CopyDynamicListToStaticResponseContains the response from the CopyDynamicListToStaticRequest class.CopyMembersListRequestContains the data that is needed to copy the members from the source list to the target list without creating duplicates.CopyMembersListResponseContains the response from the CopyMembersListRequest class.CopySystemFormRequestContains the data that is needed to create a new entity form that is based on an existing entity form.CopySystemFormResponseContains the response from the CopySystemFormRequest class.CreateActivitiesListRequestContains the data that is needed to create a quick campaign to distribute an activity to members of a list (marketing list).CreateActivitiesListResponseContains the response from the CreateActivitiesListRequest class.CreateExceptionRequestContains the data that is needed to create an exception for the recurring appointment instance.CreateExceptionResponseContains the response from the CreateExceptionRequest class.CreateInstanceRequestContains the data that is needed to create future unexpanded instances for the recurring appointment master.CreateInstanceResponseContains the response from the CreateInstanceRequest class.CreateWorkflowFromTemplateRequestContains the data that is needed to create a workflow (process) from a workflow template.CreateWorkflowFromTemplateResponseContains the response from the CreateWorkflowFromTemplateRequest class.DeleteAuditDataRequestContains the data that is needed to delete all audit data records up until a specified end date.DeleteAuditDataResponseContains the response from the DeleteAuditDataRequest class.DeleteOpenInstancesRequestContains the data that is needed to delete instances of a recurring appointment master that have an “Open” state.DeleteOpenInstancesResponseContains the response from the DeleteOpenInstancesRequest class.DeliverIncomingEmailRequestContains the data that is needed to create an email activity record from an incoming email message (Track in CRM).DeliverIncomingEmailResponseContains the response from the DeliverIncomingEmailRequest class.DeliverPromoteEmailRequestContains the data that is needed to create an email activity record from the specified email message (Track in CRM).DeliverPromoteEmailResponseContains the response from the DeliverPromoteEmailRequest class.DeprovisionLanguageRequestContains the data that is needed to deprovision a language.DeprovisionLanguageResponseContains the response from the DeprovisionLanguageRequest class.DisassociateEntitiesRequestDeprecated. Use the DisassociateRequest class. Contains the data that is needed to remove a link between two entity instances in a many-to-many relationship.DisassociateEntitiesResponseDeprecated. Use the DisassociateRequest class and its associated response class. Contains the response from the DisassociateEntitiesRequest class.DistributeCampaignActivityRequestContains the data that is needed to create a bulk operation that distributes a campaign activity. The appropriate activities, such as a phone call or fax, are created for the members of the list that is associated with the specified campaign activity.DistributeCampaignActivityResponseContains the response from the DistributeCampaignActivityRequest class.DownloadReportDefinitionRequestContains the data that is needed to download a report definition.DownloadReportDefinitionResponseContains the response from the DownloadReportDefinitionRequest class.ErrorInfoSpecifies the results of a scheduling operation using the ValidateRequest, BookRequest, or RescheduleRequest message.ExecuteByIdSavedQueryRequestContains the data that is needed to execute a saved query (view) that has the specified ID.ExecuteByIdSavedQueryResponseContains the response from the ExecuteByIdSavedQueryRequest class.ExecuteByIdUserQueryRequestContains the data that is needed to execute the user query (saved view) that has the specified ID.ExecuteByIdUserQueryResponseContains the response from the ExecuteByIdUserQueryRequest class.ExecuteFetchRequestDeprecated. Use the RetrieveMultipleRequest class.ExecuteFetchResponseDeprecated. Use the RetrieveMultipleRequest class and its associated response class.ExecuteWorkflowRequestContains the data that’s needed to execute a workflow.ExecuteWorkflowResponseContains the response from the ExecuteWorkflowResponse class.ExpandCalendarRequestContains the data that is needed to convert the calendar rules to an array of available time blocks for the specified period.ExpandCalendarResponseContains the response from the ExpandCalendarRequest class.ExportFieldTranslationRequestContains the data that is needed to export localizable fields values to a compressed file.ExportFieldTranslationResponseContains the response from the ExportFieldTranslationRequest class.ExportMappingsImportMapRequestContains the data that is needed to export a data map as an XML formatted data.ExportMappingsImportMapResponseContains the response from the ExportMappingsImportMapRequest class.ExportSolutionRequestContains the data that’s needed to export a solution.ExportSolutionResponseContains the response from the ExportSolutionRequest class.ExportToExcelOnlineRequestFor internal use only.ExportToExcelOnlineResponseFor internal use only.ExportTranslationRequestContains the data that is needed to export all translations for a specific solution to a compressed file.ExportTranslationResponseContains the response from the ExportTranslationRequest class.FetchXmlToQueryExpressionRequestContains the data that is needed to convert a query in FetchXML to a QueryExpression.FetchXmlToQueryExpressionResponseContains the response from the FetchXmlToQueryExpressionRequest class.FindParentResourceGroupRequestContains the data that is needed to find a parent resource group (scheduling group) for the specified resource groups (scheduling groups).FindParentResourceGroupResponseContains the response from the FindParentResourceGroupRequest class.FulfillSalesOrderRequestContains the data that is needed to fulfill the sales order (order).FulfillSalesOrderResponseContains the response from the FulfillSalesOrderRequest class.GenerateInvoiceFromOpportunityRequestContains the data that is needed to generate an invoice from an opportunity.GenerateInvoiceFromOpportunityResponseContains the response from the GenerateInvoiceFromOpportunityRequest class.GenerateQuoteFromOpportunityRequestContains the data that is needed to generate a quote from an opportunity.GenerateQuoteFromOpportunityResponseContains the response from the GenerateQuoteFromOpportunityRequest class.GenerateSalesOrderFromOpportunityRequestContains the data that is needed to generate a sales order (order) from an opportunity.GenerateSalesOrderFromOpportunityResponseContains the response from the GenerateSalesOrderFromOpportunityRequest class.GenerateSocialProfileRequestContains the data to return an existing social profile record if one exists, otherwise generates a new one and returns it.GenerateSocialProfileResponseContains the response from the GenerateSocialProfileRequest message.GetAllTimeZonesWithDisplayNameRequestContains the data that is needed to retrieve all the time zone definitions for the specified locale and to return only the display name attribute.GetAllTimeZonesWithDisplayNameResponseContains the response from the GetAllTimeZonesWithDisplayNameRequest class.GetDecryptionKeyRequestFor internal use only. See RetrieveDataEncryptionKeyRequest.GetDecryptionKeyResponseFor internal use only.GetDefaultPriceLevelRequestContains the data that is needed to retrieve the default price level (price list) for the current user based on the user’s territory relationship with the price level.GetDefaultPriceLevelResponseContains the response from the GetDefaultPriceLevelRequest class.GetDistinctValuesImportFileRequestContains the data that is needed to retrieve distinct values from the parse table for a column in the source file that contains list values.GetDistinctValuesImportFileResponseContains the response from the GetDistinctValuesImportFileRequest class.GetHeaderColumnsImportFileRequestContains the data that is needed to retrieve the source-file column headings; or retrieve the system-generated column headings if the source file does not contain column headings.GetHeaderColumnsImportFileResponseContains the response from the GetHeaderColumnsImportFileRequest class.GetInvoiceProductsFromOpportunityRequestContains the data that is needed to retrieve the products from an opportunity and copy them to the invoice.GetInvoiceProductsFromOpportunityResponseContains the response from the GetInvoiceProductsFromOpportunityRequest class.GetQuantityDecimalRequestContains the data that is needed to get the quantity decimal value of a product for the specified entity in the target.GetQuantityDecimalResponseContains the response from the GetQuantityDecimalRequest class.GetQuoteProductsFromOpportunityRequestContains the data that is needed to retrieve the products from an opportunity and copy them to the quote.GetQuoteProductsFromOpportunityResponseContains the response from the GetQuoteProductsFromOpportunityRequest class.GetReportHistoryLimitRequestContains the data that is needed to retrieve the history limit for a report.GetReportHistoryLimitResponseContains the response from the GetReportHistoryLimitRequest class.GetSalesOrderProductsFromOpportunityRequestContains the data that is needed to retrieve the products from an opportunity and copy them to the sales order (order).GetSalesOrderProductsFromOpportunityResponseContains the response from the GetSalesOrderProductsFromOpportunityRequest class.GetTimeZoneCodeByLocalizedNameRequestContains the data that is needed to retrieve the time zone code for the specified localized time zone name.GetTimeZoneCodeByLocalizedNameResponseContains the response from the GetTimeZoneCodeByLocalizedNameRequest class.GetTrackingTokenEmailRequestContains the data that is needed to return a tracking token that can then be passed as a parameter to the SendEmailRequest message.GetTrackingTokenEmailResponseContains the response from the GetTrackingTokenEmailRequest class.GrantAccessRequestContains the data that is needed to grant a security principal (user or team) access to the specified record.GrantAccessResponseContains the response from the GrantAccessRequest class.ImportFieldTranslationRequestContains the data that is needed to import translations from a compressed file.ImportFieldTranslationResponseContains the response from the ImportFieldTranslationRequest class.ImportMappingsImportMapRequestContains the data that is needed to import the XML representation of a data map and create an import map (data map) based on this data.ImportMappingsImportMapResponseContains the response from the ImportMappingsImportMapRequest class.ImportRecordsImportRequestContains the data that is needed to submit an asynchronous job that uploads the transformed data into Microsoft Dynamics CRM.ImportRecordsImportResponseContains the response from the ImportRecordsImportRequest class.ImportSolutionRequestContains the data that is needed to import a solution.ImportSolutionResponseContains the response from the ImportSolutionRequest class.ImportTranslationRequestContains the data that is needed to import translations from a compressed file.ImportTranslationResponseContains the response from the ImportTranslationRequest class.InitializeFromRequestContains the data that is needed to initialize a new record from an existing record.InitializeFromResponseContains the response from the InitializeFromRequest class.InputArgumentContains custom application data.InputArgumentCollectionContains a collection of InputArgument objects.InstallSampleDataRequestContains the data that is needed to install the sample data.InstallSampleDataResponseContains the response from the InstallSampleDataRequest class.InstantiateFiltersRequestContains the data that is needed to instantiate a set of filters for CRM for Outlook for the specified user.InstantiateFiltersResponseContains the response from the InstantiateFiltersRequest class.InstantiateTemplateRequestContains the parameters that are needed to create an email message from a template (email template).InstantiateTemplateResponseContains the response from the InstantiateTemplateRequest class.IsBackOfficeInstalledRequestDeprecated. Checks whether Microsoft Dynamics GP 9.0 is installed.IsBackOfficeInstalledResponseDeprecated.IsComponentCustomizableRequestContains the data that is needed to determine whether a solution component is customizable.IsComponentCustomizableResponseContains the response from the IsComponentCustomizableRequest class.IsValidStateTransitionRequestContains the data that is needed to validate the state transition.IsValidStateTransitionResponseContains the response from the IsValidStateTransitionRequest class.LocalTimeFromUtcTimeRequestContains the data that is needed to retrieve the local time for the specified Coordinated Universal Time (UTC).LocalTimeFromUtcTimeResponseContains the response from the LocalTimeFromUtcTimeRequest class.LockInvoicePricingRequestContains the data that is needed to lock the total price of products and services that are specified in the invoice.LockInvoicePricingResponseContains the response from the LockInvoicePricingRequest class.LockSalesOrderPricingRequestContains the data that is needed to lock the total price of products and services that are specified in the sales order (order).LockSalesOrderPricingResponseContains the response from the LockSalesOrderPricingRequest class.LogFailureBulkOperationRequestFor internal use only.LogFailureBulkOperationResponseFor internal use only.LogSuccessBulkOperationRequestFor internal use only.LogSuccessBulkOperationResponseFor internal use only.LoseOpportunityRequestContains the data that is needed to set the state of an opportunity to Lost.LoseOpportunityResponseContains the response from the LoseOpportunityRequest class.MakeAvailableToOrganizationReportRequestDeprecated. Use the UpdateRequest class.MakeAvailableToOrganizationReportResponseDeprecated. Use the UpdateRequest class and its associated response class.MakeAvailableToOrganizationTemplateRequestDeprecated. Use the UpdateRequest class.MakeAvailableToOrganizationTemplateResponseDeprecated. Use the UpdateRequest class and its associated response class.MakeUnavailableToOrganizationReportRequestDeprecated. Use the UpdateRequest class.MakeUnavailableToOrganizationReportResponseDeprecated. Use the UpdateRequest class and its associated response class.MakeUnavailableToOrganizationTemplateRequestDeprecated. Use the UpdateRequest class.MakeUnavailableToOrganizationTemplateResponseDeprecated. Use the UpdateRequest class and its associated response class.MergeRequestContains the data that’s needed to merge the information from two entity records of the same type.MergeResponseContains the response from the MergeRequest class.MissingComponentContains the data to describe a solution component that is required by a solution but not found in the system.ModifyAccessRequestContains the data that is needed to replace the access rights on the target record for the specified security principal (user or team).ModifyAccessResponseContains the response from the ModifyAccessRequest class.ObjectiveRelationContains the data that describes the scheduling strategy for an AppointmentRequest and that overrides the default constraints.OrganizationResourcesContains data regarding the resources used by an organization.ParseImportRequestContains the data that is needed to submit an asynchronous job that parses all import files that are associated with the specified import (data import).ParseImportResponseContains the response from the ParseImportRequest class.PickFromQueueRequestContains the data that is needed to assign a queue item to a user and optionally remove the queue item from the queue.PickFromQueueResponseContains the response from the PickFromQueueRequest message.PrincipalAccessContains access rights information for the security principal (user or team).ProcessInboundEmailRequestContains the data that is needed to process the email responses from a marketing campaign.ProcessInboundEmailResponseContains the response from the ProcessInboundEmailRequest class.ProcessOneMemberBulkOperationRequestFor internal use only.ProcessOneMemberBulkOperationResponseFor internal use only.PropagateByExpressionRequestContains the data that is needed to create a quick campaign to distribute an activity to accounts, contacts, or leads that are selected by a query.PropagateByExpressionResponseContains the response from the PropagateByExpressionRequest class.ProposalPartyRepresents a party (user, team, or resource) that is needed for the proposed appointment.ProvisionLanguageRequestContains the data that is needed to provision a new language.ProvisionLanguageResponseContains the response from the ProvisionLanguageRequest class.PublishAllXmlRequestContains the data that is needed to publish all changes to solution components.PublishAllXmlResponseContains the response from the PublishAllXmlRequest class.PublishDuplicateRuleRequestContains the data that is needed to submit an asynchronous job to publish a duplicate rule.PublishDuplicateRuleResponseContains the response from the PublishDuplicateRuleRequest class.PublishProductHierarchyRequestContain the data that is needed to publish a product family record and all its child records.PublishProductHierarchyResponseContains the response from the PublishProductHierarchyRequest class.PublishThemeRequestContains the data that is needed to publish a theme and set it as the current theme.PublishThemeResponseContains the response from the PublishThemeRequest class.PublishXmlRequestContains the data that is needed to publish specified solution components.PublishXmlResponseContains the response from the PublishXmlRequest class.QualifyLeadRequestContains the data that is needed to qualify a lead and create account, contact, and opportunity records that are linked to the originating lead record.QualifyLeadResponseContains the response from the QualifyLeadRequest class.QualifyMemberListRequestContains the data that is needed to qualify the specified list and either override the list members or remove them according to the specified option.QualifyMemberListResponseContains the response from the QualifyMemberListRequest class.QueryExpressionToFetchXmlRequestContains the data that is needed to convert a query, which is represented as a QueryExpression class, to its equivalent query, which is represented as FetchXML.QueryExpressionToFetchXmlResponseContains the response from the QueryExpressionToFetchXmlRequest class.QueryMultipleSchedulesRequestContains the data that is needed to search multiple resources for available time block that match the specified parameters.QueryMultipleSchedulesResponseContains the response from the QueryMultipleSchedulesRequest class.QueryScheduleRequestContains the data that is needed to search the specified resource for an available time block that matches the specified parameters.QueryScheduleResponseContains response from QueryScheduleRequest.ReassignObjectsOwnerRequestContains the data that is needed to reassign all records that are owned by the security principal (user or team) to another security principal (user or team).ReassignObjectsOwnerResponseContains the response from the ReassignObjectsOwnerRequest class.ReassignObjectsSystemUserRequestContains the data that is needed to reassign all records that are owned by a specified user to another security principal (user or team).ReassignObjectsSystemUserResponseContains the response from the ReassignObjectsSystemUserRequest class.RecalculateRequestContains the data that is needed to recalculate system-computed values for rollup fields in the goal hierarchy.RecalculateResponseContains the response from the RecalculateRequest.RelationshipAuditDetailContains the audited details of a change in a relationship.ReleaseToQueueRequestContains the data that is needed to assign a queue item back to the queue owner so others can pick it.ReleaseToQueueResponseContains the response from the ReleaseToQueueRequest message.RemoveFromQueueRequestContains the data that is needed to remove a queue item from a queue.RemoveFromQueueResponseContains the response from the RemoveFromQueueRequest message.RemoveItemCampaignActivityRequestContains the data that is needed to remove an item from a campaign activity.RemoveItemCampaignActivityResponseContains the response from the RemoveItemCampaignActivityRequest class.RemoveItemCampaignRequestContains the data that is needed to remove an item from a campaign.RemoveItemCampaignResponseContains the response from the RemoveItemCampaignRequest class.RemoveMemberListRequestContains the data that is needed to remove a member from a list (marketing list).RemoveMemberListResponseContains the response from the RemoveMemberListRequest class.RemoveMembersTeamRequestContains the data that is needed to remove members from a team.RemoveMembersTeamResponseContains the response from the RemoveMembersTeamRequest class.RemoveParentRequestContains the data that is needed to remove the parent for a system user (user) record.RemoveParentResponseContains the response from the RemoveParentRequest class.RemovePrivilegeRoleRequestContains the data that is needed to remove a privilege from an existing role.RemovePrivilegeRoleResponseContains the response from the RemovePrivilegeRoleRequest class.RemoveProductFromKitRequestDeprecated. Use the ProductAssociation entity. Contains the data that is needed to remove a product from a kit.RemoveProductFromKitResponseDeprecated. Use the ProductAssociation entity. Contains the response from the RemoveProductFromKitRequest.RemoveRelatedRequestUse the DisassociateRequest class. Contains the data that is needed to remove the relationship between the specified records for specific relationships.RemoveRelatedResponseContains the response from the RemoveRelatedRequest class.RemoveSolutionComponentRequestContains the data that is needed to remove a component from an unmanaged solution.RemoveSolutionComponentResponseContains the response from the RemoveSolutionComponentRequest class.RemoveSubstituteProductRequestDeprecated. Use the ProductSubstitute entity.RemoveSubstituteProductResponseDeprecated. Use the ProductSubstitute entity.RemoveUserFromRecordTeamRequestContains the data that is needed to remove a user from the auto created access team for the specified record.RemoveUserFromRecordTeamResponseContains the response from the RemoveUserFromRecordTeamRequest class.RenewContractRequestContains the data that is needed to renew a contract and create the contract details for a new contract.RenewContractResponseContains the response from the RenewContractRequest class.RenewEntitlementRequestContains the data that is needed to renew an entitlement.RenewEntitlementResponseContains the response from the RenewEntitlementRequest message.ReplacePrivilegesRoleRequestContains the data that is needed to replace the privilege set of an existing role.ReplacePrivilegesRoleResponseContains the response from the ReplacePrivilegesRoleRequest class.RequiredResourceSpecifies a resource that is required for a scheduling operation.RescheduleRequestContains the data that is needed to reschedule an appointment, recurring appointment, or service appointment (service activity).RescheduleResponseContains the response from the RescheduleRequest class.ResetUserFiltersRequestContains the data that is needed to reset the offline data filters for the calling user to the default filters for the organization.ResetUserFiltersResponseContains the response from the ResetUserFiltersRequest class.ResourceInfoContains information about a resource that has a scheduling problem for an appointment.RetrieveAbsoluteAndSiteCollectionUrlRequestContains the data that is needed to retrieve the absolute URL and the site collection URL for a SharePoint location record in Microsoft Dynamics CRM.RetrieveAbsoluteAndSiteCollectionUrlResponseContains the response from the RetrieveAbsoluteAndSiteCollectionUrlRequest class.RetrieveAllChildUsersSystemUserRequestContains the data that is needed to retrieve the collection of users that report to the specified system user (user).RetrieveAllChildUsersSystemUserResponseContains the response from the RetrieveAllChildUsersSystemUserRequest class.RetrieveApplicationRibbonRequestContains the data that is needed to retrieve the data that defines the content and behavior of the application ribbon.RetrieveApplicationRibbonResponseContains the response from the RetrieveApplicationRibbonRequest class.RetrieveAttributeChangeHistoryRequestContains the data that is needed to retrieve all metadata changes to a specific attribute.RetrieveAttributeChangeHistoryResponseContains the response from the RetrieveAttributeChangeHistoryRequest class.RetrieveAuditDetailsRequestContains the data that is needed to retrieve the full audit details from an Audit record.RetrieveAuditDetailsResponseContains the response from the RetrieveAuditDetailsRequest class.RetrieveAuditPartitionListRequestContains the data that is needed to retrieve the list of database partitions that are used to store audited history data.RetrieveAuditPartitionListResponseContains the response from the RetrieveAuditPartitionListRequest class.RetrieveAvailableLanguagesRequestContains the data that is needed to retrieve the list of language packs that are installed and enabled on the server.RetrieveAvailableLanguagesResponseContains the response from the RetrieveAvailableLanguagesRequest class.RetrieveBusinessHierarchyBusinessUnitRequestContains the data that is needed to retrieve all business units (including the specified business unit) from the business unit hierarchy.RetrieveBusinessHierarchyBusinessUnitResponseContains the response from the RetrieveBusinessHierarchyBusinessUnitRequest class.RetrieveByGroupResourceRequestContains the data that is needed to retrieve all resources that are related to the specified resource group (scheduling group).RetrieveByGroupResourceResponseContains the response from the RetrieveByGroupResourceRequest class.RetrieveByResourceResourceGroupRequestContains the data that is needed to retrieve the resource groups (scheduling groups) that contain the specified resource.RetrieveByResourceResourceGroupResponseContains the response from the RetrieveByResourceResourceGroupRequest class.RetrieveByResourcesServiceRequestContains the data that is needed to retrieve the collection of services that are related to the specified set of resources.RetrieveByResourcesServiceResponseContains the response from the RetrieveByResourcesServiceRequest class.RetrieveByTopIncidentProductKbArticleRequestContains the data that is needed to retrieve the top-ten articles about a specified product from the knowledge base of articles for your organization.RetrieveByTopIncidentProductKbArticleResponseContains the response from the RetrieveByTopIncidentProductKbArticleRequest class.RetrieveByTopIncidentSubjectKbArticleRequestContains the data that is needed to retrieve the top-ten articles about a specified subject from the knowledge base of articles for your organization.RetrieveByTopIncidentSubjectKbArticleResponseContains the response from the RetrieveByTopIncidentSubjectKbArticleRequest class.RetrieveCurrentOrganizationRequestContains the data that’s needed to retrieve information about the current organization.RetrieveCurrentOrganizationResponseContains the response from processing RetrieveCurrentOrganizationRequest.RetrieveDependenciesForDeleteRequestContains the data that is needed to retrieve a collection of dependency records that describe any solution components that would prevent a solution component from being deleted.RetrieveDependenciesForDeleteResponseContains the response from the RetrieveDependenciesForDeleteRequest class.RetrieveDependenciesForUninstallRequestContains the data that is needed to retrieve a list of the solution component dependencies that can prevent you from uninstalling a managed solution.RetrieveDependenciesForUninstallResponseContains the response from the RetrieveDependenciesForUninstallRequest class.RetrieveDependentComponentsRequestContains the data that is needed to retrieves a list dependencies for solution components that directly depend on a solution component.RetrieveDependentComponentsResponseContains the response from the RetrieveDependentComponentsRequest class.RetrieveDeploymentLicenseTypeRequestContains the data that is needed to retrieve the type of license for a deployment of Microsoft Dynamics CRM.RetrieveDeploymentLicenseTypeResponseContains the response from the RetrieveDeploymentLicenseTypeRequest class.RetrieveDeprovisionedLanguagesRequestContains the data that is needed to retrieve a list of language packs that are installed on the server that have been disabled.RetrieveDeprovisionedLanguagesResponseContains the response from the RetrieveDeprovisionedLanguagesRequest class.RetrieveDuplicatesRequestContains the data that is needed to detect and retrieve duplicates for a specified record.RetrieveDuplicatesResponseContains the response from the RetrieveDuplicatesRequest class.RetrieveEntityRibbonRequestContains the data that is needed to retrieve ribbon definitions for an entity.RetrieveEntityRibbonResponseContains the response from the RetrieveEntityRibbonRequest class.RetrieveExchangeRateRequestContains the data that is needed to retrieve the exchange rate.RetrieveExchangeRateResponseContains the response from the RetrieveExchangeRateRequest class.RetrieveFilteredFormsRequestContains the data that is needed to retrieve the entity forms that are available for a specified user.RetrieveFilteredFormsResponseContains the response from the RetrieveFilteredFormsRequest class.RetrieveFormattedImportJobResultsRequestContains the data that is needed to retrieve the formatted results from an import job.RetrieveFormattedImportJobResultsResponseContains the response from the RetrieveFormattedImportJobResultsRequest class.RetrieveFormXmlRequestFor internal use only.RetrieveFormXmlResponseFor internal use only.RetrieveInstalledLanguagePacksRequestContains the data that is needed to retrieve the list of language packs that are installed on the server.RetrieveInstalledLanguagePacksResponseContains the response from the RetrieveInstalledLanguagePacksRequest class.RetrieveInstalledLanguagePackVersionRequestContains the data that is needed to retrieve the version of an installed language pack.RetrieveInstalledLanguagePackVersionResponseContains the response from the RetrieveInstalledLanguagePackVersionRequest class.RetrieveLicenseInfoRequestContains the data that is needed to retrieve the number of used and available licenses for a deployment of Microsoft Dynamics CRM.RetrieveLicenseInfoResponseContains the response from the RetrieveLicenseInfoRequest class.RetrieveLocLabelsRequestContains the data that is needed to retrieve localized labels for a limited set of entity attributes.RetrieveLocLabelsResponseContains the response from the RetrieveLocLabelsRequest class.RetrieveMailboxTrackingFoldersRequestContains the data needed to retrieve folder-level tracking rules for a mailbox.RetrieveMailboxTrackingFoldersResponseContains the response from the RetrieveMailboxTrackingFoldersRequest class.RetrieveMembersBulkOperationRequestContains the data that is needed to retrieve the members of a bulk operation.RetrieveMembersBulkOperationResponseContains the response from the RetrieveMembersBulkOperationRequest class.RetrieveMembersTeamRequestDeprecated. Use the RetrieveMultipleRequest class.RetrieveMembersTeamResponseDeprecated. Use the RetrieveMultipleRequest class and its associated response class. Contains the response from the RetrieveMembersTeamRequest class.RetrieveMissingComponentsRequestContains the data that is needed to retrieve a list of missing components in the target organization.RetrieveMissingComponentsResponseContains the response from the RetrieveMissingComponentsRequest class.RetrieveMissingDependenciesRequestContains the data that is needed to retrieve any required solution components that are not included in the solution.RetrieveMissingDependenciesResponseContains the response from the RetrieveMissingDependenciesRequest class.RetrieveOrganizationResourcesRequestContains the data that is needed to retrieve the resources that are used by an organization.RetrieveOrganizationResourcesResponseContains the response from the RetrieveOrganizationResourcesRequest class.RetrieveParentGroupsResourceGroupRequestContains the data needed to retrieve the collection of the parent resource groups of the specified resource group (scheduling group).RetrieveParentGroupsResourceGroupResponseContains the response from the RetrieveParentGroupsResourceGroupRequest class.RetrieveParsedDataImportFileRequestContains the data that is needed to retrieve the data from the parse table.RetrieveParsedDataImportFileResponseContains the response from the RetrieveParsedDataImportFileRequest class.RetrievePersonalWallRequestContains the data that is needed to retrieve pages of posts, including comments for each post, for all records that the calling user is following.RetrievePersonalWallResponseContains the response from the RetrievePersonalWallRequest class.RetrievePrincipalAccessRequestContains the data that is needed to retrieve the access rights of the specified security principal (team or user) to the specified record.RetrievePrincipalAccessResponseContains the response from the RetrievePrincipalAccessRequest class.RetrievePrincipalAttributePrivilegesRequestContains the data that is needed to retrieves all the secured attribute privileges a user or team has through direct or indirect (through team membership) associations with the FieldSecurityProfile entity.RetrievePrincipalAttributePrivilegesResponseContains the response from the RetrievePrincipalAttributePrivilegesRequest class.RetrievePrincipalSyncAttributeMappingsRequestThis message doesn’t have any extensibility scenarios in this release.RetrievePrincipalSyncAttributeMappingsResponseThis message doesn’t have any extensibility scenarios in this release.RetrievePrivilegeSetRequestContains the data needed to retrieve the set of privileges defined in the system.RetrievePrivilegeSetResponseContains the response from the RetrievePrivilegeSetRequest class.RetrieveProductPropertiesRequestContains data that is needed to retrieve all the property instances (dynamic property instances) for a product added to an opportunity, quote, order, or invoice.RetrieveProductPropertiesResponseContains the response from the RetrieveProductPropertiesRequest class.RetrieveProvisionedLanguagePackVersionRequestContains the data that is needed to retrieve the version of a provisioned language pack.RetrieveProvisionedLanguagePackVersionResponseContains the response from the RetrieveProvisionedLanguagePackVersionRequest class.RetrieveProvisionedLanguagesRequestContains the data that is needed to retrieve the list of provisioned languages.RetrieveProvisionedLanguagesResponseContains the response from the RetrieveProvisionedLanguagesRequest class.RetrieveRecordChangeHistoryRequestContains the data that is needed to retrieve all attribute data changes for a specific entity.RetrieveRecordChangeHistoryResponseContains the response from the RetrieveRecordChangeHistoryRequest class.RetrieveRecordWallRequestContains the data that is needed to retrieve pages of posts, including comments for each post, for a specified record.RetrieveRecordWallResponseContains the response from the RetrieveRecordWallRequest class.RetrieveRequiredComponentsRequestContains the data that is needed to retrieve a collection of solution components that are required for a solution component.RetrieveRequiredComponentsResponseContains the response from the RetrieveRequiredComponentsRequest class.RetrieveRolePrivilegesRoleRequestContains the data that is needed to retrieve the privileges that are assigned to the specified role.RetrieveRolePrivilegesRoleResponseContains the response from the RetrieveRolePrivilegesRoleRequest class.RetrieveSharedPrincipalsAndAccessRequestContains the data that is needed to retrieve all security principals (users or teams) that have access to, and access rights for, the specified record.RetrieveSharedPrincipalsAndAccessResponseContains the response from the RetrieveSharedPrincipalsAndAccessRequest class.RetrieveSubGroupsResourceGroupRequestContains the data that is needed to retrieve the collection of child resource groups from the specified resource group (scheduling group).RetrieveSubGroupsResourceGroupResponseContains the response from the RetrieveSubGroupsResourceGroupRequest class.RetrieveSubsidiaryTeamsBusinessUnitRequestDeprecated. Use the RetrieveMultipleRequest class.Contains the data needed to retrieve a collection of entity instances based on the specified query criteria.RetrieveSubsidiaryTeamsBusinessUnitResponseDeprecated. Use the RetrieveMultipleRequest class and its associated response class.RetrieveSubsidiaryUsersBusinessUnitRequestDeprecated. Use the RetrieveMultipleRequest class.Contains the data needed to retrieve all user information from the child business units of the specified business unit.RetrieveSubsidiaryUsersBusinessUnitResponseDeprecated. Use the RetrieveMultipleRequest class and its associated response class.Contains the response from the RetrieveSubsidiaryUsersBusinessUnitRequest message.RetrieveTeamPrivilegesRequestContains the data that is needed to retrieve the privileges for a team.RetrieveTeamPrivilegesResponseContains the response from the RetrieveTeamPrivilegesRequest class.RetrieveTeamsSystemUserRequestDeprecated. Use the RetrieveMultipleRequest class.Contains the data needed to retrieve the list of teams of which the specified user is a member.RetrieveTeamsSystemUserResponseDeprecated. Use the RetrieveMultipleRequest class and its associated response class.Contains the response from the RetrieveTeamsSystemUserRequest message.RetrieveUnpublishedMultipleRequestContains the data that is needed to retrieve a collection of unpublished organization-owned records that satisfy the specified query criteria.RetrieveUnpublishedMultipleResponseContains the response from the RetrieveUnpublishedMultipleRequest class.RetrieveUnpublishedRequestContains the data that is needed to retrieve an unpublished record.RetrieveUnpublishedResponseContains the response from the RetrieveUnpublishedRequest class.RetrieveUserPrivilegesRequestContains the data needed to retrieve the privileges a system user (user) has through his or her roles in the specified business unit.RetrieveUserPrivilegesResponseContains the response from the RetrieveUserPrivilegesRequest class.RetrieveUserQueuesRequestContains the data needed to retrieve all private queues of a specified user and optionally all public queues.RetrieveUserQueuesResponseContains the response from the RetrieveUserQueuesRequest message.RetrieveUserSettingsSystemUserRequestDeprecated. Use the RetrieveMultipleRequest class.Contains the data needed to retrieve the user settings for the specified system user (user).RetrieveUserSettingsSystemUserResponseDeprecated. Use the RetrieveMultipleRequest class and its associated response class.RetrieveVersionRequestContains the data that is needed to retrieve the version number of the Microsoft Dynamics CRM Server.RetrieveVersionResponseContains the response from the RetrieveVersionRequest class.RevertProductRequestContains the data that is needed to revert changes done to properties of a product family, product, or bundle record, and set it back to its last published (active) state.RevertProductResponseContains the response from the RevertProductRequest class.ReviseQuoteRequestContains the data that is needed to set the state of a quote to Draft.ReviseQuoteResponseContains the response from the ReviseQuoteRequest class.RevokeAccessRequestContains the data that is needed to replace the access rights on the target record for the specified security principal (user or team).RevokeAccessResponseContains the response from the RevokeAccessRequest class.RolePrivilegeContains information about a privilege.RolePrivilegeAuditDetailRepresents audited changes to the privileges of a security role.RollupRequestContains the data that is needed to retrieve all the entity records that are related to the specified record.RollupResponseContains the response from the RollupRequest class.RouteToRequestContains the data that is needed to route a queue item to a queue, a user, or a team.RouteToResponseContains the response from the RouteToRequest message.SearchByBodyKbArticleRequestContains the data that is needed to search for knowledge base articles that contain the specified body text.SearchByBodyKbArticleResponseContains the response from the SearchByBodyKbArticleRequest class.SearchByKeywordsKbArticleRequestContains the data that is needed to search for knowledge base articles that contain the specified keywords.SearchByKeywordsKbArticleResponseContains the response from the SearchByKeywordsKbArticleRequest class.SearchByTitleKbArticleRequestContains the data that is needed to search for knowledge base articles that contain the specified title.SearchByTitleKbArticleResponseContains the response from the SearchByTitleKbArticleRequest class.SearchRequestContains the data needed to search for available time slots that fulfill the specified appointment request.SearchResponseContains the response from the SearchRequest class.SearchResultsContains the results from the SearchRequest message.SendBulkMailRequestContains the data that is needed to send bulk email messages.SendBulkMailResponseContains the response from the SendBulkMailRequest class.SendEmailFromTemplateRequestContains the data that is needed to send an email message using a template.SendEmailFromTemplateResponseContains the response from the SendEmailFromTemplateRequest class.SendEmailRequestContains the data that is needed to send an email message.SendEmailResponseContains the response from the BackgroundSendEmailRequest class.SendFaxRequestContains the data that is needed to send a fax.SendFaxResponseContains the response from the SendFaxRequest class.SendTemplateRequestContains the data that is needed to send a bulk email message that is created from a template.SendTemplateResponseContains the response from the SendTemplateRequest class.SetBusinessEquipmentRequestContains the data that is needed to assign equipment (facility/equipment) to a specific business unit.SetBusinessEquipmentResponseContains the response from the SetBusinessEquipmentRequest class.SetBusinessSystemUserRequestContains the data that is needed to move a system user (user) to a different business unit.SetBusinessSystemUserResponseContains the response from the SetBusinessSystemUserRequest class.SetLocLabelsRequestContains the data that is needed to set localized labels for a limited set of entity attributes.SetLocLabelsResponseContains the response from the SetLocLabelsRequest class.SetParentBusinessUnitRequestContains the data that is needed to set the parent business unit for a business unit.SetParentBusinessUnitResponseContains the response from the SetParentBusinessUnitRequest class.SetParentSystemUserRequestContains the data needed to set a new parent system user (user) for the specified user.SetParentSystemUserResponseContains the response from the SetParentSystemUserRequest class.SetParentTeamRequestContains the data needed to set the parent business unit of a team.SetParentTeamResponseContains the response from the SetParentTeamRequest class.SetRelatedRequestContains the data needed to create a relationship between a set of records that participate in specific relationships.SetRelatedResponseContains the response from the SetRelatedRequest class.SetReportRelatedRequestContains the data needed to link an instance of a report entity to related entities.SetReportRelatedResponseContains the response from SetReportRelatedRequest.SetStateRequestContains the data that’s needed to set the state of an entity record.SetStateResponseContains the response from the SetStateRequest class.ShareAuditDetailRepresents a shared audit detail record.StatusUpdateBulkOperationRequestFor internal use only.StatusUpdateBulkOperationResponseFor internal use only.TimeInfoSpecifies a set of time blocks with appointment information.TraceInfoSpecifies the results of a scheduling operation using the ValidateRequest, BookRequest, RescheduleRequest, or SearchRequest messages.TransformImportRequestContains the data that is needed to submit an asynchronous job that transforms the parsed data.TransformImportResponseContains the response from the TransformImportRequest class.TriggerServiceEndpointCheckRequestContains the data that is needed to validate the configuration of a Microsoft Azure Service Bus solution’s service endpoint.TriggerServiceEndpointCheckResponseContains the response from the TriggerServiceEndpointCheckRequest.UninstallSampleDataRequest UninstallSampleDataResponse UnlockInvoicePricingRequestContains the data that is needed to unlock pricing for an invoice.UnlockInvoicePricingResponseContains the response from the UnlockInvoicePricingRequest class.UnlockSalesOrderPricingRequestContains the data that is needed to unlock pricing for a sales order (order).UnlockSalesOrderPricingResponseContains the response from the UnlockSalesOrderPricingRequest class.UnpublishDuplicateRuleRequestContains the data that is needed to submit an asynchronous job to unpublish a duplicate rule.UnpublishDuplicateRuleResponseContains the response from the UnpublishDuplicateRuleRequest class.UpdateProductPropertiesRequestContains the data that is needed to update values of the property instances (dynamic property instances) for a product added to an opportunity, quote, order, or invoice.UpdateProductPropertiesResponseContains the response from the UpdateProductPropertiesRequest class.UpdateUserSettingsSystemUserRequestDeprecated. Use the UpdateRequest class.UpdateUserSettingsSystemUserResponseDeprecated. Use the UpdateRequest class and its associated response class.UserAccessAuditDetailFor internal use only.UtcTimeFromLocalTimeRequestContains the data that is needed to retrieve the Coordinated Universal Time (UTC) for the specified local time.UtcTimeFromLocalTimeResponseContains the response from the UtcTimeFromLocalTimeRequest class.ValidateRecurrenceRuleRequestContains the data that is needed to validate a rule for a recurring appointment.ValidateRecurrenceRuleResponseContains the response from the ValidateRecurrenceRuleRequest class.ValidateRequestContains the data that is needed to verify that an appointment or service appointment (service activity) has valid available resources for the activity, duration, and site, as appropriate.ValidateResponseContains the response from the ValidateRequest class.ValidateSavedQueryRequestContains the data that is needed to validate a saved query (view).ValidateSavedQueryResponseContains the response from the ValidateSavedQueryRequest class.ValidationResultContains the result from the ValidateRequest, BookRequest, or RescheduleRequest messages.VerifyProcessStateDataRequestFor internal use only.VerifyProcessStateDataResponseContains the response from the VerifyProcessStateDataRequest class.WhoAmIRequestContains the data that is needed to retrieve the system user ID for the currently logged on user or the user under whose context the code is running.WhoAmIResponseContains the response from the WhoAmIRequest class.WinOpportunityRequestContains the data that is needed to set the state of an opportunity to Won.WinOpportunityResponseContains the response from the WinOpportunityRequest class.WinQuoteRequestContains the data that is needed to set the state of a quote to Won.WinQuoteResponseContains the response from the WinQuoteRequest class.
原创粉丝点击