IM Relationship Resolution Information Center, Version 4.2

SOA_ROLE_ALERT_BY_ID_REQUEST input document

The SOA_ROLE_ALERT_BY_ID_REQUEST input document contains the request and search criteria to obtain the details of a role alert that is identified by the specified role alert ID. The results of this Web services input document are returned to the calling application in a SOA_ROLE_ALERT_BY_ID_RESPONSE output document.

These UMF tags comprise the ROOT segment for the SOA_ROLE_ALERT_BY_ID_REQUEST input document:
ALERT_ID
Role alert ID UMF tag that is required, because it references and identifies the specific role alert ID.
DEPTH
Depth level UMF tag that is optional. It indicates the level of detail for the response. If not specified, then FULL is assumed. Currently, FULL is the only level available.

The SOAP-RPC equivalent of the SOA_ROLE_ALERT_BY_ID_REQUEST input document and the SOA_ROLE_ALERT_BY_ID_RESPONSE output document is the getRoleAlertByID method.

Example SOA_ROLE_ALERT_BY_ID_REQUEST input document

This example SOA_ROLE_ALERT_BY_ID_REQUEST query requests the details of a role alert that is identified by the role alert ID value of 1234567.
Note: This example is formatted for readability and does not follow the required one line per UMF record format.
<SOA_ROLE_ALERT_BY_ID_REQUEST>
	<ALERT_ID>1234567</ALERT_ID>
	<DEPTH>FULL</DEPTH>
</SOA_ROLE_ALERT_BY_ID_REQUEST>

Example SOA_ROLE_ALERT_BY_ID_RESPONSE output document

This example SOA_ROLE_ALERT_BY_ID_RESPONSE output document returns the details of a role alert that is identified by the role alert ID value of 1234567.
Note: This example is formatted for readability and does not follow the required one line per UMF record format.
<SOA_ROLE_ALERT_BY_ID_RESPONSE>
	<ALERT>
		<ALERT_ID>1234567</ALERT_ID>
		<CONFLICT_RULE_ID>15</CONFLICT_RULE_ID>
    <PATH_STRENGTH>88.3</PATH_STRENGTH>
		<ENTITY>
			<ENTITY_ID>12121212</ENTITY_ID>
			<LARGE_ENTITY>false</LARGE_ENTITY>
			<ENTITY_TYPE>PERSON</ENTITY_TYPE>
		</ENTITY>	
		<ENTITY>
			<ENTITY_ID>23232323</ENTITY_ID>
			<LARGE_ENTITY>false</LARGE_ENTITY>
			<ENTITY_TYPE>PERSON</ENTITY_TYPE>
		</ENTITY>
	</ALERT>
  <SYS_CREATE_DT>2008-06-26 05:18:55</SYS_CREATE_DT>
</SOA_ROLE_ALERT_BY_ID_RESPONSE>


Feedback

Last updated: 2009