Reltio Entity to Salesforce Object Conversion
This API converts Reltio entities to Salesforce objects for preview, without posting the data.
The result contains all objects transformed into a format that Salesforce will allow during the synchronization process.
Request
Parameters | Name | Required | Description | Example |
---|---|---|---|---|
Headers |
authorization | true | Authorization header | Bearer {oauth_token} |
Path |
tenant | true | Reltio tenantId
|
someTenant |
Path |
profile | true | Profile Id | 000000000000012345 |
Query |
callback | false | Add entity callback to the response | callback=true |
Body |
true | Array of entities/relations to convert to sobjects |
Response
The response is an array of JSON objects and each object has parameters:
Name | Description | Example |
---|---|---|
objects | List of sobjects converted from entity |
|
callback | List of entity JSON to be posted to Reltio | |
filtered | Indicates if the entity is filtered according to mapping (cannot be applied for the entity attribute), during synchronization | |
errors | Array of error messages if error occurred during the execution of operation for the corresponding Reltio Type |
Full Response Example