IService.BusinessRulesPublish(BusinessRulesPublishRequest) 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.
Publishes business rules for a model type, entity type, or member type.
public:
Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse ^ BusinessRulesPublish(Microsoft::MasterDataServices::Services::MessageContracts::BusinessRulesPublishRequest ^ 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.MessageResponse BusinessRulesPublish (Microsoft.MasterDataServices.Services.MessageContracts.BusinessRulesPublishRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member BusinessRulesPublish : Microsoft.MasterDataServices.Services.MessageContracts.BusinessRulesPublishRequest -> Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
Public Function BusinessRulesPublish (request As BusinessRulesPublishRequest) As MessageResponse
Parameters
- request
- BusinessRulesPublishRequest
Returns
- Attributes
Remarks
The BusinessRulesPublish(BusinessRulesPublishRequest) operation publishes business rule updates for a particular model, entity, and member type.
The business rules are identified by Model, Entity, and MemberType using the BRPublishCriteria complex type. Each parameter is optional, and multiple specified parameters are combined with an AND to select business rules for publication. If no parameters are specified, all rules are published.
This operation returns a standard MessageResponse message.