Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.44 KB | None | 0 0
  1. {
  2.     "truckPlate": "PT-OUTBOUND",
  3.     "truckSize": "L",
  4.     "uliStatus": "LEFT",
  5.     "deleted": false,
  6.     "creationDateTime": "2019-09-26T13:39:56.712376+02:00",
  7.     "scheduledArrivalDateTime": "2019-09-25T16:46:00+02:00",
  8.     "arrivalDateTime": "2019-09-25T16:59:29+02:00",
  9.     "registrationDateTime": "2019-09-25T16:59:36+02:00",
  10.     "hub": "xxx",
  11.     "hubCompartment": "PT",
  12.     "hubCompartmentOnTime": 15,
  13.     "carrierName": "xxx",
  14.     "carrierExtId": "xxx",
  15.     "parkingSpace": "",
  16.     "dock": "47",
  17.     "firstName": "Collection",
  18.     "lastName": "Collection",
  19.     "idType": "ID_CARD",
  20.     "phone": "+xxx",
  21.     "remainDriveTime": 720,
  22.     "mobilePhoneReturned": true,
  23.     "visitorBadgeReturned": true,
  24.     "loadNumber": "xxx",
  25.     "uli": "xxx",
  26.     "dangerousGoods": false,
  27.     "customsGoods": false,
  28.     "events": [
  29.         {
  30.             "status": "AVAILABLE",
  31.             "passed": true,
  32.             "comments": [],
  33.             "images": [],
  34.             "creationDate": "2019-09-25T16:46:47.002081+02:00"
  35.         },
  36.         {
  37.             "status": "BOOKED",
  38.             "passed": true,
  39.             "comments": [],
  40.             "images": [],
  41.             "creationDate": "2019-09-25T16:47:29.080868+02:00"
  42.         },
  43.         {
  44.             "status": "STARTED",
  45.             "passed": true,
  46.             "comments": [],
  47.             "images": [],
  48.             "creationDate": "2019-09-25T16:47:33.057883+02:00"
  49.         },
  50.         {
  51.             "status": "REGISTERED",
  52.             "passed": true,
  53.             "comments": [],
  54.             "images": [],
  55.             "createdBy": "xxx",
  56.             "creationDate": "2019-09-25T16:50:11.401253+02:00",
  57.             "questions": []
  58.         },
  59.         {
  60.             "status": "LEFT",
  61.             "passed": true,
  62.             "comments": [],
  63.             "images": [],
  64.             "createdBy": "xxx",
  65.             "creationDate": "2019-09-25T16:54:31.982957+02:00"
  66.         },
  67.         {
  68.             "status": "REGISTERED",
  69.             "passed": true,
  70.             "comments": [],
  71.             "images": [],
  72.             "createdBy": "xxx",
  73.             "creationDate": "2019-09-25T16:55:32.143326+02:00",
  74.             "questions": []
  75.         },
  76.         {
  77.             "status": "REGISTERED",
  78.             "passed": true,
  79.             "comments": [],
  80.             "images": [],
  81.             "createdBy": "xxx",
  82.             "creationDate": "2019-09-25T16:58:14.611919+02:00",
  83.             "questions": []
  84.         },
  85.         {
  86.             "status": "REGISTERED",
  87.             "passed": true,
  88.             "comments": [],
  89.             "images": [],
  90.             "createdBy": "xxx",
  91.             "creationDate": "2019-09-25T16:59:36.155919+02:00",
  92.             "questions": []
  93.         },
  94.         {
  95.             "status": "CALLED_TO_DOCK",
  96.             "passed": true,
  97.             "comments": [],
  98.             "images": [],
  99.             "createdBy": "xxx",
  100.             "creationDate": "2019-09-26T13:05:06.115232+02:00"
  101.         },
  102.         {
  103.             "status": "LEFT",
  104.             "passed": true,
  105.             "comments": [],
  106.             "images": [],
  107.             "createdBy": "xxx",
  108.             "creationDate": "2019-09-26T13:39:56.712376+02:00"
  109.         },
  110.         {
  111.             "status": "ONROAD",
  112.             "passed": true,
  113.             "comments": [],
  114.             "images": [],
  115.             "creationDate": "2019-10-02T15:00:54.071974+02:00"
  116.         }
  117.     ],
  118.     "actionType": "PICKUP"
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement