Advertisement
DecaK

Untitled

Sep 1st, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. POST na /listazaposlenihzaobracun
  2.  
  3. Request:
  4. {
  5. "godina": "2021",
  6. "mesec": "7",
  7. "tip_isplate": "K",
  8. }
  9.  
  10.  
  11. Response:
  12. {
  13. "zaposleni":[
  14. {
  15. "sifra":"15",
  16. "ime_i_prezime":"Marko Kralj",
  17. "jmbg":"21312131"
  18. },
  19. {
  20. "sifra":"16",
  21. "ime_i_prezime":"Marko Car",
  22. "jmbg":"121312131"
  23. }
  24. ]
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement