Hi guys,
I have a lot of integrations using the httprequest encoding from POST method. But this works because I receive a static number of fields.
Now I'm trying to receive a bulk of data that will contain fields from different entities, like 1 account, all contacts related to the account and a couple of records from a custom entity.
What method do you guys recommend for this scenario? It's viable to use json on this or there are simpler ways to do this?
Thanks a lot!
Regards,
Raúl