Advertisement
unnamed1233

Untitled

Mar 25th, 2021
591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.82 KB | None | 0 0
  1. {
  2.   "data": [
  3.     {
  4.       "id": 1,
  5.       "car_id": 1,
  6.       "external_id": 1,
  7.       "created_at": "2021-03-23 21:00:40",
  8.       "updated_at": "2021-03-23 21:00:40",
  9.       "car": {
  10.         "id": 1,
  11.         "number": "3123123",
  12.         "mark": "bmw",
  13.         "model": "3213",
  14.         "color": "red",
  15.         "vin": null,
  16.         "load_capacity": null,
  17.         "holding_capacity": null,
  18.         "glonass": null,
  19.         "pts": null,
  20.         "sts": null,
  21.         "lease": null,
  22.         "created_by": 1,
  23.         "created_at": "2021-03-23 21:00:40",
  24.         "updated_at": "2021-03-23 21:00:40",
  25.         "deleted_at": null,
  26.         "type": 1,
  27.         "company_id": null,
  28.         "status": 1,
  29.         "updated_by": null,
  30.         "report_uid": null,
  31.         "unloaded_weight": null,
  32.         "country_id": 0,
  33.         "is_non_resident": false,
  34.         "hasTrips": false,
  35.         "trailer_types": []
  36.       }
  37.     },
  38.     {
  39.       "id": 3,
  40.       "car_id": 3,
  41.       "external_id": 20,
  42.       "created_at": "2021-03-23 21:01:02",
  43.       "updated_at": "2021-03-23 21:01:02",
  44.       "car": {
  45.         "id": 3,
  46.         "number": "3123123",
  47.         "mark": "bmw",
  48.         "model": "3213",
  49.         "color": "red",
  50.         "vin": null,
  51.         "load_capacity": null,
  52.         "holding_capacity": null,
  53.         "glonass": null,
  54.         "pts": null,
  55.         "sts": null,
  56.         "lease": null,
  57.         "created_by": 1,
  58.         "created_at": "2021-03-23 21:01:02",
  59.         "updated_at": "2021-03-23 21:01:02",
  60.         "deleted_at": null,
  61.         "type": 1,
  62.         "company_id": null,
  63.         "status": 1,
  64.         "updated_by": null,
  65.         "report_uid": null,
  66.         "unloaded_weight": null,
  67.         "country_id": 0,
  68.         "is_non_resident": false,
  69.         "hasTrips": false,
  70.         "trailer_types": []
  71.       }
  72.     }
  73.   ]
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement