Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. Enterprise Java Bean Business Entity Service Calls
  4. Representational State Transfer Business Entity Service Calls
  5. Simple Object Access Protocol Business Entity Service Calls
  6. Services for Cross-reference Records and BVT Calculations
  7. Supporting Corporate Linkage Service
  8. External Calls to Cleanse, Analyze, and Transform Data
  9. Using REST APIs to Add Records
  10. Using REST APIs to Upload Files

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!