We are sending a single document in web API earlier in the response body like
Now I want to send three documents in the same body.
1. PDF
2 JPG
3 JPG
How can we sent it?
Discussion posts and replies are publicly visible
If the API supports multipart/form-data, then yes
Thank you, but I'm asking for web API object
I am confused. A web API cannot send any data, it can only respond to a call from external.
But back to topic. I think your ask has been discussed here recently. And AFAIK a web API can only accept one file at a time. This can be a ZIP that contains multiple files.
Okay Thanks