Advertisement
Kool_Cool

01(http://localhost:8080/contractors/john-doe)

May 16th, 2024
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.89 KB | None | 0 0
  1. {
  2.     "active": true,
  3.     "city": "New York",
  4.     "display": true,
  5.     "email": "[email protected]",
  6.     "firstname": "John",
  7.     "furniture": [
  8.         {
  9.             "description": "A comfortable wooden chair.",
  10.             "dimensions": "20x20x30",
  11.             "display": true,
  12.             "id": 1,
  13.             "name": "Wooden Chair",
  14.             "price": 49.99,
  15.             "slug": "wooden-chair"
  16.         },
  17.         {
  18.             "description": "A large wooden desk.",
  19.             "dimensions": "50x50x30",
  20.             "display": true,
  21.             "id": 4,
  22.             "name": "Wooden Desk",
  23.             "price": 149.99,
  24.             "slug": "wooden-desk"
  25.         }
  26.     ],
  27.     "id": 1,
  28.     "lastname": "Doe",
  29.     "mobile": "1234567890",
  30.     "pincode": "10001",
  31.     "projects": [
  32.         {
  33.             "city": "New York",
  34.             "description": "Complete home renovation project.",
  35.             "display": true,
  36.             "id": 1,
  37.             "images": [
  38.                 {
  39.                     "display": true,
  40.                     "id": 1,
  41.                     "imagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141247/home-renovation_mixbtk.jpg"
  42.                 }
  43.             ],
  44.             "name": "Home Renovation",
  45.             "slug": "home-renovation"
  46.         },
  47.         {
  48.             "city": "Houston",
  49.             "description": "Complete bathroom update project.",
  50.             "display": true,
  51.             "id": 4,
  52.             "images": [
  53.                 {
  54.                     "display": true,
  55.                     "id": 4,
  56.                     "imagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141247/bathroom-update_tnbyur.jpg"
  57.                 }
  58.             ],
  59.             "name": "Bathroom Update",
  60.             "slug": "bathroom-update"
  61.         }
  62.     ],
  63.     "slug": "john-doe",
  64.     "state": "NY",
  65.     "verified": true
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement