IService.EntityMemberAnnotationsCreate Method

Definition

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

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.

Applies to