Advertisement
Kool_Cool

00(http://localhost:8080/projects/home-renovation)

May 9th, 2024
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.40 KB | None | 0 0
  1. // http://localhost:8080/projects/home-renovation
  2. {
  3.     "city": "New York",
  4.     "contractor": {
  5.         "Id": 1,
  6.         "Firstname": "John",
  7.         "Lastname": "Doe",
  8.         "City": "New York",
  9.         "State": "NY",
  10.         "Mobile": "1234567890",
  11.         "Email": "[email protected]",
  12.         "Slug": "john-doe",
  13.         "Pincode": "10001",
  14.         "Verified": true,
  15.         "Active": true,
  16.         "Display": true
  17.     },
  18.     "description": "Complete home renovation project.",
  19.     "display": true,
  20.     "furniture": [
  21.         {
  22.             "description": "A comfortable wooden chair.",
  23.             "dimensions": "20x20x30",
  24.             "display": true,
  25.             "id": 1,
  26.             "name": "Wooden Chair",
  27.             "price": 49.99,
  28.             "slug": "wooden-chair"
  29.         },
  30.         {
  31.             "description": "A large wooden desk.",
  32.             "dimensions": "50x50x30",
  33.             "display": true,
  34.             "id": 4,
  35.             "name": "Wooden Desk",
  36.             "price": 149.99,
  37.             "slug": "wooden-desk"
  38.         }
  39.     ],
  40.     "id": 1,
  41.     "projectImage": [
  42.         {
  43.             "display": true,
  44.             "id": 1,
  45.             "imagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141247/home-renovation_mixbtk.jpg",
  46.             "projectId": 1
  47.         }
  48.     ],
  49.     "projectName": "Home Renovation",
  50.     "slug": "home-renovation"
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement