Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // 00(http://localhost:8080/contractors/john-doe)
- {
- "active": true,
- "city": "New York",
- "display": true,
- "firstname": "John",
- "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,
- "lastname": "Doe",
- "mobile": "1234567890",
- "pincode": "10001",
- "projects": [
- {
- "city": "New York",
- "description": "Complete home renovation project.",
- "display": true,
- "id": 1,
- "name": "Home Renovation",
- "slug": "home-renovation"
- },
- {
- "city": "Houston",
- "description": "Complete bathroom update project.",
- "display": true,
- "id": 4,
- "name": "Bathroom Update",
- "slug": "bathroom-update"
- }
- ],
- "slug": "john-doe",
- "state": "NY",
- "verified": true
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement