Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // http://localhost:8080/contractors
- [
- {
- "Id": 1,
- "Firstname": "John",
- "Lastname": "Doe",
- "City": "New York",
- "State": "NY",
- "Mobile": "1234567890",
- "Slug": "john-doe",
- "Pincode": "10001",
- "Verified": true,
- "Active": true,
- "Display": true,
- "Furniture": [
- {
- "Id": 1,
- "FurnitureType": {
- "Id": 1,
- "Name": "",
- "Slug": "",
- "Display": false
- },
- "RoomType": {
- "Id": 1,
- "Name": "",
- "Slug": "",
- "Display": false
- },
- "Name": "Wooden Chair",
- "Description": "A comfortable wooden chair.",
- "Dimensions": "20x20x30",
- "Price": 49.99,
- "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,
- "Furniture": null
- },
- "Slug": "wooden-chair",
- "Display": true,
- "FurnitureColor": null,
- "FurnitureMaterial": null,
- "FurnitureImage": null,
- "contractor_id": 0
- },
- {
- "Id": 4,
- "FurnitureType": {
- "Id": 4,
- "Name": "",
- "Slug": "",
- "Display": false
- },
- "RoomType": {
- "Id": 4,
- "Name": "",
- "Slug": "",
- "Display": false
- },
- "Name": "Wooden Desk",
- "Description": "A large wooden desk.",
- "Dimensions": "50x50x30",
- "Price": 149.99,
- "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,
- "Furniture": null
- },
- "Slug": "wooden-desk",
- "Display": true,
- "FurnitureColor": null,
- "FurnitureMaterial": null,
- "FurnitureImage": null,
- "contractor_id": 0
- }
- ]
- },
- {
- "Id": 2,
- "Firstname": "Jane",
- "Lastname": "Smith",
- "City": "Los Angeles",
- "State": "CA",
- "Mobile": "0987654321",
- "Slug": "jane-smith",
- "Pincode": "90001",
- "Verified": true,
- "Active": true,
- "Display": true,
- "Furniture": [
- {
- "Id": 2,
- "FurnitureType": {
- "Id": 2,
- "Name": "",
- "Slug": "",
- "Display": false
- },
- "RoomType": {
- "Id": 2,
- "Name": "",
- "Slug": "",
- "Display": false
- },
- "Name": "Metal Table",
- "Description": "A sturdy metal table.",
- "Dimensions": "30x30x30",
- "Price": 79.99,
- "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,
- "Furniture": null
- },
- "Slug": "metal-table",
- "Display": true,
- "FurnitureColor": null,
- "FurnitureMaterial": null,
- "FurnitureImage": null,
- "contractor_id": 0
- }
- ]
- },
- {
- "Id": 3,
- "Firstname": "Bob",
- "Lastname": "Johnson",
- "City": "Chicago",
- "State": "IL",
- "Mobile": "1122334455",
- "Slug": "bob-johnson",
- "Pincode": "60007",
- "Verified": true,
- "Active": true,
- "Display": true,
- "Furniture": [
- {
- "Id": 3,
- "FurnitureType": {
- "Id": 3,
- "Name": "",
- "Slug": "",
- "Display": false
- },
- "RoomType": {
- "Id": 3,
- "Name": "",
- "Slug": "",
- "Display": false
- },
- "Name": "Leather Sofa",
- "Description": "A comfortable leather sofa.",
- "Dimensions": "60x30x40",
- "Price": 299.99,
- "Contractor": {
- "Id": 3,
- "Firstname": "Bob",
- "Lastname": "Johnson",
- "City": "Chicago",
- "State": "IL",
- "Mobile": "1122334455",
- "Slug": "bob-johnson",
- "Pincode": "60007",
- "Verified": true,
- "Active": true,
- "Display": true,
- "Furniture": null
- },
- "Slug": "leather-sofa",
- "Display": true,
- "FurnitureColor": null,
- "FurnitureMaterial": null,
- "FurnitureImage": null,
- "contractor_id": 0
- }
- ]
- },
- {
- "Id": 4,
- "Firstname": "Alice",
- "Lastname": "Williams",
- "City": "Houston",
- "State": "TX",
- "Mobile": "2233445566",
- "Slug": "alice-williams",
- "Pincode": "77001",
- "Verified": true,
- "Active": true,
- "Display": true,
- "Furniture": []
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement