Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a new annotations attached to an existing transaction.
Namespace: Microsoft.MasterDataServices.Services
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Function TransactionAnnotationsCreate ( _
request As TransactionAnnotationsCreateRequest _
) As AnnotationsCreateResponse
'Usage
Dim instance As Service
Dim request As TransactionAnnotationsCreateRequest
Dim returnValue As AnnotationsCreateResponse
returnValue = instance.TransactionAnnotationsCreate(request)
public AnnotationsCreateResponse TransactionAnnotationsCreate(
TransactionAnnotationsCreateRequest request
)
public:
virtual AnnotationsCreateResponse^ TransactionAnnotationsCreate(
TransactionAnnotationsCreateRequest^ request
) sealed
abstract TransactionAnnotationsCreate :
request:TransactionAnnotationsCreateRequest -> AnnotationsCreateResponse
override TransactionAnnotationsCreate :
request:TransactionAnnotationsCreateRequest -> AnnotationsCreateResponse
public final function TransactionAnnotationsCreate(
request : TransactionAnnotationsCreateRequest
) : AnnotationsCreateResponse
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsCreateRequest
The create request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsCreateResponse
The AnnotationsCreateResponse for the operation.
Implements
IService.TransactionAnnotationsCreate(TransactionAnnotationsCreateRequest)