Hi experts, I have a 3rd part API need to upload a txt file, here is the example they provided: I tested in the postman, it works by this way: But how can I make it happen in the Mendix if I want to use CALL REST Service widget? I can retrieve the data from database, and I also can export to an csv file, but I do not know how can I put it in the request tab. Thank you
The "custom request template" is indeed the correct way to achieve this. You can use a string template to provide the data you have in the request payload.
answered
Andrej Koelewijn
0
I reference the contents from the csv file, then it works.