Topic by Mark Bradley
Hi folks,
Not sure if this is possible or not but Im having a hard time creating it myself so I thought Id ask. A client has requested a number of SOAP requests for pulling information out of RN. The entities they are trying to work with are a custom parent of contact, Contact itself and a number of entities that hang off contact. Ive been able to structure a bunch of individual requests that Ive been submitting via SoapUI and obtaining the necessary responses but Ive been trying to combine them into a single request using batching.
1. Can a batch Get request return multiple different entities or just multiple occurances of the same entity? The documentation shows pulling multiple incident records but doesnt show pulling a variety of entities. If it can, has anyone done it and could share the request they used?
2. If it is possible, can you also chain the IDs through the request. So grab the contact id from the contact portion of the request and then use that for the queries in the child objects.
Cheers,
Mark