Hi
I have some code to create a document and it is working fine. I also have code to add/update Categories. But I run into a problem if I try to add a document to a folder that has categories with mandatory attributes. I need to add the document with category information in the same REST API call. I have been at this all day but I can not seem to create a call that will add the document AND category in one go.
C# code using HttpClient appreciated :-)
Peter