Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.56 KB | None | 0 0
  1. {
  2.     "collectiveContractId" : 9997,
  3.     "endDate" : "2015-11-18",
  4.     "salesProductId" : 9997,
  5.     "startDate" : "2015-11-11",
  6.     "contractNumber" : "pg_ID001",
  7.     "shortDescription" : "Test description",
  8.     "warrantyProgram" : {
  9.         "name" : "WarrantyProgramName",
  10.         "plannedSalesVolume" : 12,
  11.         "potentialSalesVolume" : 13,
  12.         "salesMethodType" : "OPTIONAL",
  13.         "soldWithType" : "VEHICLE",
  14.         "materialDiscount" : "16.2",
  15.         "warrantyProgramConfigurations" : [{
  16.                 "prices" : [{
  17.                         "value" : "16.2",
  18.                         "structure" : "SCALE1"
  19.                     }
  20.                 ],
  21.                 "salesProductConfiguration" : {
  22.                     "businessModel" : "INSURANCE",
  23.                     "productType" : "WARRANTY",
  24.                     "salesProduct" : {
  25.                         "name" : "Sales Product Name",
  26.                         "description" : "Sales Product Description"                    
  27.                     },
  28.                     "insuredObjects" : [{
  29.                             "name" : "Insured Object Name",
  30.                             "maximumMileage" : 1000000,
  31.                             "typeValue" : "Type Value",
  32.                             "vehicle" : 3
  33.                         }
  34.                     ],
  35.                     "regulations" : [{
  36.                             "name" : "RegulationName",
  37.                             "dealerContributionAmount" : 23,
  38.                             "dealerContributionLimitedValidity" : 23,
  39.                             "customContributionAmount" : 23,
  40.                             "maximumSumAmount" : 23,
  41.                             "maxSumConditionBasis" : "GENERAL"
  42.                         }
  43.                     ],
  44.                     "periodsOfLiability" : [{
  45.                             "name" : "POL name",
  46.                             "beginType" : "MANUALLY_ENTERED_DATE",
  47.                             "beginMileage" : 12,
  48.                             "endMileage" : 10023,
  49.                             "duration" : 12,
  50.                             "periodOfPerformanceType" : "WEEKS_AFTER_CONTRACT_CONCLUSION",
  51.                             "periodOfPerformanceValue" : 12
  52.                         }
  53.                     ]
  54.                 }
  55.             }
  56.         ]
  57.     }
  58.  
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement