IService.EntityMemberAnnotationsCreate 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.
Creates new annotations that are attached to a member.
public:
Microsoft::MasterDataServices::Services::MessageContracts::AnnotationsCreateResponse ^ EntityMemberAnnotationsCreate(Microsoft::MasterDataServices::Services::MessageContracts::EntityMemberAnnotationsCreateRequest ^ 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.AnnotationsCreateResponse EntityMemberAnnotationsCreate (Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsCreateRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member EntityMemberAnnotationsCreate : Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsCreateRequest -> Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsCreateResponse
Public Function EntityMemberAnnotationsCreate (request As EntityMemberAnnotationsCreateRequest) As AnnotationsCreateResponse
Parameters
The request.
Returns
- Attributes
Remarks
The EntityMemberAnnotationsCreate(EntityMemberAnnotationsCreateRequest) operation adds annotations to a member that are not associated with a transaction.
The following inputs are required to specify the contents:
- Model ID
- Version ID
- Entity ID
- Member ID
Additionally, at least one annotation comments MUST be included in a collection of annotations.