Advertisement
Guest User

Untitled

a guest
May 19th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. {
  2. "offersAmount": [
  3. {
  4. "termsAmount": [
  5. {
  6. "maxDrawSum": 31000,
  7. "term": 60,
  8. "insurancesAmount": [
  9. {
  10. "amount": 10000,
  11. "companyOfficialId": 1,
  12. "isAvailable": true,
  13. "typeEnumValue": 1,
  14. "programId": 1
  15. },
  16. {
  17. "amount": 20000,
  18. "companyOfficialId": 2,
  19. "isAvailable": false,
  20. "typeEnumValue": 1,
  21. "programId": 1
  22. },
  23. {
  24. "amount": 30000,
  25. "companyOfficialId": 2,
  26. "isAvailable": true,
  27. "typeEnumValue": 2
  28. },
  29. {
  30. "amount": 40000,
  31. "companyOfficialId": 2,
  32. "isAvailable": true,
  33. "typeEnumValue": 2
  34. }
  35. ]
  36. }
  37. ],
  38. "offerId": 23391,
  39. "testObject": {
  40. "one": null,
  41. "two": null
  42. }
  43. }
  44. ]
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement