Advertisement
Kool_Cool

http://localhost:8080/projects/office-renovation

May 8th, 2024
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.86 KB | None | 0 0
  1. // http://localhost:8080/projects/office-renovation
  2. {
  3.     "Id": 2,
  4.     "ProjectName": "Office Renovation",
  5.     "Description": "Complete office renovation project.",
  6.     "City": "Los Angeles",
  7.     "Slug": "office-renovation",
  8.     "Display": true,
  9.     "Contractor": {
  10.         "Id": 2,
  11.         "Firstname": "Jane",
  12.         "Lastname": "Smith",
  13.         "City": "Los Angeles",
  14.         "State": "CA",
  15.         "Mobile": "0987654321",
  16.         "Email": "[email protected]",
  17.         "Slug": "jane-smith",
  18.         "Pincode": "90001",
  19.         "Verified": true,
  20.         "Active": true,
  21.         "Display": true
  22.     },
  23.     "ProjectImage": [
  24.         {
  25.             "Id": 2,
  26.             "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141248/office-renovation_exw8oa.jpg",
  27.             "Display": true,
  28.             "project_id": 2
  29.         }
  30.     ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement