Hi all
In my integration project I have come to implementing the Integration Customer Center, and the manual is pretty sparse in this regard.
The response format for the GetList request is shown, and I got this to work.
But appearantly clicking an item in one of the lists generates another request of the format:
<GetItem type="Invoice" customerID="xxxx" documentNO="yyyy"></GetItem>
I can't seem to find any example of a valid response to this. Is the response supposed to be the exact same format as the GetList response (apart from returning just one item)?
Thanks in advance
Thomas