Dynamics CRM 是基于SOA感念进行实现的,系统的所有操作都被分割成原子级别的Service。这些Service主要分布在两个命名空间中:Microsoft.Crm.Sdk.Message,Microsoft.Xrm.Sdk.Message。(详细信息可以参阅Dynamics CRM 2011 SDK)
类 | 说明 |
---|---|
AssociateRequest | 包含数据,需要这些数据来 create a link between records. |
AssociateResponse | Contains the response from the AssociateRequest class. |
CanBeReferencedRequest | 包含数据,需要这些数据来 check whether the specified entity can be the primary entity (one) in a one-to-many relationship. |
CanBeReferencedResponse | Contains the response from the CanBeReferencedRequest class. |
CanBeReferencingRequest | 包含数据,需要这些数据来 check whether an entity can be the referencing entity in a one-to-many relationship. |
CanBeReferencingResponse | Contains the response from the CanBeReferencingRequest class. |
CanManyToManyRequest | 包含数据,需要这些数据来 check whether an entity can participate in a many-to-many relationship. |
CanManyToManyResponse | Contains the response from the CanManyToManyRequest class. |
CreateAttributeRequest | 包含数据,需要这些数据来 create a new attribute, and optionally, to add it to a specified unmanaged solution. |
CreateAttributeResponse | Contains the response from the CreateAttributeRequest class. |
CreateEntityRequest | 包含数据,需要这些数据来 create a custom entity, and optionally, to add it to a specified unmanaged solution. |
CreateEntityResponse | Contains the response from the CreateEntityRequest class. |
CreateManyToManyRequest | 包含数据,需要这些数据来 create a new Many-to-Many (N:N) entity relationship. |
CreateManyToManyResponse | Contains the response from the CreateManyToManyRequest class. |
CreateOneToManyRequest | 包含数据,需要这些数据来 create a new One-to-Many (1:N) entity relationship. |
CreateOneToManyResponse | Contains the response from the CreateOneToManyRequest class. |
CreateOptionSetRequest | 包含数据,需要这些数据来 create a new global option set. |
CreateOptionSetResponse | Contains the response from the CreateOptionSetRequest class. |
CreateRequest | 包含数据,需要这些数据来 create a record. |
CreateResponse | Contains the response from the CreateRequest class. |
DeleteAttributeRequest | 包含数据,需要这些数据来 delete an attribute. |
DeleteAttributeResponse | Contains the response from the DeleteAttributeRequest class. |
DeleteEntityRequest | 包含数据,需要这些数据来 delete an entity. |
DeleteEntityResponse | Contains the response from the DeleteEntityRequest class. |
DeleteOptionSetRequest | 包含数据,需要这些数据来 delete a global option set. |
DeleteOptionSetResponse | Contains the response from the DeleteOptionSetRequest class. |
DeleteOptionValueRequest | 包含数据,需要这些数据来 delete an option value in a global or local option set. |
DeleteOptionValueResponse | Contains the response from the DeleteOptionValueRequest class. |
DeleteRelationshipRequest | 包含数据,需要这些数据来 delete an entity relationship. |
DeleteRelationshipResponse | Contains the response from the DeleteRelationshipRequest class. |
DeleteRequest | 包含数据,需要这些数据来 delete a record. |
DeleteResponse | Contains the response from the DeleteRequest class. |
DisassociateRequest | 包含数据,需要这些数据来 delete a link between records. |
DisassociateResponse | Contains the response from the DisassociateRequest class. |
GetValidManyToManyRequest | 包含数据,需要这些数据来 retrieve a list of all the entities that can participate in a Many-to-Many entity relationship. |
GetValidManyToManyResponse | Contains 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. |
GetValidReferencedEntitiesResponse | Contains 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. |
GetValidReferencingEntitiesResponse | Contains the response from the GetValidReferencingEntitiesRequest class. |
InsertOptionValueRequest | 包含数据,需要这些数据来 insert a new option value for a global or local option set. |
InsertOptionValueResponse | Contains the response from the InsertOptionValueRequest class. |
InsertStatusValueRequest | 包含数据,需要这些数据来 insert a new option into a StatusAttributeMetadata attribute. |
InsertStatusValueResponse | Contains the response from the InsertStatusValueRequest class. |
OrderOptionRequest | 包含数据,需要这些数据来 set the order for an option set. |
OrderOptionResponse | Contains the response from the OrderOptionRequest class. |
RetrieveAllEntitiesRequest | 包含数据,需要这些数据来 retrieve metadata information about all the entities. |
RetrieveAllEntitiesResponse | Contains the response from the RetrieveAllEntitiesRequest class. |
RetrieveAllManagedPropertiesRequest | 包含数据,需要这些数据来 retrieve all managed property definitions |
RetrieveAllManagedPropertiesResponse | Contains the response from the RetrieveAllManagedPropertiesRequest class. |
RetrieveAllOptionSetsRequest | 包含数据,需要这些数据来 retrieve information about all global option sets. |
RetrieveAllOptionSetsResponse | Contains the response from the RetrieveAllOptionSetsRequest class. |
RetrieveAttributeRequest | 包含数据,需要这些数据来 retrieve attribute metadata. |
RetrieveAttributeResponse | Contains the response from the RetrieveAttributeRequest class. |
RetrieveEntityRequest | 包含数据,需要这些数据来 retrieve entity metadata. |
RetrieveEntityResponse | Contains the response from the RetrieveEntityRequest class. |
RetrieveManagedPropertyRequest | 包含数据,需要这些数据来 retrieve a managed property definition. |
RetrieveManagedPropertyResponse | Contains the response from the RetrieveManagedPropertyRequest class. |
RetrieveMultipleRequest | 包含数据,需要这些数据来 retrieve a collection of records that satisfy the specified query criteria. |
RetrieveMultipleResponse | Contains the response from the RetrieveMultipleRequest class. |
RetrieveOptionSetRequest | 包含数据,需要这些数据来 retrieve a global option set. |
RetrieveOptionSetResponse | Contains the response from the RetrieveOptionSetRequest class. |
RetrieveRelationshipRequest | 包含数据,需要这些数据来 retrieve entity relationship metadata. |
RetrieveRelationshipResponse | Contains the response from the RetrieveRelationshipRequest class. |
RetrieveRequest | 包含数据,需要这些数据来 retrieve a record. |
RetrieveResponse | Contains the response from the RetrieveRequest class. |
RetrieveTimestampRequest | 包含数据,需要这些数据来 retrieves a time stamp for the metadata. |
RetrieveTimestampResponse | Contains the response from the RetrieveTimestampRequest class. |
UpdateAttributeRequest | 包含数据,需要这些数据来 update the definition of an attribute. |
UpdateAttributeResponse | Contains the response from the UpdateAttributeRequest class. |
UpdateEntityRequest | 包含数据,需要这些数据来update the definition of an entity. |
UpdateEntityResponse | Contains the response from the UpdateEntityRequest class. |
UpdateOptionSetRequest | 包含数据,需要这些数据来update the definition of a global option set. |
UpdateOptionSetResponse | Contains the response from the UpdateOptionSetRequest class. |
UpdateOptionValueRequest | 包含数据,需要这些数据来 update an option value in a global or local option set. |
UpdateOptionValueResponse | Contains the response from the UpdateOptionValueRequest class. |
UpdateRelationshipRequest | 包含数据,需要这些数据来update the definition of an entity relationship. |
UpdateRelationshipResponse | Contains the response from the UpdateRelationshipRequest class. |
UpdateRequest | 包含数据,需要这些数据来 update an existing record. |
UpdateResponse | Contains the response from the UpdateRequest class. |
UpdateStateValueRequest | 包含数据,需要这些数据来 update an option set value in for a StateAttributeMetadata attribute. |
UpdateStateValueResponse | Contains the response from the UpdateStateValueRequest class. |
类 | 说明 |
---|---|
AddItemCampaignActivityRequest | 包含数据,需要这些数据来 add an item to a campaign activity. |
AddItemCampaignActivityResponse | Contains the response from the AddItemCampaignActivityRequest class. |
AddItemCampaignRequest | 包含数据,需要这些数据来 add an item to a campaign. |
AddItemCampaignResponse | Contains the response from the AddItemCampaignRequest class. |
AddListMembersListRequest | 包含数据,需要这些数据来 add members to the list. |
AddListMembersListResponse | Contains the response from the AddListMembersListRequest class. |
AddMemberListRequest | 包含数据,需要这些数据来 add a member to a list (marketing list). |
AddMemberListResponse | Contains the response from the AddMemberListRequest class. |
AddMembersTeamRequest | 包含数据,需要这些数据来 add members to a team. |
AddMembersTeamResponse | Contains the response from the AddMembersTeamRequest class. |
AddPrivilegesRoleRequest | 包含数据,需要这些数据来 add a set of existing privileges to an existing role. |
AddPrivilegesRoleResponse | Contains the response from the AddPrivilegesRoleRequest class. |
AddProductToKitRequest | 包含数据,需要这些数据来 add a product to a kit. |
AddProductToKitResponse | Contains the response from the AddProductToKitRequest class. |
AddRecurrenceRequest | 包含数据,需要这些数据来 add recurrence information to an existing appointment. |
AddRecurrenceResponse | Contains the response from the AddRecurrenceRequest class. |
AddSolutionComponentRequest | 包含数据,需要这些数据来 add a solution component to an unmanaged solution. |
AddSolutionComponentResponse | Contains 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. |
AddToQueueResponse | Contains the response from the AddToQueueRequest class. |
AppointmentProposal | Represents a proposed appointment time and date as a result of the SearchRequest message. |
AppointmentRequest | Provides the details of an appointment request for the SearchRequest class. |
AppointmentsToIgnore | Specifies 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. |
AssignResponse | Contains 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. |
AttributeAuditDetail | Contains the details of changes to entity attributes. |
AuditDetail | Provides a base class for storing the details of data changes. |
AuditDetailCollection | Contains a collection of AuditDetail objects. |
AuditPartitionDetail | Identifies an SQL partition that is used to store changes to data records. |
AuditPartitionDetailCollection | Contains a data collection of AuditDetail objects. |
AutoMapEntityRequest | 包含数据,需要这些数据来 generate a new set of attribute mappings based on the metadata. |
AutoMapEntityResponse | Contains the response from the AutoMapEntityRequest class. |
BackgroundSendEmailRequest | 包含数据,需要这些数据来 send email messages asynchronously. |
BackgroundSendEmailResponse | Contains the response from the BackgroundSendEmailRequest class. |
BookRequest | 包含数据,需要这些数据来 schedule or “book” an appointment, recurring appointment, or service appointment (service activity). |
BookResponse | Contains 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. |
BulkDeleteResponse | Contains the response from the BulkDeleteRequest class. |
BulkDetectDuplicatesRequest | 包含数据,需要这些数据来 submit an asynchronous system job that detects and logs multiple duplicate records. |
BulkDetectDuplicatesResponse | Contains the response from the BulkDetectDuplicatesRequest class. |
BulkOperationStatusCloseRequest | 仅供内部使用。 |
BulkOperationStatusCloseResponse | 仅供内部使用。 |
CalculateActualValueOpportunityRequest | 包含数据,需要这些数据来 calculate the value of an opportunity that is in the "Won" state. |
CalculateActualValueOpportunityResponse | Contains the response from the CalculateActualValueOpportunityRequest class. |
CalculateTotalTimeIncidentRequest | 包含数据,需要这些数据来 calculate the total time, in minutes, that you used while you worked on an incident (case). |
CalculateTotalTimeIncidentResponse | Contains the response from the CalculateTotalTimeIncidentRequest class. |
CancelContractRequest | 包含数据,需要这些数据来 cancel a contract. |
CancelContractResponse | Contains the response from the CancelContractRequest class. |
CancelSalesOrderRequest | 包含数据,需要这些数据来 cancel a sales order (order). |
CancelSalesOrderResponse | Contains the response from the CancelSalesOrderRequest class. |
CheckIncomingEmailRequest | 包含数据,需要这些数据来 check whether the incoming email message is relevant to the Microsoft Dynamics CRM system. |
CheckIncomingEmailResponse | Contains the response from the CheckIncomingEmailRequest class. |
CheckPromoteEmailRequest | 包含数据,需要这些数据来 check whether the incoming email message should be promoted to the Microsoft Dynamics CRM system. |
CheckPromoteEmailResponse | Contains the response from the CheckPromoteEmailRequest class. |
CleanUpBulkOperationRequest | 仅供内部使用。 |
CleanUpBulkOperationResponse | 仅供内部使用。 |
CloneContractRequest | 包含数据,需要这些数据来 copy an existing contract and its line items. |
CloneContractResponse | Contains the response from the CancelContractRequest class. |
CloseIncidentRequest | 包含数据,需要这些数据来 close an incident (case). |
CloseIncidentResponse | Contains the response from the CloseIncidentRequest class. |
CloseQuoteRequest | 包含数据,需要这些数据来 close a quote. |
CloseQuoteResponse | Contains the response from the CloseQuoteRequest class. |
ComponentDetail | Provides 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. |
CompoundUpdateDuplicateDetectionRuleResponse | Contains 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. |
ConstraintRelation | Specifies additional constraints to be applied when you select resources for appointments. |
ConvertKitToProductRequest | 包含数据,需要这些数据来 convert a kit to a product. |
ConvertKitToProductResponse | Contains the response from the ConvertKitToProductRequest class. |
ConvertProductToKitRequest | 包含数据,需要这些数据来 convert a product to a kit. |
ConvertProductToKitResponse | Contains the response from the ConvertProductToKitRequest class. |
ConvertQuoteToSalesOrderRequest | 包含数据,需要这些数据来 convert a quote to a sales order. |
ConvertQuoteToSalesOrderResponse | Contains the response from the ConvertQuoteToSalesOrderRequest class. |
ConvertSalesOrderToInvoiceRequest | 包含数据,需要这些数据来 convert a sales order to an invoice. |
ConvertSalesOrderToInvoiceResponse | Contains the response from the ConvertSalesOrderToInvoiceRequest class. |
CopyCampaignRequest | 包含数据,需要这些数据来 copy a campaign. |
CopyCampaignResponse | Contains the response from the CopyCampaignRequest class. |
CopyCampaignResponseRequest | 包含数据,需要这些数据来 create a copy of the campaign response. |
CopyCampaignResponseResponse | Contains 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. |
CopyDynamicListToStaticResponse | Contains the response from the CopyDynamicListToStaticRequest class. |
CopyMembersListRequest | 包含数据,需要这些数据来 copy the members from the source list to the target list without creating duplicates. |
CopyMembersListResponse | Contains the response from the CopyMembersListRequest class. |
CopySystemFormRequest | 包含数据,需要这些数据来 create a new entity form that is based on an existing entity form. |
CopySystemFormResponse | Contains the response from the CopySystemFormRequest class. |
CreateActivitiesListRequest | 包含数据,需要这些数据来 create a quick campaign to distribute an activity to members of a list (marketing list). |
CreateActivitiesListResponse | Contains the response from the CreateActivitiesListRequest class. |
CreateExceptionRequest | 包含数据,需要这些数据来 create an exception for the recurring appointment instance. |
CreateExceptionResponse | Contains the response from the CreateExceptionRequest class. |
CreateInstanceRequest | 包含数据,需要这些数据来 create future unexpanded instances for the recurring appointment master. |
CreateInstanceResponse | Contains the response from the CreateInstanceRequest class. |
CreateWorkflowFromTemplateRequest | 包含数据,需要这些数据来 create a workflow (process) from a workflow template. |
CreateWorkflowFromTemplateResponse | Contains the response from the CreateWorkflowFromTemplateRequest class. |
DeleteAuditDataRequest | 包含数据,需要这些数据来 delete all audit data records up until a specified end date. |
DeleteAuditDataResponse | Contains the response from the DeleteAuditDataRequest class. |
DeleteOpenInstancesRequest | 包含数据,需要这些数据来 delete instances of a recurring appointment master that have an “Open” state. |
DeleteOpenInstancesResponse | Contains the response from the DeleteOpenInstancesRequest class. |
DeliverIncomingEmailRequest | 包含数据,需要这些数据来 create an email activity record from an incoming email message (Track in CRM). |
DeliverIncomingEmailResponse | Contains the response from the DeliverIncomingEmailRequest class. |
DeliverPromoteEmailRequest | 包含数据,需要这些数据来 create an email activity record from the specified email message (Track in CRM). |
DeliverPromoteEmailResponse | Contains the response from the DeliverPromoteEmailRequest class. |
DeprovisionLanguageRequest | 包含数据,需要这些数据来 deprovision a language. |
DeprovisionLanguageResponse | Contains 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. |
DistributeCampaignActivityResponse | Contains the response from the DistributeCampaignActivityRequest class. |
DownloadReportDefinitionRequest | 包含数据,需要这些数据来 download a report definition. |
DownloadReportDefinitionResponse | Contains the response from the DownloadReportDefinitionRequest class. |
ErrorInfo | Specifies the results of a scheduling operation using the RescheduleRequest message. |
ExecuteByIdSavedQueryRequest | 包含数据,需要这些数据来 execute a saved query (view) that has the specified ID. |
ExecuteByIdSavedQueryResponse | Contains the response from the ExecuteByIdSavedQueryRequest class. |
ExecuteByIdUserQueryRequest | 包含数据,需要这些数据来 execute the user query (saved view) that has the specified ID. |
ExecuteByIdUserQueryResponse | Contains 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. |
ExecuteWorkflowResponse | Contains the response from the ExecuteWorkflowResponse class. |
ExpandCalendarRequest | 包含数据,需要这些数据来 convert the calendar rules to an array of available time blocks for the specified period. |
ExpandCalendarResponse | Contains the response from the ExpandCalendarRequest class. |
ExportMappingsImportMapRequest | 包含数据,需要这些数据来 export a data map as an XML formatted data. |
ExportMappingsImportMapResponse | Contains the response from the ExportMappingsImportMapRequest class. |
ExportSolutionRequest | 包含数据,需要这些数据来 export a solution. |
ExportSolutionResponse | Contains the response from the ExportSolutionRequest class. |
ExportTranslationRequest | 包含数据,需要这些数据来 export all translations for a specific solution to a compressed file. |
ExportTranslationResponse | Contains the response from the ExportTranslationRequest class. |
FetchXmlToQueryExpressionRequest | 包含数据,需要这些数据来 convert a query in FetchXML to a QueryExpression. |
FetchXmlToQueryExpressionResponse | Contains the response from the FetchXmlToQueryExpressionRequest class. |
FindParentResourceGroupRequest | 包含数据,需要这些数据来 find a parent resource group (scheduling group) for the specified resource groups (scheduling groups). |
FindParentResourceGroupResponse | Contains the response from the FindParentResourceGroupRequest class. |
FulfillSalesOrderRequest | 包含数据,需要这些数据来 fulfill the sales order (order). |
FulfillSalesOrderResponse | Contains the response from the FulfillSalesOrderRequest class. |
GenerateInvoiceFromOpportunityRequest | 包含数据,需要这些数据来 generate an invoice from an opportunity. |
GenerateInvoiceFromOpportunityResponse | Contains the response from the GenerateInvoiceFromOpportunityRequest class. |
GenerateQuoteFromOpportunityRequest | 包含数据,需要这些数据来 generate a quote from an opportunity. |
GenerateQuoteFromOpportunityResponse | Contains the response from the GenerateQuoteFromOpportunityRequest class. |
GenerateSalesOrderFromOpportunityRequest | 包含数据,需要这些数据来 generate a sales order (order) from an opportunity. |
GenerateSalesOrderFromOpportunityResponse | Contains 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. |
GetAllTimeZonesWithDisplayNameResponse | Contains 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. |
GetDecryptionKeyResponse | Contains 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. |
GetDistinctValuesImportFileResponse | Contains 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. |
GetHeaderColumnsImportFileResponse | Contains the response from the GetHeaderColumnsImportFileRequest class. |
GetInvoiceProductsFromOpportunityRequest | 包含数据,需要这些数据来 retrieve the products from an opportunity and copy them to the invoice. |
GetInvoiceProductsFromOpportunityResponse | Contains the response from the GetInvoiceProductsFromOpportunityRequest class. |
GetQuantityDecimalRequest | 包含数据,需要这些数据来 get the quantity decimal value of a product for the specified entity in the target. |
GetQuantityDecimalResponse | Contains the response from the GetQuantityDecimalRequest class. |
GetQuoteProductsFromOpportunityRequest | 包含数据,需要这些数据来 retrieve the products from an opportunity and copy them to the quote. |
GetQuoteProductsFromOpportunityResponse | Contains the response from the GetQuoteProductsFromOpportunityRequest class. |
GetReportHistoryLimitRequest | 包含数据,需要这些数据来 retrieve the history limit for a report. |
GetReportHistoryLimitResponse | Contains the response from the GetReportHistoryLimitRequest class. |
GetSalesOrderProductsFromOpportunityRequest | 包含数据,需要这些数据来 retrieve the products from an opportunity and copy them to the sales order (order). |
GetSalesOrderProductsFromOpportunityResponse | Contains the response from the GetSalesOrderProductsFromOpportunityRequest class. |
GetTimeZoneCodeByLocalizedNameRequest | 包含数据,需要这些数据来 retrieve the time zone code for the specified localized time zone name. |
GetTimeZoneCodeByLocalizedNameResponse | Contains the response from the GetTimeZoneCodeByLocalizedNameRequest class. |
GetTrackingTokenEmailRequest | 包含数据,需要这些数据来 return a tracking token that can then be passed as a parameter to the SendEmailRequest message. |
GetTrackingTokenEmailResponse | Contains the response from the GetTrackingTokenEmailRequest class. |
GrantAccessRequest | 包含数据,需要这些数据来 grant a security principal (user or team) access to the specified record. |
GrantAccessResponse | Contains 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. |
ImportMappingsImportMapResponse | Contains the response from the ImportMappingsImportMapRequest class. |
ImportRecordsImportRequest | 包含数据,需要这些数据来 submit an asynchronous job that uploads the transformed data into Microsoft Dynamics CRM. |
ImportRecordsImportResponse | Contains the response from the ImportRecordsImportRequest class. |
ImportSolutionRequest | 包含数据,需要这些数据来 import a solution. |
ImportSolutionResponse | Contains the response from the ImportSolutionRequest class. |
ImportTranslationRequest | 包含数据,需要这些数据来 import translations from a compressed file. |
ImportTranslationResponse | Contains the response from the ImportTranslationRequest class. |
InitializeFromRequest | 包含数据,需要这些数据来 initialize a new record from an existing record. |
InitializeFromResponse | Contains the response from the InitializeFromRequest class. |
InstallSampleDataRequest | 包含数据,需要这些数据来 install the sample data. |
InstallSampleDataResponse | Contains the response from the InstallSampleDataRequest class. |
InstantiateFiltersRequest | 包含数据,需要这些数据来 instantiate a set of filters for Microsoft Dynamics CRM for Outlook for the specified user. |
InstantiateFiltersResponse | Contains the response from the InstantiateFiltersRequest class. |
InstantiateTemplateRequest | Contains the parameters that are needed to create an email message from a template (email template). |
InstantiateTemplateResponse | Contains 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. |
IsComponentCustomizableResponse | Contains the response from the IsComponentCustomizableRequest class. |
IsValidStateTransitionRequest | 包含数据,需要这些数据来 validate the state transition. |
IsValidStateTransitionResponse | Contains the response from the IsValidStateTransitionRequest class. |
LocalTimeFromUtcTimeRequest | 包含数据,需要这些数据来 retrieve the local time for the specified Coordinated Universal Time (UTC). |
LocalTimeFromUtcTimeResponse | Contains the response from the LocalTimeFromUtcTimeRequest class. |
LockInvoicePricingRequest | 包含数据,需要这些数据来 lock the total price of products and services that are specified in the invoice. |
LockInvoicePricingResponse | Contains the response from the LockInvoicePricingRequest class. |
LockSalesOrderPricingRequest | 包含数据,需要这些数据来 lock the total price of products and services that are specified in the sales order (order). |
LockSalesOrderPricingResponse | Contains the response from the LockSalesOrderPricingRequest class. |
LogFailureBulkOperationRequest | 仅供内部使用。 |
LogFailureBulkOperationResponse | 仅供内部使用。 |
LogSuccessBulkOperationRequest | 仅供内部使用。 |
LogSuccessBulkOperationResponse | 仅供内部使用。 |
LoseOpportunityRequest | 包含数据,需要这些数据来 set the state of an opportunity to Lost. |
LoseOpportunityResponse | Contains 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. |
MergeResponse | Contains the response from the MergeRequest class. |
MissingComponent | Contains 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). |
ModifyAccessResponse | Contains the response from the ModifyAccessRequest class. |
ObjectiveRelation | Contains the data that describes the scheduling strategy for an AppointmentRequest and that overrides the default constraints. |
OrganizationResources | Contains 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). |
ParseImportResponse | Contains the response from the ParseImportRequest class. |
PrincipalAccess | Contains access rights information for the security principal (user or team). |
ProcessInboundEmailRequest | 包含数据,需要这些数据来 process the email responses from a marketing campaign. |
ProcessInboundEmailResponse | Contains 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. |
PropagateByExpressionResponse | Contains the response from the PropagateByExpressionRequest class. |
ProposalParty | Represents a party (user, team, or resource) that is needed for the proposed appointment. |
ProvisionLanguageRequest | 包含数据,需要这些数据来 provision a new language. |
ProvisionLanguageResponse | Contains the response from the ProvisionLanguageRequest class. |
PublishAllXmlRequest | 包含数据,需要这些数据来 publish all changes to solution components. |
PublishAllXmlResponse | Contains the response from the PublishAllXmlRequest class. |
PublishDuplicateRuleRequest | 包含数据,需要这些数据来 submit an asynchronous job to publish a duplicate rule. |
PublishDuplicateRuleResponse | Contains the response from the PublishDuplicateRuleRequest class. |
PublishXmlRequest | 包含数据,需要这些数据来 publish specified solution components. |
PublishXmlResponse | Contains 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. |
QualifyLeadResponse | Contains 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. |
QualifyMemberListResponse | Contains 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. |
QueryExpressionToFetchXmlResponse | Contains the response from the QueryExpressionToFetchXmlRequest class. |
QueryMultipleSchedulesRequest | 包含数据,需要这些数据来 search multiple resources for available time block that match the specified parameters. |
QueryMultipleSchedulesResponse | Contains the response from the QueryMultipleSchedulesRequest class. |
QueryScheduleRequest | 包含数据,需要这些数据来 search the specified resource for an available time block that matches the specified parameters. |
QueryScheduleResponse | Contains response from QueryScheduleRequest. |
ReassignObjectsOwnerRequest | 包含数据,需要这些数据来 reassign all records that are owned by the security principal (user or team) to another security principal (user or team). |
ReassignObjectsOwnerResponse | Contains the response from the ReassignObjectsOwnerRequest class. |
ReassignObjectsSystemUserRequest | 包含数据,需要这些数据来 reassign all records that are owned by a specified user to another security principal (user or team). |
ReassignObjectsSystemUserResponse | Contains the response from the ReassignObjectsSystemUserRequest class. |
RecalculateRequest | 包含数据,需要这些数据来 recalculate system-computed values for rollup fields in the goal hierarchy. |
RecalculateResponse | Contains the response from the RecalculateRequest. |
RelationshipAuditDetail | Contains the audited details of a change in a relationship. |
RemoveItemCampaignActivityRequest | 包含数据,需要这些数据来 remove an item from a campaign activity. |
RemoveItemCampaignActivityResponse | Contains the response from the RemoveItemCampaignActivityRequest class. |
RemoveItemCampaignRequest | 包含数据,需要这些数据来 remove an item from a campaign. |
RemoveItemCampaignResponse | Contains the response from the RemoveItemCampaignRequest class. |
RemoveMemberListRequest | 包含数据,需要这些数据来 remove a member from a list (marketing list). |
RemoveMemberListResponse | Contains the response from the RemoveMemberListRequest class. |
RemoveMembersTeamRequest | 包含数据,需要这些数据来 remove members from a team. |
RemoveMembersTeamResponse | Contains the response from the RemoveMembersTeamRequest class. |
RemoveParentRequest | 包含数据,需要这些数据来 remove the parent for a system user (user) record. |
RemoveParentResponse | Contains the response from the RemoveParentRequest class. |
RemovePrivilegeRoleRequest | 包含数据,需要这些数据来 remove a privilege from an existing role. |
RemovePrivilegeRoleResponse | Contains the response from the RemovePrivilegeRoleRequest class. |
RemoveProductFromKitRequest | 包含数据,需要这些数据来 remove a product from a kit. |
RemoveProductFromKitResponse | Contains the response from the RemoveProductFromKitRequest. |
RemoveRelatedRequest | Use the DisassociateRequest class. 包含数据,需要这些数据来 remove the relationship between the specified records for specific relationships. |
RemoveRelatedResponse | Contains the response from the RemoveRelatedRequest class. |
RemoveSolutionComponentRequest | 包含数据,需要这些数据来 remove a component from an unmanaged solution. |
RemoveSolutionComponentResponse | Contains 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. |
RenewContractResponse | Contains the response from the RenewContractRequest class. |
ReplacePrivilegesRoleRequest | 包含数据,需要这些数据来 replace the privilege set of an existing role. |
ReplacePrivilegesRoleResponse | Contains the response from the ReplacePrivilegesRoleRequest class. |
RequiredResource | Specifies a resource that is required for a scheduling operation. |
RescheduleRequest | Contains the data that is needed to reschedule an appointment, recurring appointment, or service appointment (service activity). |
RescheduleResponse | Contains the response from the RescheduleRequest class. |
ResetUserFiltersRequest | 包含数据,需要这些数据来 reset the offline data filters for the calling user to the default filters for the organization. |
ResetUserFiltersResponse | Contains the response from the ResetUserFiltersRequest class. |
ResourceInfo | Contains information about a resource that has a scheduling problem for an appointment. |
RetrieveAbsoluteAndSiteCollectionUrlRequest | Contains the data that is needed to retrieve the absolute URL and the site collection URL for a SharePoint location record in Microsoft Dynamics CRM. |
RetrieveAbsoluteAndSiteCollectionUrlResponse | Contains the response from the RetrieveAbsoluteAndSiteCollectionUrlRequest class. |
RetrieveAllChildUsersSystemUserRequest | 包含数据,需要这些数据来 retrieve the collection of users that report to the specified system user (user). |
RetrieveAllChildUsersSystemUserResponse | Contains the response from the RetrieveAllChildUsersSystemUserRequest class. |
RetrieveApplicationRibbonRequest | 包含数据,需要这些数据来 retrieve the data that defines the content and behavior of the application ribbon. |
RetrieveApplicationRibbonResponse | Contains the response from the RetrieveApplicationRibbonRequest class. |
RetrieveAttributeChangeHistoryRequest | 包含数据,需要这些数据来 retrieve all metadata changes to a specific attribute. |
RetrieveAttributeChangeHistoryResponse | Contains the response from the RetrieveAttributeChangeHistoryRequest class. |
RetrieveAuditDetailsRequest | 包含数据,需要这些数据来 retrieve the full audit details from an Audit record. |
RetrieveAuditDetailsResponse | Contains the response from the RetrieveAuditDetailsRequest class. |
RetrieveAuditPartitionListRequest | 包含数据,需要这些数据来 retrieve the list of database partitions that are used to store audited history data. |
RetrieveAuditPartitionListResponse | Contains the response from the RetrieveAuditPartitionListRequest class. |
RetrieveAvailableLanguagesRequest | 包含数据,需要这些数据来 retrieve the list of language packs that are installed on the server. |
RetrieveAvailableLanguagesResponse | Contains the response from the RetrieveAvailableLanguagesRequest class. |
RetrieveBusinessHierarchyBusinessUnitRequest | 包含数据,需要这些数据来 retrieve all business units (including the specified business unit) from the business unit hierarchy. |
RetrieveBusinessHierarchyBusinessUnitResponse | Contains the response from the RetrieveBusinessHierarchyBusinessUnitRequest class. |
RetrieveByGroupResourceRequest | Contains the data that is needed to retrieve all resources that are related to the specified resource group (scheduling group). |
RetrieveByGroupResourceResponse | Contains the response from the RetrieveByGroupResourceRequest class. |
RetrieveByResourceResourceGroupRequest | Contains the data that is needed to retrieve the resource groups (scheduling groups) that contain the specified resource. |
RetrieveByResourceResourceGroupResponse | Contains the response from the RetrieveByResourceResourceGroupRequest class. |
RetrieveByResourcesServiceRequest | Contains the data that is needed to retrieve the collection of services that are related to the specified set of resources. |
RetrieveByResourcesServiceResponse | Contains 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. |
RetrieveByTopIncidentProductKbArticleResponse | Contains 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. |
RetrieveByTopIncidentSubjectKbArticleResponse | Contains 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. |
RetrieveDependenciesForDeleteResponse | Contains the response from the RetrieveDependenciesForDeleteRequest class. |
RetrieveDependenciesForUninstallRequest | 包含数据,需要这些数据来 retrieve a list of the solution component dependencies that can prevent you from uninstalling a managed solution. |
RetrieveDependenciesForUninstallResponse | Contains the response from the RetrieveDependenciesForUninstallRequest class. |
RetrieveDependentComponentsRequest | 包含数据,需要这些数据来 retrieves a list dependencies for solution components that directly depend on a solution component. |
RetrieveDependentComponentsResponse | Contains the response from the RetrieveDependentComponentsRequest class. |
RetrieveDeploymentLicenseTypeRequest | 包含数据,需要这些数据来 retrieve the type of license for a deployment of Microsoft Dynamics CRM. |
RetrieveDeploymentLicenseTypeResponse | Contains the response from the RetrieveDeploymentLicenseTypeRequest class. |
RetrieveDeprovisionedLanguagesRequest | 包含数据,需要这些数据来 retrieve a list of language packs that are installed on the server that have been disabled. |
RetrieveDeprovisionedLanguagesResponse | Contains the response from the RetrieveDeprovisionedLanguagesRequest class. |
RetrieveDuplicatesRequest | 包含数据,需要这些数据来 detect and retrieve duplicates for a specified record. |
RetrieveDuplicatesResponse | Contains the response from the RetrieveDuplicatesRequest class. |
RetrieveEntityRibbonRequest | 包含数据,需要这些数据来 retrieve ribbon definitions for an entity. |
RetrieveEntityRibbonResponse | Contains the response from the RetrieveEntityRibbonRequest class. |
RetrieveExchangeRateRequest | 包含数据,需要这些数据来 retrieve the exchange rate. |
RetrieveExchangeRateResponse | Contains the response from the RetrieveExchangeRateRequest class. |
RetrieveFilteredFormsRequest | 包含数据,需要这些数据来 retrieve the entity forms that are available for a specified user. |
RetrieveFilteredFormsResponse | Contains the response from the RetrieveFilteredFormsRequest class. |
RetrieveFormattedImportJobResultsRequest | 包含数据,需要这些数据来 retrieve the formatted results from an import job. |
RetrieveFormattedImportJobResultsResponse | Contains the response from the RetrieveFormattedImportJobResultsRequest class. |
RetrieveFormXmlRequest | 仅供内部使用。 |
RetrieveFormXmlResponse | 仅供内部使用。 |
RetrieveInstalledLanguagePacksRequest | 包含数据,需要这些数据来 retrieve the list of language packs that are installed on the server. |
RetrieveInstalledLanguagePacksResponse | Contains the response from the RetrieveInstalledLanguagePacksRequest class. |
RetrieveInstalledLanguagePackVersionRequest | 包含数据,需要这些数据来 retrieve the version of an installed language pack. |
RetrieveInstalledLanguagePackVersionResponse | Contains the response from the RetrieveInstalledLanguagePackVersionRequest class. |
RetrieveLicenseInfoRequest | 包含数据,需要这些数据来 retrieve the number of used and available licenses for a deployment of Microsoft Dynamics CRM. |
RetrieveLicenseInfoResponse | Contains the response from the RetrieveLicenseInfoRequest class. |
RetrieveLocLabelsRequest | 包含数据,需要这些数据来 retrieve localized labels for a limited set of entity attributes. |
RetrieveLocLabelsResponse | Contains the response from the RetrieveLocLabelsRequest class. |
RetrieveMembersBulkOperationRequest | 包含数据,需要这些数据来 retrieve the members of a bulk operation. |
RetrieveMembersBulkOperationResponse | Contains 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. |
RetrieveMissingComponentsResponse | Contains the response from the RetrieveMissingComponentsRequest class. |
RetrieveMissingDependenciesRequest | 包含数据,需要这些数据来 retrieve any required solution components that are not included in the solution. |
RetrieveMissingDependenciesResponse | Contains the response from the RetrieveMissingDependenciesRequest class. |
RetrieveOrganizationResourcesRequest | 包含数据,需要这些数据来 retrieve the resources that are used by an organization. |
RetrieveOrganizationResourcesResponse | Contains the response from the RetrieveOrganizationResourcesRequest class. |
RetrieveParentGroupsResourceGroupRequest | Contains the data needed to retrieve the collection of the parent resource groups of the specified resource group (scheduling group). |
RetrieveParentGroupsResourceGroupResponse | Contains the response from the RetrieveParentGroupsResourceGroupRequest class. |
RetrieveParsedDataImportFileRequest | 包含数据,需要这些数据来 retrieve the data from the parse table. |
RetrieveParsedDataImportFileResponse | Contains 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. |
RetrievePersonalWallResponse | Contains the response from the RetrievePersonalWallRequest class. |
RetrievePrincipalAccessRequest | 包含数据,需要这些数据来 retrieve the access rights of the specified security principal (team or user) to the specified record. |
RetrievePrincipalAccessResponse | Contains 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. |
RetrievePrincipalAttributePrivilegesResponse | Contains the response from the RetrievePrincipalAttributePrivilegesRequest class. |
RetrievePrivilegeSetRequest | Contains the data needed to retrieve the set of privileges defined in the system. |
RetrievePrivilegeSetResponse | Contains the response from the RetrievePrivilegeSetRequest class. |
RetrieveProvisionedLanguagePackVersionRequest | 包含数据,需要这些数据来 retrieve the version of a provisioned language pack. |
RetrieveProvisionedLanguagePackVersionResponse | Contains the response from the RetrieveProvisionedLanguagePackVersionRequest class. |
RetrieveProvisionedLanguagesRequest | 包含数据,需要这些数据来 retrieve the list of provisioned languages. |
RetrieveProvisionedLanguagesResponse | Contains the response from the RetrieveProvisionedLanguagesRequest class. |
RetrieveRecordChangeHistoryRequest | 包含数据,需要这些数据来 retrieve all attribute data changes for a specific entity. |
RetrieveRecordChangeHistoryResponse | Contains the response from the RetrieveRecordChangeHistoryRequest class. |
RetrieveRecordWallRequest | 包含数据,需要这些数据来 retrieve pages of posts, including comments for each post, for a specified record. |
RetrieveRecordWallResponse | Contains the response from the RetrieveRecordWallRequest class. |
RetrieveRequiredComponentsRequest | 包含数据,需要这些数据来 retrieve a collection of solution components that are required for a solution component. |
RetrieveRequiredComponentsResponse | Contains the response from the RetrieveRequiredComponentsRequest class. |
RetrieveRolePrivilegesRoleRequest | Contains the data that is needed to retrieve the privileges that are assigned to the specified role. |
RetrieveRolePrivilegesRoleResponse | Contains 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. |
RetrieveSharedPrincipalsAndAccessResponse | Contains the response from the RetrieveSharedPrincipalsAndAccessRequest class. |
RetrieveSubGroupsResourceGroupRequest | Contains the data that is needed to retrieve the collection of child resource groups from the specified resource group (scheduling group). |
RetrieveSubGroupsResourceGroupResponse | Contains 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. |
RetrieveTeamPrivilegesRequest | Contains the data that is needed to retrieve the privileges for a team. |
RetrieveTeamPrivilegesResponse | Contains 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. |
RetrieveUnpublishedMultipleResponse | Contains the response from the RetrieveUnpublishedMultipleRequest class. |
RetrieveUnpublishedRequest | 包含数据,需要这些数据来 retrieve an unpublished record. |
RetrieveUnpublishedResponse | Contains the response from the RetrieveUnpublishedRequest class. |
RetrieveUserPrivilegesRequest | Contains the data needed to retrieve the privileges a system user (user) has through his or her roles in the specified business unit. |
RetrieveUserPrivilegesResponse | Contains 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 服务器. |
RetrieveVersionResponse | Contains the response from the RetrieveVersionRequest class. |
ReviseQuoteRequest | 包含数据,需要这些数据来 set the state of a quote to Draft. |
ReviseQuoteResponse | Contains the response from the ReviseQuoteRequest class. |
RevokeAccessRequest | 包含数据,需要这些数据来 replace the access rights on the target record for the specified security principal (user or team). |
RevokeAccessResponse | Contains the response from the RevokeAccessRequest class. |
RolePrivilege | Contains information about a privilege. |
RolePrivilegeAuditDetail | Represents audited changes to the privileges of a security role. |
RollupRequest | 包含数据,需要这些数据来 retrieve all the entity records that are related to the specified record. |
RollupResponse | Contains the response from the RollupRequest class. |
SearchByBodyKbArticleRequest | 包含数据,需要这些数据来 search for knowledge base articles that contain the specified body text. |
SearchByBodyKbArticleResponse | Contains the response from the SearchByBodyKbArticleRequest class. |
SearchByKeywordsKbArticleRequest | 包含数据,需要这些数据来 search for knowledge base articles that contain the specified keywords. |
SearchByKeywordsKbArticleResponse | Contains the response from the SearchByKeywordsKbArticleRequest class. |
SearchByTitleKbArticleRequest | 包含数据,需要这些数据来 search for knowledge base articles that contain the specified title. |
SearchByTitleKbArticleResponse | Contains the response from the SearchByTitleKbArticleRequest class. |
SearchRequest | Contains the data needed to search for available time slots that fulfill the specified appointment request. |
SearchResponse | Contains the response from the SearchRequest class. |
SearchResults | Contains the results from the SearchRequest message. |
SendBulkMailRequest | 包含数据,需要这些数据来 send bulk email messages. |
SendBulkMailResponse | Contains the response from the SendBulkMailRequest class. |
SendEmailFromTemplateRequest | 包含数据,需要这些数据来 send an email message using a template. |
SendEmailFromTemplateResponse | Contains the response from the SendEmailFromTemplateRequest class. |
SendEmailRequest | 包含数据,需要这些数据来 send an email message. |
SendEmailResponse | Contains the response from the BackgroundSendEmailRequest class. |
SendFaxRequest | 包含数据,需要这些数据来 send a fax. |
SendFaxResponse | Contains the response from the SendFaxRequest class. |
SendTemplateRequest | Contains the data that is needed to send a bulk email message that is created from a template. |
SendTemplateResponse | Contains the response from the SendTemplateRequest class. |
SetBusinessEquipmentRequest | 包含数据,需要这些数据来 assign equipment (facility/equipment) to a specific business unit. |
SetBusinessEquipmentResponse | Contains the response from the SetBusinessEquipmentRequest class. |
SetBusinessSystemUserRequest | 包含数据,需要这些数据来 move a system user (user) to a different business unit. |
SetBusinessSystemUserResponse | Contains the response from the SetBusinessSystemUserRequest class. |
SetLocLabelsRequest | 包含数据,需要这些数据来 set localized labels for a limited set of entity attributes. |
SetLocLabelsResponse | Contains the response from the SetLocLabelsRequest class. |
SetParentBusinessUnitRequest | 包含数据,需要这些数据来 set the parent business unit for a business unit. |
SetParentBusinessUnitResponse | Contains the response from the SetParentBusinessUnitRequest class. |
SetParentSystemUserRequest | Contains the data needed to set a new parent system user (user) for the specified user. |
SetParentSystemUserResponse | Contains the response from the SetParentSystemUserRequest class. |
SetParentTeamRequest | Contains the data needed to set the parent business unit of a team. |
SetParentTeamResponse | Contains the response from the SetParentTeamRequest class. |
SetRelatedRequest | Contains the data needed to create a relationship between a set of records that participate in specific relationships. |
SetRelatedResponse | Contains the response from the SetRelatedRequest class. |
SetReportRelatedRequest | Contains the data needed to link an instance of a report entity to related entities. |
SetReportRelatedResponse | Contains the response from SetReportRelatedRequest. |
SetStateRequest | 包含数据,需要这些数据来 set the state of an entity record. |
SetStateResponse | Contains the response from the SetStateRequest class. |
ShareAuditDetail | Represents a shared audit detail record. |
StatusUpdateBulkOperationRequest | 仅供内部使用。 |
StatusUpdateBulkOperationResponse | 仅供内部使用。 |
TimeInfo | Specifies a set of time blocks with appointment information. |
TraceInfo | Specifies the results of a scheduling operation using the SearchRequest messages. |
TransformImportRequest | 包含数据,需要这些数据来 submit an asynchronous job that transforms the parsed data. |
TransformImportResponse | Contains the response from the TransformImportRequest class. |
TriggerServiceEndpointCheckRequest | 包含数据,需要这些数据来 validate the configuration of a Windows Azure platform AppFabric solution’s service endpoint. |
TriggerServiceEndpointCheckResponse | Contains the response from the TriggerServiceEndpointCheckRequest. |
UninstallSampleDataRequest | |
UninstallSampleDataResponse | |
UnlockInvoicePricingRequest | 包含数据,需要这些数据来 unlock pricing for an invoice. |
UnlockInvoicePricingResponse | Contains the response from the UnlockInvoicePricingRequest class. |
UnlockSalesOrderPricingRequest | 包含数据,需要这些数据来 unlock pricing for a sales order (order). |
UnlockSalesOrderPricingResponse | Contains the response from the UnlockSalesOrderPricingRequest class. |
UnpublishDuplicateRuleRequest | 包含数据,需要这些数据来 submit an asynchronous job to unpublish a duplicate rule. |
UnpublishDuplicateRuleResponse | Contains 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. |
UtcTimeFromLocalTimeResponse | Contains the response from the UtcTimeFromLocalTimeRequest class. |
ValidateRecurrenceRuleRequest | 包含数据,需要这些数据来 validate a rule for a recurring appointment. |
ValidateRecurrenceRuleResponse | Contains 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. |
ValidateResponse | Contains the response from the ValidateRequest class. |
ValidateSavedQueryRequest | 包含数据,需要这些数据来 validate a saved query (view). |
ValidateSavedQueryResponse | Contains the response from the ValidateSavedQueryRequest class. |
ValidationResult | Contains the result from the RescheduleRequest messages. |
VerifyProcessStateDataRequest | 仅供内部使用。 |
VerifyProcessStateDataResponse | Contains 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. |
WhoAmIResponse | Contains the response from the WhoAmIRequest class. |
WinOpportunityRequest | 包含数据,需要这些数据来 set the state of an opportunity to Won. |
WinOpportunityResponse | Contains the response from the WinOpportunityRequest class. |
WinQuoteRequest | 包含数据,需要这些数据来 set the state of a quote to Won. |
WinQuoteResponse | Contains the response from the WinQuoteRequest class. |