Posts by GuiZiToOW Oliver • 1 point
1 post
-
0
votes0
answers52
viewsQ: POST Requestbody and Multipart in retrofit2
How to send an image and jsonObject to the webservice in a single request in retrofit2? Interface @Multipart @POST("url") Call<Mensagens> setChatMessage(@HeaderMap Map<String,String>…