Advertisement
viscousguy

whenever user goes to /furnitures/furniture:id route

May 7th, 2024 (edited)
776
0
17 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.55 KB | None | 0 0
  1. {
  2.     "id": 3,
  3.     "furniture_type_id": 1,
  4.     "room_type_id": 1,
  5.     "name": "Plush Velvet Sofa",
  6.     "description": "Luxurious sofa with soft velvet upholstery.",
  7.     "dimensions": "84x35x32",
  8.     "price": 799.99,
  9.     "contractor_id": 3,
  10.     "slug": "plush-velvet-sofa",
  11.     "display": true,
  12.     "materials": "Fabric, Wood, Metal",
  13.     "images": ["/images/sofa1.jpg", "/images/sofa2.jpg"],
  14.     "contractor": {
  15.         "firstname": "Emily",
  16.         "lastname": "Johnson",
  17.         "city": "Chicago"
  18.     },
  19.     "room_type": "Living Room"
  20. }
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement