Relate 360
- Relate 360 10.1
- All Products
http://<Host>:<Port>/<WAR File Name>/<Version Number>/<Configuration File Identifier>/GETENTITYDETAILS
http://localhost:8080/MDMBDRMSYS/v5.0/SYS/GETENTITYDETAILS
The request body format uses the following parameters:{ "input":{ "source":"<Source Column Name>", "id":"<Primary Key Column>", "entityType":"<Entity Type>" } }
{ "input":{ "source":"CRM", "id":"10000005", "entityType":"Customer" } }
{ "input":{ "entityType":"Customer", "source":"CRM", "id":"10000005" }, "output":{ "Address":"6625 The Corners Parkway", "FirstName":"David", "GroupNumber":"bdaed85a-dcf8-4330-9716-e53ee19478fb", "LMT_SOURCE_NAME":"CRM", "City":"Norcross", "Gender":"M", "Prefix":"", "Postcode":"30092", "Name":"David Atwood", "MaritalStatus":"", "Networth":"198", "Phone":"(404) 448-5210", "State":"GA", "Country":"United States", "LastName":"Atwood", "id":"10000005", "Age":"17" }, "debug":false, "resultCount":0, "messages":{ } }