Not able to figure out RelationshipRecId field for /accounts/{PartyNumber}/child/Relationship
Summary
Not able to figure out RelationshipRecId field for /accounts/{PartyNumber}/child/RelationshipContent
Below is the path to get a Relationship as per the oracle documentation:
/crmCommonApi/resources/11.1.11/accounts/{PartyNumber}/child/Relationship/{RelationshipRecId}
Following URI we used to get relationship for the account
So if we go with documentation, the value 100000000396478 should be the RelationshipRecId. Although the json response we recieved for this URI call, we did not find any json element with name RelationshipRecId. Please update which json field to map for RelationshipRecId.
2