Guest User

Untitled

a guest
Apr 25th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. @POST("PostBanderolDataJSON")
  2. Call<ReportPostData> PostData(@Body ReportPostData reportdata);
  3.  
  4. public class ReportPostData {
  5.  
  6. private int Id;
  7.  
  8. private String Banderolnr;
  9.  
  10. private String Pharmacy;
  11.  
  12. private String Place;
  13.  
  14. private String LocationLongitude;
  15.  
  16. private String LocationLatitude;
  17. }
Add Comment
Please, Sign In to add comment