Product Notice: Eloqua Application API contact endpoints – Adding "accountId" when contact is linked
With the arrival of Eloqua release 20A (Feb 2020), accountId will be returned at complete depth when retrieving, creating, or updating Contacts using the Application API when the Contact is linked to an Account.
What’s changing?
With 20A, accountId will be returned at complete depth when the Contact is linked to an Account when using the following Application API endpoints:
- 1.0
- Retrieve a contact: GET /api/REST/1.0/data/contact/{id}
- Default depth is complete
- Retrieve a list of contacts: GET /api/REST/1.0/data/contacts
- Default depth is minimal
- Create a contact: POST /api/REST/1.0/data/contact/{id}
- Default depth is complete
- Retrieve a contact: GET /api/REST/1.0/data/contact/{id}
0