Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. {
  2. "collectiveContractId" : 1430,
  3. "endDate" : "2015-11-18",
  4. "startDate" : "2015-11-11",
  5. "contractNumber" : "pg_ID001",
  6. "salesProductId" : 3713,
  7. "shortDescription" : "Test description",
  8. "warrantyProgram" : {
  9. "name" : "WarrantyProgramName",
  10. "plannedSalesVolume" : 12,
  11. "potentialSalesVolume" : 13,
  12. "salesMethodType" : "OPTIONAL",
  13. "soldWithType" : "VEHICLE",
  14. "invoiceRecipientId" : "52800653",
  15. "paymentCondition" : "SEVEN_DAYS_AFTER_INVOICE",
  16. "paymentType" : "DIRECT_DEBIT",
  17. "billingCycle" : "billingCycle Example",
  18. "mobilityInvoiceRecipient" : "mobilityInvoiceRecipient Example",
  19. "materialDiscount" : "16.2",
  20. "billingCycle" : "Billing cycle",
  21. "paymentType" : "BANK_TRANSFER",
  22. "warrantyProgramConfigurations" : [
  23. {
  24. "prices" : [{
  25. "value" : "16.2",
  26. "structure" : "SCALE1"
  27. }
  28. ],
  29. "salesProductConfiguration" : {
  30. "businessModel" : "INSURANCE",
  31. "productType" : "WARRANTY",
  32. "salesProduct" : {
  33. "name" : "Sales Product Name",
  34. "description" : "Sales Product Description"
  35. },
  36. "insuredObjects" : [{
  37. "name" : "Insured Object Name",
  38. "maximumMileage" : 1000000,
  39. "typeValue" : "Type Value",
  40. "vehicle" : 3
  41. }
  42. ],
  43. "regulations" : [{
  44. "name" : "RegulationName",
  45. "dealerContributionAmount" : 23,
  46. "dealerContributionLimitedValidity" : 23,
  47. "customContributionAmount" : 23,
  48. "maximumSumAmount" : 23,
  49. "maxSumConditionBasis" : "GENERAL"
  50. }
  51. ],
  52. "periodsOfLiability" : [{
  53. "name" : "POL name",
  54. "beginType" : "MANUALLY_ENTERED_DATE",
  55. "beginMileage" : 12,
  56. "endMileage" : 10023,
  57. "duration" : 12,
  58. "periodOfPerformanceType" : "WEEKS_AFTER_CONTRACT_CONCLUSION",
  59. "periodOfPerformanceValue" : 12
  60. }
  61. ]
  62. }
  63. },
  64. {
  65. "prices" : [{
  66. "value" : "16.2",
  67. "structure" : "SCALE1"
  68. }
  69. ],
  70. "salesProductConfiguration" : {
  71. "businessModel" : "INSURANCE",
  72. "productType" : "WARRANTY",
  73. "salesProduct" : {
  74. "name" : "Sales Product Name",
  75. "description" : "Sales Product Description"
  76. },
  77. "insuredObjects" : [{
  78. "name" : "Insured Object Name",
  79. "maximumMileage" : 1000000,
  80. "typeValue" : "Type Value",
  81. "vehicle" : 3
  82. }
  83. ],
  84. "regulations" : [{
  85. "name" : "RegulationName",
  86. "dealerContributionAmount" : 23,
  87. "dealerContributionLimitedValidity" : 23,
  88. "customContributionAmount" : 23,
  89. "maximumSumAmount" : 23,
  90. "maxSumConditionBasis" : "GENERAL"
  91. }
  92. ],
  93. "periodsOfLiability" : [{
  94. "name" : "POL name",
  95. "beginType" : "MANUALLY_ENTERED_DATE",
  96. "beginMileage" : 12,
  97. "endMileage" : 10023,
  98. "duration" : 12,
  99. "periodOfPerformanceType" : "WEEKS_AFTER_CONTRACT_CONCLUSION",
  100. "periodOfPerformanceValue" : 12
  101. }
  102. ]
  103. }
  104. }
  105. ]
  106. }
  107.  
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement