言語

IService.TransactionAnnotationsCreate メソッド

定義

既存の取引に新しい注釈を付与します。

public:
 Microsoft::MasterDataServices::Services::MessageContracts::AnnotationsCreateResponse ^ TransactionAnnotationsCreate(Microsoft::MasterDataServices::Services::MessageContracts::TransactionAnnotationsCreateRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsCreateResponse TransactionAnnotationsCreate(Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsCreateRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member TransactionAnnotationsCreate : Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsCreateRequest -> Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsCreateResponse
Public Function TransactionAnnotationsCreate (request As TransactionAnnotationsCreateRequest) As AnnotationsCreateResponse

パラメーター

返品

属性

注釈

TransactionAnnotationsCreate(TransactionAnnotationsCreateRequest)操作は既存のトランザクションに注釈を作成するものです。 この操作は、以前のトランザクションにのみ割り当てられる注釈を作成します。 EntityMemberAnnotationsCreate(EntityMemberAnnotationsCreateRequest) は、スタンドアロンの注釈(トランザクションには直接付加されない注釈)を作成するために使われます。

ユーザーは自分自身の取引のみに注釈を付けることができます。 モデル管理者はすべての取引に注釈を付けることができます。

この操作は、単一のトランザクションID入力と1つ以上の注釈コメントを必要とします。

適用対象