Can you be more specifically indicate which web services, method, and how you want the return structure be modified?
Please be aware of that changes like this usually can't be achieved easily because if we modify the return structure, then we are breaking the contract between the code and web services. Therefore, instead of modifying the existing web services, we often introduce a new web services. That of course, make this process a lot more complicated than a simple change.
Can you be more specifically indicate which web services, method, and how you want the return structure be modified?
Please be aware of that changes like this usually can't be achieved easily because if we modify the return structure, then we are breaking the contract between the code and web services. Therefore, instead of modifying the existing web services, we often introduce a new web services. That of course, make this process a lot more complicated than a simple change.