Advertisement
Kool_Cool

http://localhost:8080/contractors

May 8th, 2024
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 7.15 KB | None | 0 0
  1. // http://localhost:8080/contractors
  2. [
  3.     {
  4.         "Id": 1,
  5.         "Firstname": "John",
  6.         "Lastname": "Doe",
  7.         "City": "New York",
  8.         "State": "NY",
  9.         "Mobile": "1234567890",
  10.         "Email": "[email protected]",
  11.         "Slug": "john-doe",
  12.         "Pincode": "10001",
  13.         "Verified": true,
  14.         "Active": true,
  15.         "Display": true,
  16.         "Furniture": [
  17.             {
  18.                 "Id": 1,
  19.                 "FurnitureType": {
  20.                     "Id": 1,
  21.                     "Name": "",
  22.                     "Slug": "",
  23.                     "Display": false
  24.                 },
  25.                 "RoomType": {
  26.                     "Id": 1,
  27.                     "Name": "",
  28.                     "Slug": "",
  29.                     "Display": false
  30.                 },
  31.                 "Name": "Wooden Chair",
  32.                 "Description": "A comfortable wooden chair.",
  33.                 "Dimensions": "20x20x30",
  34.                 "Price": 49.99,
  35.                 "Contractor": {
  36.                     "Id": 1,
  37.                     "Firstname": "John",
  38.                     "Lastname": "Doe",
  39.                     "City": "New York",
  40.                     "State": "NY",
  41.                     "Mobile": "1234567890",
  42.                     "Email": "[email protected]",
  43.                     "Slug": "john-doe",
  44.                     "Pincode": "10001",
  45.                     "Verified": true,
  46.                     "Active": true,
  47.                     "Display": true,
  48.                     "Furniture": null
  49.                 },
  50.                 "Slug": "wooden-chair",
  51.                 "Display": true,
  52.                 "FurnitureColor": null,
  53.                 "FurnitureMaterial": null,
  54.                 "FurnitureImage": null,
  55.                 "contractor_id": 0
  56.             },
  57.             {
  58.                 "Id": 4,
  59.                 "FurnitureType": {
  60.                     "Id": 4,
  61.                     "Name": "",
  62.                     "Slug": "",
  63.                     "Display": false
  64.                 },
  65.                 "RoomType": {
  66.                     "Id": 4,
  67.                     "Name": "",
  68.                     "Slug": "",
  69.                     "Display": false
  70.                 },
  71.                 "Name": "Wooden Desk",
  72.                 "Description": "A large wooden desk.",
  73.                 "Dimensions": "50x50x30",
  74.                 "Price": 149.99,
  75.                 "Contractor": {
  76.                     "Id": 1,
  77.                     "Firstname": "John",
  78.                     "Lastname": "Doe",
  79.                     "City": "New York",
  80.                     "State": "NY",
  81.                     "Mobile": "1234567890",
  82.                     "Email": "[email protected]",
  83.                     "Slug": "john-doe",
  84.                     "Pincode": "10001",
  85.                     "Verified": true,
  86.                     "Active": true,
  87.                     "Display": true,
  88.                     "Furniture": null
  89.                 },
  90.                 "Slug": "wooden-desk",
  91.                 "Display": true,
  92.                 "FurnitureColor": null,
  93.                 "FurnitureMaterial": null,
  94.                 "FurnitureImage": null,
  95.                 "contractor_id": 0
  96.             }
  97.         ]
  98.     },
  99.     {
  100.         "Id": 2,
  101.         "Firstname": "Jane",
  102.         "Lastname": "Smith",
  103.         "City": "Los Angeles",
  104.         "State": "CA",
  105.         "Mobile": "0987654321",
  106.         "Email": "[email protected]",
  107.         "Slug": "jane-smith",
  108.         "Pincode": "90001",
  109.         "Verified": true,
  110.         "Active": true,
  111.         "Display": true,
  112.         "Furniture": [
  113.             {
  114.                 "Id": 2,
  115.                 "FurnitureType": {
  116.                     "Id": 2,
  117.                     "Name": "",
  118.                     "Slug": "",
  119.                     "Display": false
  120.                 },
  121.                 "RoomType": {
  122.                     "Id": 2,
  123.                     "Name": "",
  124.                     "Slug": "",
  125.                     "Display": false
  126.                 },
  127.                 "Name": "Metal Table",
  128.                 "Description": "A sturdy metal table.",
  129.                 "Dimensions": "30x30x30",
  130.                 "Price": 79.99,
  131.                 "Contractor": {
  132.                     "Id": 2,
  133.                     "Firstname": "Jane",
  134.                     "Lastname": "Smith",
  135.                     "City": "Los Angeles",
  136.                     "State": "CA",
  137.                     "Mobile": "0987654321",
  138.                     "Email": "[email protected]",
  139.                     "Slug": "jane-smith",
  140.                     "Pincode": "90001",
  141.                     "Verified": true,
  142.                     "Active": true,
  143.                     "Display": true,
  144.                     "Furniture": null
  145.                 },
  146.                 "Slug": "metal-table",
  147.                 "Display": true,
  148.                 "FurnitureColor": null,
  149.                 "FurnitureMaterial": null,
  150.                 "FurnitureImage": null,
  151.                 "contractor_id": 0
  152.             }
  153.         ]
  154.     },
  155.     {
  156.         "Id": 3,
  157.         "Firstname": "Bob",
  158.         "Lastname": "Johnson",
  159.         "City": "Chicago",
  160.         "State": "IL",
  161.         "Mobile": "1122334455",
  162.         "Email": "[email protected]",
  163.         "Slug": "bob-johnson",
  164.         "Pincode": "60007",
  165.         "Verified": true,
  166.         "Active": true,
  167.         "Display": true,
  168.         "Furniture": [
  169.             {
  170.                 "Id": 3,
  171.                 "FurnitureType": {
  172.                     "Id": 3,
  173.                     "Name": "",
  174.                     "Slug": "",
  175.                     "Display": false
  176.                 },
  177.                 "RoomType": {
  178.                     "Id": 3,
  179.                     "Name": "",
  180.                     "Slug": "",
  181.                     "Display": false
  182.                 },
  183.                 "Name": "Leather Sofa",
  184.                 "Description": "A comfortable leather sofa.",
  185.                 "Dimensions": "60x30x40",
  186.                 "Price": 299.99,
  187.                 "Contractor": {
  188.                     "Id": 3,
  189.                     "Firstname": "Bob",
  190.                     "Lastname": "Johnson",
  191.                     "City": "Chicago",
  192.                     "State": "IL",
  193.                     "Mobile": "1122334455",
  194.                     "Email": "[email protected]",
  195.                     "Slug": "bob-johnson",
  196.                     "Pincode": "60007",
  197.                     "Verified": true,
  198.                     "Active": true,
  199.                     "Display": true,
  200.                     "Furniture": null
  201.                 },
  202.                 "Slug": "leather-sofa",
  203.                 "Display": true,
  204.                 "FurnitureColor": null,
  205.                 "FurnitureMaterial": null,
  206.                 "FurnitureImage": null,
  207.                 "contractor_id": 0
  208.             }
  209.         ]
  210.     },
  211.     {
  212.         "Id": 4,
  213.         "Firstname": "Alice",
  214.         "Lastname": "Williams",
  215.         "City": "Houston",
  216.         "State": "TX",
  217.         "Mobile": "2233445566",
  218.         "Email": "[email protected]",
  219.         "Slug": "alice-williams",
  220.         "Pincode": "77001",
  221.         "Verified": true,
  222.         "Active": true,
  223.         "Display": true,
  224.         "Furniture": []
  225.     }
  226. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement