OAuth2 API XML format for Iris Openbook

Thanks Ioan
It works like a charm now. I have been scratching my head for a while.
Cheers
Pankaj

Hi Pankaj,

When posting XML, contrary to what the API documentation says, you do not
need the tag. Just use similar elements to the JSON version and
you should be able to create the resources.

When you post an attachment, you will need to specify a “data” property
with the Base64-encoded string, and not “content_src”. The “content_src” is
what you get back when you request a resource and will point to the URL
where the attachment is stored.

Regards,
Ioan