Returns transaction log detail for the submitted TransactionID.
A single record of the following fields is returned.
LogTransactionId |
decimal |
The log transactionID. |
LogErrorLocation |
string |
The log error location. |
LogErrorMessage |
string |
The log error message. |
LogMethod |
string |
The log operation that requested a response. |
ExecutionTimeInSeconds |
decimal |
The log time required to respond to the request. |
SessionId |
decimal |
The log session ID. |
UserName |
string |
The log user name. |
ClientIP |
string |
The log IP address of the client. |
DateSubmitted |
dateTime |
The log date and time the request was submitted. |
DateUpdated |
dateTime |
The log date and time the response was returned. |
TransactionXML |
string |
The XML message used to submit the request. |
Method |
string |
The operation that requested this response. |
TransactionID |
decimal |
The unique message ID for this message. |
ErrorMessage |
string |
If blank, no error was returned. |
ErrorLocation |
string |
If blank, no error was returned. |