Hello,
I need to create a relationship beetwen change and request (RequestedCausedByChange type). With documentation and this topic https://community.microfocus.com/it_ops_mgt/itsma_suite/f/itsma-q-and-a/326768/import-configuration-management-sacm-relationships-many2many I was able to create a body for my post:
{"relationships":[{"name":"RequestCausedByChange","firstEndpoint":{"Request":"XXX"},"secondEndpoint":{"Change":"YYY"}}],"operation":"CREATE"}
Do you have any ideas what to change in my body to get the relationship done?