Advertisement
Guest User

sadadsad

a guest
Nov 24th, 2014
154
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.   "additionalInformation": "more information about everything",
  7.   "maintenanceCheck": "ja",
  8.   "contactPerson": {
  9.     "id": "123",
  10.     "firstName": "Max",
  11.     "lastName": "Mustermann",
  12.     "email": "max.mustermann@123.de",
  13.     "phoneNumber": "07665\/123456789"
  14.   },
  15.   "components": [
  16.     {
  17.       "id": "1",
  18.       "claim_id": 1,
  19.       "name": "luft unten",
  20.       "module": null,
  21.       "labourCost": 50,
  22.       "suppliesCost": 180,
  23.       "totalCost": null,
  24.       "cause": {
  25.         "id": "1",
  26.         "name": "Deterioration"
  27.       },
  28.       "location": {
  29.         "id": "1",
  30.         "name": "back-left"
  31.       }
  32.     },
  33.     {
  34.       "id": "1",
  35.       "claim_id": 1,
  36.       "name": "t\u00fcrrahmen unten",
  37.       "module": null,
  38.       "labourCost": 50,
  39.       "suppliesCost": 180,
  40.       "totalCost": null,
  41.       "cause": {
  42.         "id": "2",
  43.         "name": "External influence"
  44.       },
  45.       "location": {
  46.         "id": "2",
  47.         "name": "front-right"
  48.       }
  49.     }
  50.   ]
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement