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

Create Record Response

Create Record Response

The following sample response shows the response after successfully creating a Person record:
{ "Person": { "key": { "rowid": "658248", "sourceKey": "66240000025000" }, "rowidObject": "658248", "genderCd": { "key": { "rowid": "2 " }, "rowidObject": "2 " }, "Address": { "link": [], "item": [ { "key": { "rowid": "101526", "sourceKey": "66240000028000" }, "rowidObject": "101526", "Address": { "key": { "rowid": "121506", "sourceKey": "66240000027000" }, "rowidObject": "121506", "countryCode": { "key": { "rowid": "233 " }, "rowidObject": "233 " }, "stateCd": { "key": { "rowid": "52 " }, "rowidObject": "52 " } } } ] }, "Telephone": { "link": [], "item": [ { "key": { "rowid": "20967", "sourceKey": "66240000029000" }, "rowidObject": "20967", "phoneTypeCd": { "key": { "rowid": "8 " }, "rowidObject": "8 " } }, { "key": { "rowid": "20968", "sourceKey": "66240000030000" }, "rowidObject": "20968", "phoneTypeCd": { "key": { "rowid": "6 " }, "rowidObject": "6 " } } ] } } }
The response body contains the record with the generated rowIds.
If you configure a workflow process to start when you create a record, the following things happen:
  • Record is created in a pending state.
  • Workflow process is started.
  • Workflow process ID is returned in the response header.
If you do not configure a workflow process, then by default, the record is created as Active.
The API returns an interaction ID in the response header if you process the request using an interaction ID.

0 COMMENTS

We’d like to hear from you!