Advertisement
Guest User

Valid

a guest
Feb 13th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.61 KB | None | 0 0
  1. [
  2. {
  3. "item_id": 111,
  4. "event_id": 63,
  5. "name": "test",
  6. "description": "",
  7. "sponsor": "123",
  8. "starting_bid": 0,
  9. "bid_increment": 0,
  10. "current_bid": {
  11. "Int64": 26,
  12. "Valid": true
  13. },
  14. "last_bidder_id": {
  15. "Int64": 50,
  16. "Valid": true
  17. },
  18. "bid_amount": {
  19. "Int64": 10,
  20. "Valid": true
  21. },
  22. "bid_id": 18
  23. },
  24. {
  25. "item_id": 112,
  26. "event_id": 63,
  27. "name": "asdf",
  28. "description": "jlkj",
  29. "sponsor": "safd",
  30. "starting_bid": 0,
  31. "bid_increment": 0,
  32. "current_bid": {
  33. "Int64": 26,
  34. "Valid": true
  35. },
  36. "last_bidder_id": {
  37. "Int64": 50,
  38. "Valid": true
  39. },
  40. "bid_amount": {
  41. "Int64": 10,
  42. "Valid": true
  43. },
  44. "bid_id": 24
  45. }
  46. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement