ServiceClient.IService.TransactionAnnotationsCreate 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 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
The create request.
Returns
The AnnotationsCreateResponse for the operation.
Implements
- Attributes