Advertisement
Kool_Cool

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

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