Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm facing an issue, I need to send a file to a rest API, so I use tFileFetch component.
The issue is that I need also to send others form fields into the body, but this component takes only a file.
There is setting part but it's not inside the body.
Others components don't take a file to be send, I don't find how to do.
I put also screenshot of postman which it works
I need to reproduce this curl command :
curl --request POST \
--url https://example.ilucca.net/timmi-absences/api/public/services/v1.0/leaveEntitlementsImport \
--header 'Accept: application/json' \
--header 'Authorization: 123' \
--header 'Content-Type: multipart/form-data' \
--form File= Path on my file to send \
--form Description= Some text\
--form ReferenceDate= 2023-11-09
Thanks for your help