How to return the child record row_id in Siebel Rest Services using BO
The current Rest Services using Business Objects only can return the row_id of Parent Record, but as per our requirement we need child record details like Row_id, Name..etc. Please let me know how to achieve this.
ex: PUT: https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/siebel/v1.0/data/Account/Account/1-1BM01/Action
In the above case though Activity gets created under the Account (1-1BM01), the output will be again Account Row_id only. How to get the fields from the child entity which is Activity in this scenario.