Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. /api/get/@code
  2. {
  3. "name":"jan kowalski em@il 0789654",
  4. "points":"100",
  5. "items":[
  6. {
  7. "id":"1",
  8. "name":"czapka",
  9. "cost":"50"
  10. },
  11. {
  12. "id":"2",
  13. "name":"ga?nica",
  14. "cost":"2"
  15. },
  16. {
  17. "id":"3",
  18. "name":"droga rzecz",
  19. "cost":"1000000000"
  20. }
  21. ]
  22. }
  23. lub 404
  24.  
  25. /api/buy/@code/@itemId
  26. 200
  27.  
  28. POST /api/add
  29. {
  30. "code":"63636363",
  31. "name":"imie nazwisko dane z formularza po spacji",
  32. "brand":"51015",
  33. "shopId":"12c"
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement