How to store a FileDocument?

0
Hello Mendix Community,   from an external system we get a file via a service. The file usually contains XML, sometimes binary attachments are included.   For further processing the service calls a Microflow. The Microflow Parameter is defined as System.FileDocument. The FileDocument should be stored in a persistable entity.   How can I store this object (FileDocument) in persistable entity? How should the persistable entity should look like (Generalization ?) ?   (please see also the screenshots below)   Any hints are welcome, thank you very much in advance.  
asked
1 answers
0

Hi Uwe,

 

Kindly refer this docs you will get more clarification regarding that.

https://docs.mendix.com/refguide/send-receive-files-rest/

 

Thanks

answered