3.1.4.20 EntityMemberAnnotationsCreate

The EntityMemberAnnotationsCreate 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, one or more annotation comments MUST be included in a collection of annotations.

This operation returns an AnnotationsCreateResponse message.

The following is the WSDL definition of the EntityMemberAnnotationsCreate operation.

Applies to MDS 2008R2

     <wsdl:operation name="EntityMemberAnnotationsCreate">
       <wsdl:input wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsCreate" name="EntityMemberAnnotationsCreateRequest" message="tns:EntityMemberAnnotationsCreateRequest" />
       <wsdl:output wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsCreateResponse" name="AnnotationsCreateResponse" message="tns:AnnotationsCreateResponse" />
    </wsdl:operation>

Applies to MDS 2012

     <wsdl:operation name="EntityMemberAnnotationsCreate">
       <wsdl:input wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsCreate" name="EntityMemberAnnotationsCreateRequest" message="tns:EntityMemberAnnotationsCreateRequest"/>
       <wsdl:output wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsCreateResponse" name="AnnotationsCreateResponse" message="tns:AnnotationsCreateResponse"/>
       <wsdl:fault wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsCreateSkuNotSupportedMessageFault" name="SkuNotSupportedMessageFault" message="tns:IService_EntityMemberAnnotationsCreate_SkuNotSupportedMessageFault_FaultMessage"/>
       <wsdl:fault wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsCreateEditionExpiredMessageFault" name="EditionExpiredMessageFault" message="tns:IService_EntityMemberAnnotationsCreate_EditionExpiredMessageFault_FaultMessage"/>
    </wsdl:operation>