Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // http://localhost:8080/projects/office-renovation
- {
- "Id": 2,
- "ProjectName": "Office Renovation",
- "Description": "Complete office renovation project.",
- "City": "Los Angeles",
- "Slug": "office-renovation",
- "Display": true,
- "Contractor": {
- "Id": 2,
- "Firstname": "Jane",
- "Lastname": "Smith",
- "City": "Los Angeles",
- "State": "CA",
- "Mobile": "0987654321",
- "Slug": "jane-smith",
- "Pincode": "90001",
- "Verified": true,
- "Active": true,
- "Display": true
- },
- "ProjectImage": [
- {
- "Id": 2,
- "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141248/office-renovation_exw8oa.jpg",
- "Display": true,
- "project_id": 2
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement