Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // http://localhost:8080/contractors/john-doe
- {
- "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,
- "Project": 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,
- "Project": null
- },
- "Slug": "wooden-desk",
- "Display": true,
- "FurnitureColor": null,
- "FurnitureMaterial": null,
- "FurnitureImage": null,
- "contractor_id": 0
- }
- ],
- "Project": [
- {
- "Id": 1,
- "ProjectName": "Home Renovation",
- "Description": "Complete home renovation project.",
- "City": "New York",
- "Slug": "home-renovation",
- "Display": true,
- "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,
- "Project": null
- },
- "ProjectImage": null,
- "contractor_id": 0
- },
- {
- "Id": 4,
- "ProjectName": "Bathroom Update",
- "Description": "Complete bathroom update project.",
- "City": "Houston",
- "Slug": "bathroom-update",
- "Display": true,
- "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,
- "Project": null
- },
- "ProjectImage": null,
- "contractor_id": 0
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement