Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. {
  2. "modulo": 0,
  3. "dataAssinatura": "2018-08-28",
  4. "idParceria": 123,
  5. "restricaoDps": false,
  6. "subestipulante": 1,
  7. "idPdv": "071853",
  8. "grupoApolice": 99999,
  9. "dadosCadastrais": {
  10. "nome": "Nome do proponente",
  11. "tipoProponente": "T",
  12. "cpfcnpj": {
  13. "numero": "60145599060",
  14. "origem": "T"
  15. },
  16. "tipoPessoa": "F",
  17. "nacionalidade": "B",
  18. "dataNascimento": "1988-08-08",
  19. "sexo": "M",
  20. "idOcupacao": 9,
  21. "rendaMensal": 1000.00,
  22. "idEstadoCivil": 2,
  23. "endereco": {
  24. "residencial": {
  25. "logradouro": "AVENIDA MINAS GERAIS",
  26. "numero": "161",
  27. "complemento": "",
  28. "bairro": "CENTRO",
  29. "cidade": "JAGUAPITATINGA",
  30. "uf": "PE",
  31. "cep": "86615000",
  32. "telefone": {
  33. "ddd": "11",
  34. "numero": "995667777"
  35. }
  36. },
  37. "correspondencia": {
  38. "logradouro": "AVENIDA DOM HELDER MINAS GERAIS",
  39. "numero": "161",
  40. "complemento": "",
  41. "bairro": "CENTRO",
  42. "cidade": "JAGUAPITATINGA",
  43. "uf": "PE",
  44. "cep": "86615000",
  45. "telefone": {
  46. "ddd": "43",
  47. "numero": "999026487"
  48. }
  49. }
  50. },
  51. "email": "teste.proposta@gmail.com",
  52. "residentePais": true,
  53. "ppe": true,
  54. "relacionamentoEletronico": true,
  55. "comprovacaoLegal": true
  56. },
  57. "formaCobranca": {
  58. "tipoCobranca": 3,
  59. "periodicidade": 1,
  60. "banco": {
  61. "numero": 748,
  62. "agencia": {
  63. "numero": "718",
  64. "digitoVerificador": "5"
  65. },
  66. "contaCorrente": {
  67. "numero": "63595",
  68. "digitoVerificador": "2"
  69. }
  70. },
  71. "correntista": {
  72. "nome": "JOAO DA SILVA CARRARA NETO",
  73. "cpfcnpj": "03904041959"
  74. },
  75. "dataVencimento": "2018-12-31",
  76. "premioTotal": 19.9,
  77. "primeiroPremioPago": false,
  78. "proximoVencimento": 1,
  79. "tipoDemaisParcelas": 3
  80. },
  81. "coberturas": [
  82. {
  83. "modulo": 2152,
  84. "id": 2,
  85. "tipo": "R",
  86. "capital": 40000,
  87. "premio": 19.9,
  88. "tipoProponente": "T"
  89. },
  90. {
  91. "modulo": 2152,
  92. "id": 4,
  93. "tipo": "S",
  94. "capital": 40000,
  95. "premio": 0,
  96. "tipoProponente": "T"
  97. }
  98. ],
  99. "beneficiarios": [
  100. {
  101. "tipo": "S",
  102. "nome": "Nome do beneficiƔrio",
  103. "parentesco": 5,
  104. "percentual": 100
  105. }
  106. ]
  107. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement