Service.TransactionsGet(TransactionsGetRequest) 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.
Gets the transactions for the given criteria.
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::TransactionsGetResponse ^ TransactionsGet(Microsoft::MasterDataServices::Services::MessageContracts::TransactionsGetRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.TransactionsGetResponse TransactionsGet (Microsoft.MasterDataServices.Services.MessageContracts.TransactionsGetRequest request);
abstract member TransactionsGet : Microsoft.MasterDataServices.Services.MessageContracts.TransactionsGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.TransactionsGetResponse
override this.TransactionsGet : Microsoft.MasterDataServices.Services.MessageContracts.TransactionsGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.TransactionsGetResponse
Public Function TransactionsGet (request As TransactionsGetRequest) As TransactionsGetResponse
Parameters
- request
- TransactionsGetRequest
The TransactionsGetRequest instance that specifies the criteria for the transactions to get.
Returns
A TransactionsGetResponse instance containing the results of the transaction request.