Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // http://localhost:8080/projects/home-renovation
- {
- "city": "New York",
- "contractor": {
- "Id": 1,
- "Firstname": "John",
- "Lastname": "Doe",
- "City": "New York",
- "State": "NY",
- "Mobile": "1234567890",
- "Slug": "john-doe",
- "Pincode": "10001",
- "Verified": true,
- "Active": true,
- "Display": true
- },
- "description": "Complete home renovation project.",
- "display": true,
- "furniture": [
- {
- "description": "A comfortable wooden chair.",
- "dimensions": "20x20x30",
- "display": true,
- "id": 1,
- "name": "Wooden Chair",
- "price": 49.99,
- "slug": "wooden-chair"
- },
- {
- "description": "A large wooden desk.",
- "dimensions": "50x50x30",
- "display": true,
- "id": 4,
- "name": "Wooden Desk",
- "price": 149.99,
- "slug": "wooden-desk"
- }
- ],
- "id": 1,
- "projectImage": [
- {
- "display": true,
- "id": 1,
- "imagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141247/home-renovation_mixbtk.jpg",
- "projectId": 1
- }
- ],
- "projectName": "Home Renovation",
- "slug": "home-renovation"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement