Topic by Emanuele Rosso
I must develop an integration procedure to load contacts. After submitting a batch request I would be able to find the contact in error (if procedure cannot load a contact). I can read the error message related to contact in error but I can't get name/surname/email of contact not loaded. I would get the properties of contact that interface had to load to retrieve easily the problem if something goes wrong.
If operations in batch request are processed with the same order in which they are entered and BatchResponseItem returns Response Item in the same order, I can get the information I need but I must sure of this constraints.
Otherwise I would like to call a method to get Contact informations. Do you know a method like "getCreateResponseMsg" also for contacts in error?
Thanks,
Emanuele