Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //http://localhost:8080/contractors
- // Updated
- [
- {
- "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
- },
- {
- "active": true,
- "city": "Los Angeles",
- "display": true,
- "firstname": "Jane",
- "furniture": [
- {
- "description": "A sturdy metal table.",
- "dimensions": "30x30x30",
- "display": true,
- "id": 2,
- "name": "Metal Table",
- "price": 79.99,
- "slug": "metal-table"
- }
- ],
- "id": 2,
- "lastname": "Smith",
- "mobile": "0987654321",
- "pincode": "90001",
- "projects": [
- {
- "city": "Los Angeles",
- "description": "Complete office renovation project.",
- "display": true,
- "id": 2,
- "name": "Office Renovation",
- "slug": "office-renovation"
- }
- ],
- "slug": "jane-smith",
- "state": "CA",
- "verified": true
- },
- {
- "active": true,
- "city": "Chicago",
- "display": true,
- "firstname": "Bob",
- "furniture": [
- {
- "description": "A comfortable leather sofa.",
- "dimensions": "60x30x40",
- "display": true,
- "id": 3,
- "name": "Leather Sofa",
- "price": 299.99,
- "slug": "leather-sofa"
- }
- ],
- "id": 3,
- "lastname": "Johnson",
- "mobile": "1122334455",
- "pincode": "60007",
- "projects": [
- {
- "city": "Chicago",
- "description": "Complete kitchen remodel project.",
- "display": true,
- "id": 3,
- "name": "Kitchen Remodel",
- "slug": "kitchen-remodel"
- }
- ],
- "slug": "bob-johnson",
- "state": "IL",
- "verified": true
- },
- {
- "active": true,
- "city": "Houston",
- "display": true,
- "firstname": "Alice",
- "furniture": [],
- "id": 4,
- "lastname": "Williams",
- "mobile": "2233445566",
- "pincode": "77001",
- "projects": [],
- "slug": "alice-williams",
- "state": "TX",
- "verified": true
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement