Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. EJB Business Entity Service Calls
  4. REST Business Entity Service Calls
  5. REST APIs for Data Director
  6. SOAP Business Entity Service Calls
  7. Cross-reference Records and BVT Calculations Services
  8. Supporting Corporate Linkage Service
  9. External Calls to Cleanse, Analyze, and Transform Data
  10. Appendix A: Using REST APIs to Add Records
  11. Appendix B: Using REST APIs to Upload Files
  12. Appendix C: Using REST APIs to Manage Reports

Person Business Entity Structure

Person Business Entity Structure

We will add a Person record by using REST APIs. The Person root node is the uppermost node in the Person business entity structure. Under the Person root node, there are nodes for the employee details such as gender, address, and phone.
The following image shows the structure of the Person business entity: The Person business entity structure with labels. The second level in the structure contains address, phone, and gender nodes.
Person is the root node of the Person business entity. The node type, listed below the node name, indicates the relationship between the parent node and the child node. There is a one-to-one relationship between the Contact Address and the Address, which indicates that each contact address can only have one address associated with it. There is a one-to-many relationship between the Person and the Telephone, which indicates that a Person record can have many telephone number records associated with it. There is a one-to-one relationship between the Person and the Gender, which indicates that a person record can have only one gender value. The gender values reside in a lookup table. Similarly, the state code and country code values reside in lookup tables.

0 COMMENTS

We’d like to hear from you!