IService.HierarchyParentSave(HierarchyParentSaveRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.