Question
SEPE
SEPE
ES
SEPE
Posted: 3 weeks 6 days ago
Last activity: 1 week 1 day ago
Last activity: 18 Nov 2024 11:34 EST
Solved
Multipart form data in request json
Hi,
We have a requirement to send resquest in a Connect-REST using multipart/form-data.
We are not sending any attachment but the base64 encoded string is sent in json format. There are multiple json sent in the same request using multipart.
We can test it in postman by putting the content type = multipart/form-data and the adding the request body using form-data option.
How can we use multiple json in the same request in pega?