SCC_NTF_UPDATE_EVENTS_R_POST
SCC_NTF_UPDATE_EVENTS_REQ (request message for SCC_NTF_UPDATE_EVENTS_R_POST)
<?xml version="1.0"?>
<SCC_NTF_UPDATE_EVENTS_REQ>
<NUM_PAST_DAYS>7</NUM_PAST_DAYS>
<EVENTS>
<SCC_NTF_EVENT>
<SCC_NTFEVT_REQ_ID>216</SCC_NTFEVT_REQ_ID>
<SCC_NTFEVT_STATUS>R</SCC_NTFEVT_STATUS>
</SCC_NTF_EVENT>
</EVENTS>
</SCC_NTF_UPDATE_EVENTS_REQ>
| Tag Item | Tag Item Details |
|---|---|
|
NUM_PAST_DAYS |
Past number of days to retrieve events. |
|
SCC_NTFEVT_REQ_ID |
Event request ID for which status has to be updated. |
|
SCC_NTFEVT_STATUS |
Status of the event to be updated. “R” - Read “U” - Unread. |
SCC_NTF_UPDATE_EVENTS_RESP (response message for SCC_NTF_UPDATE_EVENTS_R_POST)
<?xml version="1.0"?>
<SCC_NTF_UPDATE_EVENTS_RESP xmlns="http://xmlns.oracle.com/Enterprise/services">
<TOTAL_EVENTS_COUNT>12</TOTAL_EVENTS_COUNT>
<READ_EVENTS_COUNT>8</READ_EVENTS_COUNT>
<UNREAD_EVENTS_COUNT>4</UNREAD_EVENTS_COUNT>
<RESP_DTTM>03/25/2014 12:38:47.000000</RESP_DTTM>
</SCC_NTF_UPDATE_EVENTS_RESP>
| Tag Item | Tag Item Details |
|---|---|
|
TOTAL_EVENTS_COUNT |
Total number of events from NUM_PAST_DAYS sent in the request. |
|
READ_EVENTS_COUNT |
Total number of read events from NUM_PAST_DAYS sent in the request. |
|
UNREAD_EVENTS_COUNT |
Total number of unread events from NUM_PAST_DAYS sent in the request. |
|
RESP_DTTM |
Timestamp of the response. |