ServiceClient.IService.TransactionsReverse(TransactionsReverseRequest) Method

Definition

Reverses one or more existing transactions.

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

Parameters

request
TransactionsReverseRequest

The reversal request.

Returns

The TransactionsReverseResponse for the operation.

Implements

Attributes

Applies to