ServiceClient.IService.TransactionAnnotationsCreate Method

Definition

Creates new annotations attached to an existing transaction.

 virtual Microsoft::MasterDataServices::AnnotationsCreateResponse ^ Microsoft.MasterDataServices.IService.TransactionAnnotationsCreate(Microsoft::MasterDataServices::TransactionAnnotationsCreateRequest ^ request) = Microsoft::MasterDataServices::IService::TransactionAnnotationsCreate;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.AnnotationsCreateResponse IService.TransactionAnnotationsCreate (Microsoft.MasterDataServices.TransactionAnnotationsCreateRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.TransactionAnnotationsCreate : Microsoft.MasterDataServices.TransactionAnnotationsCreateRequest -> Microsoft.MasterDataServices.AnnotationsCreateResponse
override this.Microsoft.MasterDataServices.IService.TransactionAnnotationsCreate : Microsoft.MasterDataServices.TransactionAnnotationsCreateRequest -> Microsoft.MasterDataServices.AnnotationsCreateResponse
Function TransactionAnnotationsCreate (request As TransactionAnnotationsCreateRequest) As AnnotationsCreateResponse Implements IService.TransactionAnnotationsCreate

Parameters

request
TransactionAnnotationsCreateRequest

The create request.

Returns

The AnnotationsCreateResponse for the operation.

Implements

Attributes

Applies to