Advertisement
Guest User

Untitled

a guest
May 21st, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.20 KB | None | 0 0
  1. {
  2.   "_links": {
  3.     "self": {
  4.       "href": "/shipping/tracking/tools/health_batch/T1"
  5.     }
  6.   },
  7.   "_embedded": {
  8.     "shipments": [
  9.       {
  10.         "id": 99999,
  11.         "_links": {
  12.           "href": "/shipping/tracking/tools/health_batch/T1/shipments/99999"
  13.         },
  14.         "checks": [
  15.           {
  16.             "id": "C1",
  17.             "name": "Checkeo de eventos contradictorios en PULL",
  18.             "status": "processing",
  19.             "_links": {
  20.               "href": "/shipping/tracking/tools/health_batch/T1/shipments/99999/checks/C1"
  21.             },
  22.             "result": {
  23.              
  24.             }
  25.           },
  26.           "id": "C2",
  27.           "name": "Checkeo de fechas",
  28.           "status": "finished",
  29.           "_links": {
  30.             "href": "/shipping/tracking/tools/health_batch/T1/shipments/99999/checks/C2"
  31.           },
  32.           "result": {
  33.             "errors": [
  34.               {
  35.                 "failure_severity": "WARNING",
  36.                 "failure_message": "Date 2019-04-04T19:08Z[UTC] in event with code 0201 contains date prior than shipment creation: 2019-04-04T22:07:46Z[UTC]"
  37.               }
  38.             ]
  39.           }
  40.         ]
  41.       }
  42.     ]
  43.   }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement