Here is the code how I implemented with java:
@POST("Cash/SetCashApproval")
Call<String> SetCashApproval(@Body List<CashModel> Cash, @Query("UserID") String UserID, @Query("UserName") String UserName);
Here is the code how I implemented with java:
@POST("Cash/SetCashApproval")
Call<String> SetCashApproval(@Body List<CashModel> Cash, @Query("UserID") String UserID, @Query("UserName") String UserName);