param-id.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "id": 4,
  3. "name": "Ikea",
  4. "public": true,
  5. "size": {
  6. "total": 2,
  7. "unbuy": 1
  8. },
  9. "element": [
  10. {
  11. "id": 48,
  12. "status": "idea",
  13. "name": "Chaise",
  14. "link": "https://vendeur-de-chause.fr",
  15. "image": [
  16. {
  17. "id": 1,
  18. "ext": "png",
  19. "data": "imageenbase64"
  20. },
  21. {
  22. "id": 2,
  23. "ext": "jpeg",
  24. "data": "imageenbase64"
  25. }
  26. ],
  27. "address": "1 rue des rues",
  28. "price": 42.21,
  29. "description": "La meilleur chaise du monde"
  30. },
  31. {
  32. "id": 12,
  33. "status": "reserved",
  34. "name": "Table",
  35. "link": null,
  36. "image": [
  37. {
  38. "id": 3,
  39. "ext": "png",
  40. "data": "imageenbase64"
  41. }
  42. ],
  43. "address": null,
  44. "price": null,
  45. "description": null
  46. }
  47. ]
  48. }