Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. {
  2. "colors": [
  3. {
  4. "colorID": 1,
  5. "colorName": "black"
  6. },
  7. {
  8. "colorID": 2,
  9. "colorName": "blue"
  10. },
  11. {
  12. "colorID": 3,
  13. "colorName": "red"
  14. }
  15. ],
  16. "leathers": [
  17. {
  18. "leatherID": 1,
  19. "leatherAvailableColors": [
  20. {
  21. "colorID": 2
  22. },
  23. {
  24. "colorID": 3
  25. }
  26. ],
  27. "leatherName": "calf"
  28. },
  29. {
  30. "leatherID": 3,
  31. "leatherAvailableColors": [
  32. {
  33. "colorID": 1
  34. },
  35. {
  36. "colorID": 2
  37. }
  38. ],
  39. "leatherName": "aligator"
  40. }
  41. ],
  42. "styles": [
  43. {
  44. "shoeStyleID": 1,
  45. "shoeName": "balzach",
  46. "shoeStyleName": "albino",
  47. "shoePrice": 300,
  48. "priceCurrency": "EUR",
  49. "shoueDescription": "Luxurious suede gives these handsome Chelsea boots a rich finish. The robust Goodyear construction has been engineered with a new flexibility for supreme comfort",
  50. "leathers": [
  51. {
  52. "leatherID": 1
  53. }
  54. ]
  55. }
  56. ]
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement