Retrieves a single incident from the database. The request is:
IncidentRequest |
|
The incident to retrieve. This has the following fields:
|
SessionId |
Decimal |
The web service session ID. |
A single record of the following fields is returned.
IncidentResponse |
Incident |
The retrieved incident. |
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. |