Relate 360
- Relate 360 10.1
- All Products
http://<Host>:<Port>/<WAR File Name>/<Version Number>/<Configuration File Identifier>/CREATERELATIONSHIP
http://localhost:8080/MDMBDRMSYS/v5.0/SYS/CREATERELATIONSHIP
The request body format uses the following parameters:{ "input":{ "startEntitySource":"<Source Column 1>", "startEntityId":"<Primary Key Column 1>", "startEntityType":"<Entity Type 1>", "targetEntitySource":"<Source Column 2>", "targetEntityId":"<Primary Key Column 2>", "targetEntityType":"<Entity Type 2>", "relationship":"<Relationship Name>" } }
{ "input":{ "startEntitySource":"CRM", "startEntityId":"10000003", "startEntityType":"Customer", "targetEntitySource":"SAP", "targetEntityId":"60000026", "targetEntityType":"Product", "relationship":"Owns" } }
{ "input": { "relationship": "Duplicate", "targetEntitySource": "CRM", "startEntityType": "Customer", "startEntitySource": "CRM", "targetEntityId": "10000006", "targetEntityType": "Customer", "startEntityId": "10000000" }, "debug": false, "resultCount": 0, "messages": { "INFO": "Relationship created successfully" } }