ServiceClient.IService.TransactionsGet(TransactionsGetRequest) Method

Definition

Retrieves the filtered list of transactions from a model.

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

Parameters

request
TransactionsGetRequest

The get request.

Returns

The TransactionsGetResponse for the operation.

Implements

Attributes

Applies to