Advertisement
Guest User

asdad

a guest
Nov 24th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "warrantyNumber": null,
  3.   "claimDate": "20140829",
  4.   "mileage": 21313,
  5.   "estimatedCost": null,
  6.   "reported": 0,
  7.   "service": 0,
  8.   "goodwill": "true",
  9.   "additionalInformation": "more information about everything",
  10.   "maintenanceCheck": "ja",
  11.   "status": null,
  12.   "contactPerson": {
  13.     "id": "123",
  14.     "firstName": "Max",
  15.     "lastName": "Mustermann",
  16.     "email": "max.mustermann@123.de",
  17.     "phoneNumber": "07665\/123456789"
  18.   },
  19.   "contract": {
  20.     "id": "72360071842002",
  21.     "dealerNumber": 999999,
  22.     "dealerName": "Testh\u00e4ndler",
  23.     "type": "Hersteller X - Model Y123",
  24.     "initialRegistrationDate": "19700101",
  25.     "vin": "1651231",
  26.     "firstName": "Hartmut",
  27.     "lastName": "Schulz",
  28.     "street": "Schultenhof",
  29.     "zip": "79797",
  30.     "city": "Ennepetal",
  31.     "pdfLink": "http:\/\/localhost:8080\/pdf.pdf",
  32.     "longWarrantyNumber": 123121312,
  33.     "warrantyBegin": 19700101
  34.   },
  35.   "components": [
  36.     {
  37.       "id": "1",
  38.       "claim_id": 1,
  39.       "name": "luft unten",
  40.       "module": null,
  41.       "labourCost": 50,
  42.       "suppliesCost": 180,
  43.       "totalCost": null,
  44.       "cause": {
  45.         "id": "1",
  46.         "name": "Deterioration"
  47.       },
  48.       "location": {
  49.         "id": "1",
  50.         "name": "back-left"
  51.       }
  52.     },
  53.     {
  54.       "id": "1",
  55.       "claim_id": 1,
  56.       "name": "t\u00fcrrahmen unten",
  57.       "module": null,
  58.       "labourCost": 50,
  59.       "suppliesCost": 180,
  60.       "totalCost": null,
  61.       "cause": {
  62.         "id": "2",
  63.         "name": "External influence"
  64.       },
  65.       "location": {
  66.         "id": "2",
  67.         "name": "front-right"
  68.       }
  69.     }
  70.   ]
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement