IService.HierarchyParentSave(HierarchyParentSaveRequest) Method

Definition

Updates the derived hierarchy parents of the specified child members.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::HierarchyParentSaveResponse ^ HierarchyParentSave(Microsoft::MasterDataServices::Services::MessageContracts::HierarchyParentSaveRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.HierarchyParentSaveResponse HierarchyParentSave (Microsoft.MasterDataServices.Services.MessageContracts.HierarchyParentSaveRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member HierarchyParentSave : Microsoft.MasterDataServices.Services.MessageContracts.HierarchyParentSaveRequest -> Microsoft.MasterDataServices.Services.MessageContracts.HierarchyParentSaveResponse
Public Function HierarchyParentSave (request As HierarchyParentSaveRequest) As HierarchyParentSaveResponse

Parameters

request
HierarchyParentSaveRequest

The request.

Returns

Attributes

Remarks

The HierarchyParentSave(HierarchyParentSaveRequest) operation updates the derived hierarchy parent of one or more members within an entity. All specified members are moved to the specified parent.

HierarchyParentSave(HierarchyParentSaveRequest) operates synchronously, completing live transactions and responding with the results of those transactions.

Applies to