The SOA_EVENT_DETAIL_BY_ID_REQUEST input document contains the request and search criteria to obtain the details of the event that matches the specified ID. The results of this Web services input document are returned to the calling application in a SOA_EVENT_DETAIL_BY_ID_REQUEST output document.
The SOAP-RPC equivalent of the SOA_EVENT_DETAIL_BY_ID_REQUEST input document and the SOA_EVENT_DETAIL_BY_ID_RESPONSE output document is the getEventDetailsByID method.
<SOA_EVENT_DETAIL_BY_ID_REQUEST> <EVENT_ID>1234567</EVENT_ID> <DEPTH>STANDARD</DEPTH> </SOA_EVENT_DETAIL_BY_ID_REQUEST>
<SOA_EVENT_DETAIL_BY_ID_RESPONSE> <EVENT> <EVENT_ID>145</EVENT_ID> <DSRC_ACCT_ID>345</DSRC_ACCT_ID> <DSRC_CODE>EMPL</DSRC_CODE> <DSRC_REF>ABC</DSRC_REF> <EVENT_REF>BAR</EVENT_REF> <EVENT_TYPE_ID>6789</EVENT_TYPE_ID> <EVENT_LOC>ATM 115178</EVENT_LOC> <EVENT_MEMO1>Blah blah blah</EVENT_MEMO1> <EVENT_MEMO2>Blah boo blah boo</EVENT_MEMO2> <EVENT_START_DT>2009-03-21 13:22:11</EVENT_START_DT> <EVENT_END_DT>2009-03-22 17:22:11</EVENT_END_DT> <EVENT_QTY>326.13</EVENT_QTY> <EVENT_UNIT_VALUE>326.13</EVENT_UNIT_VALUE> <EVENT_VALUE>326.132</EVENT_VALUE> <EVENT_STATUS>Closed</EVENT_STATUS> <SYS_CREATE_DT>2009-03-21 13:22:11</SYS_CREATE_DT> <SYS_LSTUPD_DT>2009-03-21 13:22:11</SYS_CREATE_DT> </EVENT> <SYS_CREATE_DT>2008-06-26 05:18:55</SYS_CREATE_DT> </SOA_EVENT_DETAIL_BY_ID_RESPONSE>
Message ID | Cause |
---|---|
CWUAE####E | If a required tag is not provided. |