Advertisement
Kool_Cool

Project

May 8th, 2024
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.92 KB | None | 0 0
  1. [
  2.     {
  3.         "Project": {
  4.             "Id": 1,
  5.             "ProjectName": "Home Renovation",
  6.             "Description": "Complete home renovation project.",
  7.             "City": "New York",
  8.             "Slug": "home-renovation",
  9.             "Display": true,
  10.             "Contractor": {
  11.                 "Id": 1,
  12.                 "Firstname": "",
  13.                 "Lastname": "",
  14.                 "City": "",
  15.                 "State": "",
  16.                 "Mobile": "",
  17.                 "Email": "",
  18.                 "Slug": "",
  19.                 "Pincode": "",
  20.                 "Verified": false,
  21.                 "Active": false,
  22.                 "Display": false
  23.             },
  24.             "ProjectImages": null
  25.         },
  26.         "Contractor": {
  27.             "Id": 1,
  28.             "Firstname": "John",
  29.             "Lastname": "Doe",
  30.             "City": "New York",
  31.             "State": "NY",
  32.             "Mobile": "1234567890",
  33.             "Email": "[email protected]",
  34.             "Slug": "john-doe",
  35.             "Pincode": "10001",
  36.             "Verified": true,
  37.             "Active": true,
  38.             "Display": true
  39.         },
  40.         "ProjectImg": [
  41.             {
  42.                 "Id": 1,
  43.                 "Project": {
  44.                     "Id": 1,
  45.                     "ProjectName": "",
  46.                     "Description": "",
  47.                     "City": "",
  48.                     "Slug": "",
  49.                     "Display": false,
  50.                     "Contractor": null,
  51.                     "ProjectImages": null
  52.                 },
  53.                 "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141247/home-renovation_mixbtk.jpg",
  54.                 "Display": true
  55.             }
  56.         ]
  57.     },
  58.     {
  59.         "Project": {
  60.             "Id": 2,
  61.             "ProjectName": "Office Renovation",
  62.             "Description": "Complete office renovation project.",
  63.             "City": "Los Angeles",
  64.             "Slug": "office-renovation",
  65.             "Display": true,
  66.             "Contractor": {
  67.                 "Id": 2,
  68.                 "Firstname": "",
  69.                 "Lastname": "",
  70.                 "City": "",
  71.                 "State": "",
  72.                 "Mobile": "",
  73.                 "Email": "",
  74.                 "Slug": "",
  75.                 "Pincode": "",
  76.                 "Verified": false,
  77.                 "Active": false,
  78.                 "Display": false
  79.             },
  80.             "ProjectImages": null
  81.         },
  82.         "Contractor": {
  83.             "Id": 2,
  84.             "Firstname": "Jane",
  85.             "Lastname": "Smith",
  86.             "City": "Los Angeles",
  87.             "State": "CA",
  88.             "Mobile": "0987654321",
  89.             "Email": "[email protected]",
  90.             "Slug": "jane-smith",
  91.             "Pincode": "90001",
  92.             "Verified": true,
  93.             "Active": true,
  94.             "Display": true
  95.         },
  96.         "ProjectImg": [
  97.             {
  98.                 "Id": 2,
  99.                 "Project": {
  100.                     "Id": 2,
  101.                     "ProjectName": "",
  102.                     "Description": "",
  103.                     "City": "",
  104.                     "Slug": "",
  105.                     "Display": false,
  106.                     "Contractor": null,
  107.                     "ProjectImages": null
  108.                 },
  109.                 "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141248/office-renovation_exw8oa.jpg",
  110.                 "Display": true
  111.             }
  112.         ]
  113.     },
  114.     {
  115.         "Project": {
  116.             "Id": 3,
  117.             "ProjectName": "Kitchen Remodel",
  118.             "Description": "Complete kitchen remodel project.",
  119.             "City": "Chicago",
  120.             "Slug": "kitchen-remodel",
  121.             "Display": true,
  122.             "Contractor": {
  123.                 "Id": 3,
  124.                 "Firstname": "",
  125.                 "Lastname": "",
  126.                 "City": "",
  127.                 "State": "",
  128.                 "Mobile": "",
  129.                 "Email": "",
  130.                 "Slug": "",
  131.                 "Pincode": "",
  132.                 "Verified": false,
  133.                 "Active": false,
  134.                 "Display": false
  135.             },
  136.             "ProjectImages": null
  137.         },
  138.         "Contractor": {
  139.             "Id": 3,
  140.             "Firstname": "Bob",
  141.             "Lastname": "Johnson",
  142.             "City": "Chicago",
  143.             "State": "IL",
  144.             "Mobile": "1122334455",
  145.             "Email": "[email protected]",
  146.             "Slug": "bob-johnson",
  147.             "Pincode": "60007",
  148.             "Verified": true,
  149.             "Active": true,
  150.             "Display": true
  151.         },
  152.         "ProjectImg": [
  153.             {
  154.                 "Id": 3,
  155.                 "Project": {
  156.                     "Id": 3,
  157.                     "ProjectName": "",
  158.                     "Description": "",
  159.                     "City": "",
  160.                     "Slug": "",
  161.                     "Display": false,
  162.                     "Contractor": null,
  163.                     "ProjectImages": null
  164.                 },
  165.                 "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141247/kitchen-remodel_ljblqz.jpg",
  166.                 "Display": true
  167.             }
  168.         ]
  169.     },
  170.     {
  171.         "Project": {
  172.             "Id": 4,
  173.             "ProjectName": "Bathroom Update",
  174.             "Description": "Complete bathroom update project.",
  175.             "City": "Houston",
  176.             "Slug": "bathroom-update",
  177.             "Display": true,
  178.             "Contractor": {
  179.                 "Id": 1,
  180.                 "Firstname": "",
  181.                 "Lastname": "",
  182.                 "City": "",
  183.                 "State": "",
  184.                 "Mobile": "",
  185.                 "Email": "",
  186.                 "Slug": "",
  187.                 "Pincode": "",
  188.                 "Verified": false,
  189.                 "Active": false,
  190.                 "Display": false
  191.             },
  192.             "ProjectImages": null
  193.         },
  194.         "Contractor": {
  195.             "Id": 1,
  196.             "Firstname": "John",
  197.             "Lastname": "Doe",
  198.             "City": "New York",
  199.             "State": "NY",
  200.             "Mobile": "1234567890",
  201.             "Email": "[email protected]",
  202.             "Slug": "john-doe",
  203.             "Pincode": "10001",
  204.             "Verified": true,
  205.             "Active": true,
  206.             "Display": true
  207.         },
  208.         "ProjectImg": [
  209.             {
  210.                 "Id": 4,
  211.                 "Project": {
  212.                     "Id": 4,
  213.                     "ProjectName": "",
  214.                     "Description": "",
  215.                     "City": "",
  216.                     "Slug": "",
  217.                     "Display": false,
  218.                     "Contractor": null,
  219.                     "ProjectImages": null
  220.                 },
  221.                 "ImagePath": "https://res.cloudinary.com/dxqdslrdu/image/upload/v1715141247/bathroom-update_tnbyur.jpg",
  222.                 "Display": true
  223.             }
  224.         ]
  225.     }
  226. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement