The collection of UMF root elements and segments that structure
the incoming identity data.
Required UMF_ENTITY input document root elements are:
- <DSRC_CODE>
- <DSRC_ACTION>
- <DSRC_ACCT>
- <DSRC_REF>
Optional UMF_ENTITY input document root elements are:
- <SRC_CREATE_DR>
- <SRC_LSTUPD_DT>
- <SRC_LSTUPD_US>
Optional UMF_ENTITY input document UMF segments are:
- <NAME>
- <ADDRESS>
- <EMAIL_ADDR>
- <NUMBER>
- <ATTRIBUTE>
- <SEP_ROLES>
- <RELATED_ENTITY>
- <EVENT> (if Event Manager is enabled)
CAUTION:
You can only use one <EVENT> segment
per UMF_ENTITY input document. If you insert multiple <EVENT> segments
in the same UMF_ENTITY, the system ignores the event data, which will
result in event data loss. If you need to send multiple event records
for the same entity, divide the event information into multiple UMF_ENTITY
input documents, making sure that there is only one <EVENT> segment
per UMF_ENTITY.
The following UMF_ENTITY input document adds the identity
of John Alex Jones, who lives at the address 20 Winding Road, Las
Vegas, NV 89119 USA, with the social security number of 555-12-3456
to the entity database.
<UMF_ENTITY>
<DSRC_CODE>100</DSRC_CODE>
<DSRC_ACTION>A</DSRC_ACTION>
<DSRC_REF>200-22</DSRC_REF>
<DSRC_ACCT>200-22</DSRC_ACCT>
<NAME>
<NAME_TYPE>M</NAME_TYPE>
<FIRST_NAME>JOHN</FIRST_NAME>
<MID_NAME>ALEX</MID_NAME>
<LAST_NAME>JONES</LAST_NAME>
</NAME>
<ADDRESS>
<ADDR_TYPE>H</ADDR_TYPE>
<ADDR1>20 Winding Road</ADDR1>
<CITY>Las Vegas</CITY>
<STATE>NV</STATE>
<POSTAL_CODE>89119</POSTAL CODE>
<COUNTRY>USA</COUNTRY>
</ADDRESS>
<NUMBER>
<NUM_TYPE>SSN</NUM_TYPE>
<NUM_VALUE>555-12-3456</NUM_VALUE>
</NUMBER>
</UMF_ENTITY>