Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.20 KB | None | 0 0
  1. ---
  2. swagger: "2.0"
  3. info:
  4. version: 1.0.0
  5. title: EES CO-AN API
  6. contact:
  7. email: GBS_SOAConfigurationManager.it@generali.com
  8. x-ibm-name: ees-co-an-api
  9. description: ""
  10. basePath: /ees/CO/AN/api
  11. tags:
  12. - name: it.generali.ees.co.an
  13. schemes:
  14. - https
  15. paths:
  16. /soggetti:
  17. put:
  18. tags:
  19. - it.generali.ees.co.an
  20. summary: CensimentoSoggetto
  21. consumes:
  22. - application/json
  23. produces:
  24. - application/json
  25. parameters:
  26. - name: userVisibilityContext
  27. in: header
  28. description: ""
  29. required: false
  30. type: string
  31. - name: actionContextBean
  32. in: header
  33. description: ""
  34. required: false
  35. type: string
  36. - name: X-IBM-Client-Id
  37. in: header
  38. description: ""
  39. required: false
  40. type: string
  41. - in: body
  42. name: body
  43. description: ""
  44. required: true
  45. schema:
  46. $ref: '#/definitions/CensimentoSoggettoRequest'
  47. responses:
  48. 200:
  49. description: Successfull Operation
  50. schema:
  51. $ref: '#/definitions/CensimentoSoggettoResponse'
  52. 204:
  53. description: Resource Not Found
  54. 417:
  55. description: System Fault
  56. schema:
  57. $ref: '#/definitions/FaultList'
  58. 418:
  59. description: Business Fault
  60. schema:
  61. $ref: '#/definitions/FaultList'
  62. x-camelContextId: ees-co-an-context
  63. x-routeId: rest_censimento_soggetto
  64. /soggetti/{codiceSoggetto}:
  65. get:
  66. tags:
  67. - it.generali.ees.co.an
  68. summary: SintesiSoggetto
  69. consumes:
  70. - application/json
  71. produces:
  72. - application/json
  73. parameters:
  74. - name: codiceSoggetto
  75. in: path
  76. description: ""
  77. required: true
  78. type: string
  79. - name: codiceAgenzia
  80. in: query
  81. description: ""
  82. required: false
  83. type: string
  84. - name: flagCrsStorico
  85. in: query
  86. description: ""
  87. required: false
  88. type: string
  89. - name: codiceCanale
  90. in: query
  91. description: ""
  92. required: false
  93. type: string
  94. - name: flagPrivacy
  95. in: query
  96. description: ""
  97. required: false
  98. type: boolean
  99. - name: flagAdesioni
  100. in: query
  101. description: ""
  102. required: false
  103. type: boolean
  104. - name: flagContiCorrenti
  105. in: query
  106. description: ""
  107. required: false
  108. type: boolean
  109. - name: flagDatiCommerciali
  110. in: query
  111. description: ""
  112. required: false
  113. type: boolean
  114. - name: flagCrs
  115. in: query
  116. description: ""
  117. required: false
  118. type: boolean
  119. - name: flagFea
  120. in: query
  121. description: ""
  122. required: false
  123. type: boolean
  124. - name: flagLoyalty
  125. in: query
  126. description: ""
  127. required: false
  128. type: boolean
  129. - name: flagProfiloCliente
  130. in: query
  131. description: ""
  132. required: false
  133. type: boolean
  134. - name: flagDematerializzazione
  135. in: query
  136. description: ""
  137. required: false
  138. type: boolean
  139. - name: flagDocumenti
  140. in: query
  141. description: ""
  142. required: false
  143. type: boolean
  144. - name: flagAdesioniDanni
  145. in: query
  146. description: ""
  147. required: false
  148. type: boolean
  149. - name: flagAdesioniVita
  150. in: query
  151. description: ""
  152. required: false
  153. type: boolean
  154. - name: flagRecapiti
  155. in: query
  156. description: ""
  157. required: false
  158. type: boolean
  159. - name: flagLegami
  160. in: query
  161. description: ""
  162. required: false
  163. type: boolean
  164. - name: userVisibilityContext
  165. in: header
  166. description: ""
  167. required: false
  168. type: string
  169. - name: actionContextBean
  170. in: header
  171. description: ""
  172. required: false
  173. type: string
  174. - name: X-IBM-Client-Id
  175. in: header
  176. description: ""
  177. required: false
  178. type: string
  179. responses:
  180. 200:
  181. description: Successfull Operation
  182. schema:
  183. $ref: '#/definitions/SintesiSoggettoResponse'
  184. 204:
  185. description: Resource Not Found
  186. 417:
  187. description: System Fault
  188. schema:
  189. $ref: '#/definitions/FaultList'
  190. 418:
  191. description: Business Fault
  192. schema:
  193. $ref: '#/definitions/FaultList'
  194. x-camelContextId: ees-co-an-context
  195. x-routeId: rest_sintesi_soggetto
  196. post:
  197. tags:
  198. - it.generali.ees.co.an
  199. summary: VariazioneSoggetto
  200. consumes:
  201. - application/json
  202. produces:
  203. - application/json
  204. parameters:
  205. - name: codiceSoggetto
  206. in: path
  207. description: ""
  208. required: true
  209. type: string
  210. - name: userVisibilityContext
  211. in: header
  212. description: ""
  213. required: false
  214. type: string
  215. - name: actionContextBean
  216. in: header
  217. description: ""
  218. required: false
  219. type: string
  220. - name: X-IBM-Client-Id
  221. in: header
  222. description: ""
  223. required: false
  224. type: string
  225. - in: body
  226. name: body
  227. description: ""
  228. required: true
  229. schema:
  230. $ref: '#/definitions/VariazioneSoggettoRequest'
  231. responses:
  232. 200:
  233. description: Successfull Operation
  234. schema:
  235. $ref: '#/definitions/VariazioneSoggettoResponse'
  236. 204:
  237. description: Resource Not Found
  238. 417:
  239. description: System Fault
  240. schema:
  241. $ref: '#/definitions/FaultList'
  242. 418:
  243. description: Business Fault
  244. schema:
  245. $ref: '#/definitions/FaultList'
  246. x-camelContextId: ees-co-an-context
  247. x-routeId: rest_variazione_soggetto
  248. /soggetti/{codiceSoggetto}/estraiProfiloClienteValido:
  249. get:
  250. tags:
  251. - it.generali.ees.co.an
  252. summary: EstraiProfiloClienteValido
  253. consumes:
  254. - application/json
  255. produces:
  256. - application/json
  257. parameters:
  258. - name: codiceSoggetto
  259. in: path
  260. description: ""
  261. required: true
  262. type: string
  263. - name: codiceCanale
  264. in: query
  265. description: ""
  266. required: false
  267. type: string
  268. - name: userVisibilityContext
  269. in: header
  270. description: ""
  271. required: false
  272. type: string
  273. - name: actionContextBean
  274. in: header
  275. description: ""
  276. required: false
  277. type: string
  278. - name: X-IBM-Client-Id
  279. in: header
  280. description: ""
  281. required: false
  282. type: string
  283. responses:
  284. 200:
  285. description: Successfull Operation
  286. schema:
  287. $ref: '#/definitions/EstraiProfiloClienteValidoResponse'
  288. 204:
  289. description: Resource Not Found
  290. 417:
  291. description: System Fault
  292. schema:
  293. $ref: '#/definitions/FaultList'
  294. 418:
  295. description: Business Fault
  296. schema:
  297. $ref: '#/definitions/FaultList'
  298. x-camelContextId: ees-co-an-context
  299. x-routeId: rest_estrai_profilo_cliente_valido
  300. /soggetti/{codiceSoggetto}/firmaDocumentoProfiloCliente/{id}:
  301. get:
  302. tags:
  303. - it.generali.ees.co.an
  304. summary: FirmaDocumentoProfiloCliente
  305. consumes:
  306. - application/json
  307. produces:
  308. - application/json
  309. parameters:
  310. - name: codiceSoggetto
  311. in: path
  312. description: ""
  313. required: true
  314. type: string
  315. - name: id
  316. in: path
  317. description: ""
  318. required: true
  319. type: string
  320. - name: codiceSistemaProvenienza
  321. in: query
  322. description: ""
  323. required: false
  324. type: string
  325. - name: tipoFirma
  326. in: query
  327. description: ""
  328. required: false
  329. type: string
  330. - name: dataFirma
  331. in: query
  332. description: ""
  333. required: false
  334. type: string
  335. - name: flagDichiarazioneFirma
  336. in: query
  337. description: ""
  338. required: false
  339. type: boolean
  340. - name: userVisibilityContext
  341. in: header
  342. description: ""
  343. required: false
  344. type: string
  345. - name: actionContextBean
  346. in: header
  347. description: ""
  348. required: false
  349. type: string
  350. - name: X-IBM-Client-Id
  351. in: header
  352. description: ""
  353. required: false
  354. type: string
  355. responses:
  356. 200:
  357. description: Successfull Operation
  358. schema:
  359. $ref: '#/definitions/FirmaDocumentoProfiloClienteResponse'
  360. 204:
  361. description: Resource Not Found
  362. 417:
  363. description: System Fault
  364. schema:
  365. $ref: '#/definitions/FaultList'
  366. 418:
  367. description: Business Fault
  368. schema:
  369. $ref: '#/definitions/FaultList'
  370. x-camelContextId: ees-co-an-context
  371. x-routeId: rest_firma_documento_profilo_cliente
  372. /soggetti/{codiceSoggetto}/generaDocumentiAnagrafici:
  373. get:
  374. tags:
  375. - it.generali.ees.co.an
  376. summary: GeneraDocumentiAnagrafici
  377. consumes:
  378. - application/json
  379. produces:
  380. - application/json
  381. parameters:
  382. - name: codiceSoggetto
  383. in: path
  384. description: ""
  385. required: true
  386. type: string
  387. - name: codiceAgenzia
  388. in: query
  389. description: ""
  390. required: false
  391. type: string
  392. - name: codiceSistemaProvenienza
  393. in: query
  394. description: ""
  395. required: false
  396. type: string
  397. - name: tipoDocumento
  398. in: query
  399. description: ""
  400. required: false
  401. type: string
  402. - name: tipoFirma
  403. in: query
  404. description: ""
  405. required: false
  406. type: string
  407. - name: idDocumento
  408. in: query
  409. description: ""
  410. required: false
  411. type: string
  412. - name: userVisibilityContext
  413. in: header
  414. description: ""
  415. required: false
  416. type: string
  417. - name: actionContextBean
  418. in: header
  419. description: ""
  420. required: false
  421. type: string
  422. - name: X-IBM-Client-Id
  423. in: header
  424. description: ""
  425. required: false
  426. type: string
  427. responses:
  428. 200:
  429. description: Successfull Operation
  430. schema:
  431. $ref: '#/definitions/GeneraDocumentiAnagraficiResponse'
  432. 204:
  433. description: Resource Not Found
  434. 417:
  435. description: System Fault
  436. schema:
  437. $ref: '#/definitions/FaultList'
  438. 418:
  439. description: Business Fault
  440. schema:
  441. $ref: '#/definitions/FaultList'
  442. x-camelContextId: ees-co-an-context
  443. x-routeId: rest_genera_documenti_anagrafici
  444. /soggetti/{codiceSoggetto}/validazione:
  445. post:
  446. tags:
  447. - it.generali.ees.co.an
  448. summary: ValidazioneSoggetto
  449. consumes:
  450. - application/json
  451. produces:
  452. - application/json
  453. parameters:
  454. - name: codiceSoggetto
  455. in: path
  456. description: ""
  457. required: true
  458. type: string
  459. - name: userVisibilityContext
  460. in: header
  461. description: ""
  462. required: false
  463. type: string
  464. - name: actionContextBean
  465. in: header
  466. description: ""
  467. required: false
  468. type: string
  469. - name: X-IBM-Client-Id
  470. in: header
  471. description: ""
  472. required: false
  473. type: string
  474. - in: body
  475. name: body
  476. description: ""
  477. required: true
  478. schema:
  479. $ref: '#/definitions/ValidazioneSoggettoRequest'
  480. responses:
  481. 200:
  482. description: Successfull Operation
  483. schema:
  484. $ref: '#/definitions/ValidazioneSoggettoResponse'
  485. 204:
  486. description: Resource Not Found
  487. 417:
  488. description: System Fault
  489. schema:
  490. $ref: '#/definitions/FaultList'
  491. 418:
  492. description: Business Fault
  493. schema:
  494. $ref: '#/definitions/FaultList'
  495. x-camelContextId: ees-co-an-context
  496. x-routeId: rest_validazione_soggetto
  497. definitions:
  498. ValidazioneSoggettoResponse:
  499. type: object
  500. properties:
  501. soggetto:
  502. $ref: '#/definitions/Soggetto'
  503. listaWarnings:
  504. type: array
  505. items:
  506. $ref: '#/definitions/Warning'
  507. x-className:
  508. type: string
  509. format: it.generali.ees.co.an.bean.ValidazioneSoggettoResponse
  510. VariazioneSoggettoResponse:
  511. type: object
  512. properties:
  513. soggetto:
  514. $ref: '#/definitions/Soggetto'
  515. listaWarnings:
  516. type: array
  517. items:
  518. $ref: '#/definitions/Warning'
  519. x-className:
  520. type: string
  521. format: it.generali.ees.co.an.bean.VariazioneSoggettoResponse
  522. Istruzione:
  523. type: object
  524. properties:
  525. titoloStudio:
  526. $ref: '#/definitions/Dominio'
  527. gradoIstruzione:
  528. $ref: '#/definitions/Dominio'
  529. annoConseguimentoTitolo:
  530. type: string
  531. CapacitaDiRisparmioPersonaGiuridica:
  532. type: object
  533. properties:
  534. capacitaRisparmio:
  535. $ref: '#/definitions/Dominio'
  536. impegniFinanziari:
  537. $ref: '#/definitions/Dominio'
  538. risparmioAnnuo:
  539. $ref: '#/definitions/Dominio'
  540. IndicatoreEconomicoPersonaFisica:
  541. type: object
  542. properties:
  543. valorePatrimonio:
  544. $ref: '#/definitions/Dominio'
  545. InformazioneCrs:
  546. type: object
  547. properties:
  548. codiceProgressivo:
  549. type: string
  550. nazione:
  551. $ref: '#/definitions/Nazione'
  552. identificativoFiscale:
  553. type: string
  554. dataInizioValidita:
  555. type: string
  556. dataFineValidita:
  557. type: string
  558. Privacy:
  559. type: object
  560. properties:
  561. tipo:
  562. $ref: '#/definitions/Dominio'
  563. tipoConsenso:
  564. $ref: '#/definitions/Dominio'
  565. codiceAgenzia:
  566. type: string
  567. tipoDocumento:
  568. $ref: '#/definitions/Dominio'
  569. numeroDocumento:
  570. type: string
  571. dataRilascioConsenso:
  572. type: string
  573. flagEmailSms:
  574. type: boolean
  575. default: false
  576. flagPostaTelefono:
  577. type: boolean
  578. default: false
  579. tipoConsensoProfilazione:
  580. $ref: '#/definitions/Dominio'
  581. DatiRiferimentoTerritoriale:
  582. type: object
  583. properties:
  584. codiceAgenzia:
  585. type: string
  586. codiceGestore:
  587. type: string
  588. codiceIspettorato:
  589. type: string
  590. codiceSettore:
  591. type: string
  592. codicePartizionamento:
  593. type: string
  594. Fatca:
  595. type: object
  596. properties:
  597. codiceDichiarazioneUSPerson:
  598. $ref: '#/definitions/Dominio'
  599. tipoTin:
  600. $ref: '#/definitions/Dominio'
  601. tin:
  602. type: string
  603. giinFatcaPartner:
  604. type: string
  605. tipoGiinFatcaPartner:
  606. $ref: '#/definitions/Dominio'
  607. VariazioneSoggettoRequest:
  608. type: object
  609. properties:
  610. soggetto:
  611. $ref: '#/definitions/Soggetto'
  612. canale:
  613. $ref: '#/definitions/Dominio'
  614. sistema:
  615. $ref: '#/definitions/Dominio'
  616. listaLogAdesioni:
  617. type: array
  618. items:
  619. $ref: '#/definitions/LogAdesione'
  620. x-className:
  621. type: string
  622. format: it.generali.ees.co.an.bean.VariazioneSoggettoRequest
  623. DocumentoPersonale:
  624. type: object
  625. properties:
  626. codiceProgressivo:
  627. type: string
  628. tipo:
  629. $ref: '#/definitions/Dominio'
  630. sottoTipo:
  631. $ref: '#/definitions/Dominio'
  632. numero:
  633. type: string
  634. dataRilascio:
  635. type: string
  636. dataScadenza:
  637. type: string
  638. comuneRilascio:
  639. $ref: '#/definitions/Comune'
  640. provinciaRilascio:
  641. $ref: '#/definitions/Provincia'
  642. tipoEnteRilascio:
  643. $ref: '#/definitions/Dominio'
  644. nazioneRilascio:
  645. $ref: '#/definitions/Nazione'
  646. flagPreferito:
  647. type: boolean
  648. default: false
  649. ConsensoDematerializzazione:
  650. type: object
  651. properties:
  652. flagInibizioneFea:
  653. type: boolean
  654. default: false
  655. flagConsenso:
  656. type: boolean
  657. default: false
  658. tipologia:
  659. $ref: '#/definitions/Dominio'
  660. codiceProgressivoMailDematerializzazioneEFeaGrafometrica:
  661. type: string
  662. consensoFea:
  663. $ref: '#/definitions/Dominio'
  664. dataAdesioneFea:
  665. type: string
  666. consensoFeaGrafometrica:
  667. $ref: '#/definitions/Dominio'
  668. dataAdesioneFeaGrafometrica:
  669. type: string
  670. consensoFeaOtp:
  671. $ref: '#/definitions/Dominio'
  672. dataAdesioneFeaOtp:
  673. type: string
  674. codiceProgressivoTelefonoFeaOtp:
  675. type: string
  676. ContrattiPrecedenti:
  677. type: object
  678. properties:
  679. tipologia:
  680. $ref: '#/definitions/Dominio'
  681. listaTipologieAssociate:
  682. type: array
  683. items:
  684. $ref: '#/definitions/Dominio'
  685. premiAnnui:
  686. $ref: '#/definitions/Dominio'
  687. premiUnici:
  688. $ref: '#/definitions/Dominio'
  689. Nota:
  690. type: object
  691. properties:
  692. codiceProgressivo:
  693. type: string
  694. nota:
  695. type: string
  696. pubblicazione:
  697. $ref: '#/definitions/Dominio'
  698. descrizioneAutore:
  699. type: string
  700. codiceAgenzia:
  701. type: string
  702. dataInserimento:
  703. type: string
  704. Soggetto:
  705. type: object
  706. properties:
  707. codiceSoggetto:
  708. type: string
  709. tipologiaCliente:
  710. $ref: '#/definitions/Dominio'
  711. statoSoggetto:
  712. $ref: '#/definitions/Dominio'
  713. tipoSoggetto:
  714. $ref: '#/definitions/Dominio'
  715. flagMarketing:
  716. type: boolean
  717. default: false
  718. tipoUtente:
  719. $ref: '#/definitions/Dominio'
  720. codiceFiscale:
  721. type: string
  722. partitaIva:
  723. type: string
  724. datiDiNascitaFondazione:
  725. $ref: '#/definitions/DatiDiNascitaFondazione'
  726. datiPersonaFisica:
  727. $ref: '#/definitions/DatiPersonaFisica'
  728. datiPersonaGiuridica:
  729. $ref: '#/definitions/DatiPersonaGiuridica'
  730. cognomeRagioneSociale:
  731. type: string
  732. nome:
  733. type: string
  734. professioneUfficioItalianoCambi:
  735. $ref: '#/definitions/ProfessioneUfficioItalianoCambi'
  736. datiDecessoCessazione:
  737. $ref: '#/definitions/DatiDecessoCessazione'
  738. livelloSegmentazione:
  739. $ref: '#/definitions/Dominio'
  740. listaRecapitiPostali:
  741. type: array
  742. items:
  743. $ref: '#/definitions/RecapitoPostale'
  744. listaRecapitiTelematici:
  745. type: array
  746. items:
  747. $ref: '#/definitions/RecapitoTelematico'
  748. listaRecapitiTelefonici:
  749. type: array
  750. items:
  751. $ref: '#/definitions/RecapitoTelefonico'
  752. listaContiCorrenti:
  753. type: array
  754. items:
  755. $ref: '#/definitions/ContoCorrente'
  756. listaDocumentiPersonali:
  757. type: array
  758. items:
  759. $ref: '#/definitions/DocumentoPersonale'
  760. listaPrivacy:
  761. type: array
  762. items:
  763. $ref: '#/definitions/Privacy'
  764. privacyAssicurativa:
  765. $ref: '#/definitions/Dominio'
  766. listaDatiRiferimentoTerritoriale:
  767. type: array
  768. items:
  769. $ref: '#/definitions/DatiRiferimentoTerritoriale'
  770. listaLegami:
  771. type: array
  772. items:
  773. $ref: '#/definitions/Legami'
  774. listaNote:
  775. type: array
  776. items:
  777. $ref: '#/definitions/Nota'
  778. dichiarazioniNormative:
  779. $ref: '#/definitions/DichiarazioniNormative'
  780. flagIscrittoAreaClienti:
  781. type: boolean
  782. default: false
  783. consensoDematerializzazione:
  784. $ref: '#/definitions/ConsensoDematerializzazione'
  785. questionarioComportamentale:
  786. $ref: '#/definitions/QuestionarioComportamentale'
  787. rafforzataVerifica:
  788. $ref: '#/definitions/RafforzataVerifica'
  789. adeguataVerifica:
  790. $ref: '#/definitions/AdeguataVerifica'
  791. adeguataVerificaDanni:
  792. $ref: '#/definitions/AdeguataVerificaDanni'
  793. abitazionePrincipale:
  794. $ref: '#/definitions/Dominio'
  795. possessoAltreAbitazioniDiProprieta:
  796. $ref: '#/definitions/Dominio'
  797. datiLoyalty:
  798. $ref: '#/definitions/Loyalty'
  799. conoscenzeEdEsperienze:
  800. $ref: '#/definitions/ConoscenzeEdEsperienze'
  801. GeneraDocumentiAnagraficiResponse:
  802. type: object
  803. properties:
  804. datiSoggetto:
  805. $ref: '#/definitions/Soggetto'
  806. listaDocumenti:
  807. type: array
  808. items:
  809. $ref: '#/definitions/Documento'
  810. x-className:
  811. type: string
  812. format: it.generali.ees.co.an.bean.GeneraDocumentiAnagraficiResponse
  813. AdeguataVerifica:
  814. type: object
  815. properties:
  816. obiettiviAssicurativi:
  817. $ref: '#/definitions/ObiettiviAssicurativi'
  818. orizzonteTemporale:
  819. $ref: '#/definitions/Dominio'
  820. propensioneAlRischio:
  821. $ref: '#/definitions/Dominio'
  822. capacitaDiRisparmioPersonaFisica:
  823. $ref: '#/definitions/CapacitaDiRisparmioPersonaFisica'
  824. capacitaDiRisparmioPersonaGiuridica:
  825. $ref: '#/definitions/CapacitaDiRisparmioPersonaGiuridica'
  826. esigenzeLiquidita:
  827. $ref: '#/definitions/Dominio'
  828. Documento:
  829. type: object
  830. properties:
  831. idDocumento:
  832. type: string
  833. idDocumentoSag:
  834. type: string
  835. dataDocumento:
  836. type: string
  837. tipoDocumento:
  838. type: string
  839. tipoFirma:
  840. type: string
  841. flagFirmato:
  842. type: boolean
  843. default: false
  844. flagValido:
  845. type: boolean
  846. default: false
  847. dataFirma:
  848. type: string
  849. profiloDiRischio:
  850. type: string
  851. numeroDocumentoCorrelato:
  852. type: string
  853. flagBroker:
  854. type: boolean
  855. default: false
  856. sottoTipoDocumento:
  857. type: string
  858. Loyalty:
  859. type: object
  860. properties:
  861. flagIscritto:
  862. type: boolean
  863. default: false
  864. membership:
  865. type: string
  866. ProfessioneUfficioItalianoCambi:
  867. type: object
  868. properties:
  869. codiceATECO:
  870. $ref: '#/definitions/Dominio'
  871. codiceSAE:
  872. $ref: '#/definitions/Dominio'
  873. FondoInvestito:
  874. type: object
  875. properties:
  876. identificativo:
  877. type: string
  878. origine:
  879. $ref: '#/definitions/Dominio'
  880. nazione:
  881. $ref: '#/definitions/Nazione'
  882. CapacitaDiRisparmioPersonaFisica:
  883. type: object
  884. properties:
  885. capacitaRisparmio:
  886. $ref: '#/definitions/Dominio'
  887. evoluzioneReddito:
  888. $ref: '#/definitions/Dominio'
  889. impegniFinanziari:
  890. $ref: '#/definitions/Dominio'
  891. redditoAnnuo:
  892. $ref: '#/definitions/Dominio'
  893. InformazioniAntiriciclaggio:
  894. type: object
  895. properties:
  896. relazioneContraenteEsecutore:
  897. $ref: '#/definitions/Dominio'
  898. relazioneContraenteBeneficiario:
  899. $ref: '#/definitions/Dominio'
  900. relazioneDAffari:
  901. $ref: '#/definitions/Dominio'
  902. listaFondiInvestiti:
  903. type: array
  904. items:
  905. $ref: '#/definitions/FondoInvestito'
  906. Warning:
  907. type: object
  908. properties:
  909. codice:
  910. type: string
  911. descrizione:
  912. type: string
  913. sistema:
  914. type: string
  915. DatiDecessoCessazione:
  916. type: object
  917. properties:
  918. flag:
  919. type: boolean
  920. default: false
  921. data:
  922. type: string
  923. AdeguataVerificaDanni:
  924. type: object
  925. properties:
  926. listaAreeDiBisogno:
  927. type: array
  928. items:
  929. $ref: '#/definitions/Dominio'
  930. polizzeDiAltreCompagnie:
  931. $ref: '#/definitions/PolizzeDiAltreCompagnie'
  932. listaObiettiviAssicurativi:
  933. type: array
  934. items:
  935. $ref: '#/definitions/Dominio'
  936. interesseDispositiviElettronici:
  937. $ref: '#/definitions/Dominio'
  938. consapevolezzaProdotti:
  939. type: array
  940. items:
  941. $ref: '#/definitions/Dominio'
  942. consapevolezzaCaratteristicheFinalitaProdotti:
  943. $ref: '#/definitions/Dominio'
  944. presaAttoCaratteristicheFinalitaProdotti:
  945. $ref: '#/definitions/Dominio'
  946. Errore:
  947. type: object
  948. properties:
  949. codice:
  950. type: string
  951. descrizione:
  952. type: string
  953. sistema:
  954. type: string
  955. RafforzataVerifica:
  956. type: object
  957. properties:
  958. listaFontiDiReddito:
  959. type: array
  960. items:
  961. $ref: '#/definitions/FonteDiReddito'
  962. aziendaDatriceDiLavoro:
  963. type: string
  964. altreInfoFinanziarie:
  965. type: string
  966. scopoNaturaDellOperazione:
  967. type: string
  968. provvedimentoGiudiziario:
  969. $ref: '#/definitions/Dominio'
  970. noteCronistoriche:
  971. type: string
  972. relazioniTitolareAgenzia:
  973. type: string
  974. comportamentoAtipico:
  975. $ref: '#/definitions/Dominio'
  976. attendibilitaInformazioni:
  977. $ref: '#/definitions/Dominio'
  978. ContoCorrente:
  979. type: object
  980. properties:
  981. codiceProgressivo:
  982. type: string
  983. codiceABI:
  984. type: string
  985. codiceCAB:
  986. type: string
  987. numero:
  988. type: string
  989. codiceCIN:
  990. type: string
  991. intestatario:
  992. type: string
  993. codiceBIC:
  994. type: string
  995. codiceIBAN:
  996. type: string
  997. dataScadenzaIBAN:
  998. type: string
  999. nazione:
  1000. $ref: '#/definitions/Nazione'
  1001. descrizioneBanca:
  1002. type: string
  1003. flagPreferito:
  1004. type: boolean
  1005. default: false
  1006. listaAdesioni:
  1007. type: array
  1008. items:
  1009. $ref: '#/definitions/Adesione'
  1010. ValidazioneSoggettoRequest:
  1011. type: object
  1012. properties:
  1013. canale:
  1014. $ref: '#/definitions/Dominio'
  1015. sistema:
  1016. $ref: '#/definitions/Dominio'
  1017. tipologiaValidazione:
  1018. $ref: '#/definitions/Dominio'
  1019. flagNormalizzazione:
  1020. type: boolean
  1021. default: false
  1022. flagValidazioneCodiceFiscale:
  1023. type: boolean
  1024. default: false
  1025. flagValidazioneRecapitiPostali:
  1026. type: boolean
  1027. default: false
  1028. flagValidazioneDocumenti:
  1029. type: boolean
  1030. default: false
  1031. flagValidazionePrivacy:
  1032. type: boolean
  1033. default: false
  1034. flagValidazioneRecapitiTelematici:
  1035. type: boolean
  1036. default: false
  1037. flagValidazioneRecapitiTelefonici:
  1038. type: boolean
  1039. default: false
  1040. flagValidazioneParziale:
  1041. type: boolean
  1042. default: false
  1043. flagValidazioneContiCorrenti:
  1044. type: boolean
  1045. default: false
  1046. flagValidazioneCheckDigit:
  1047. type: boolean
  1048. default: false
  1049. flagValidazioneTotale:
  1050. type: boolean
  1051. default: false
  1052. soggetto:
  1053. $ref: '#/definitions/Soggetto'
  1054. x-className:
  1055. type: string
  1056. format: it.generali.ees.co.an.bean.ValidazioneSoggettoRequest
  1057. FirmaDocumentoProfiloClienteResponse:
  1058. type: object
  1059. properties:
  1060. esito:
  1061. type: boolean
  1062. default: false
  1063. x-className:
  1064. type: string
  1065. format: it.generali.ees.co.an.bean.FirmaDocumentoProfiloClienteResponse
  1066. Comune:
  1067. type: object
  1068. properties:
  1069. codiceIstat:
  1070. type: string
  1071. codiceBelfiore:
  1072. type: string
  1073. denominazione:
  1074. type: string
  1075. RecapitoTelematico:
  1076. type: object
  1077. properties:
  1078. codiceProgressivo:
  1079. type: string
  1080. tipo:
  1081. $ref: '#/definitions/Dominio'
  1082. indirizzo:
  1083. type: string
  1084. tipoUtilizzo:
  1085. $ref: '#/definitions/Dominio'
  1086. flagPreferito:
  1087. type: boolean
  1088. default: false
  1089. certificato:
  1090. $ref: '#/definitions/Dominio'
  1091. DatiPersonaFisica:
  1092. type: object
  1093. properties:
  1094. sesso:
  1095. $ref: '#/definitions/Dominio'
  1096. cittadinanza:
  1097. $ref: '#/definitions/Dominio'
  1098. istruzione:
  1099. $ref: '#/definitions/Istruzione'
  1100. statoCivile:
  1101. $ref: '#/definitions/Dominio'
  1102. professione:
  1103. $ref: '#/definitions/ProfessionePersonaFisica'
  1104. flagPortatoreHandicap:
  1105. type: boolean
  1106. default: false
  1107. flagFumatore:
  1108. type: boolean
  1109. default: false
  1110. flagCapacitaGiuridica:
  1111. type: boolean
  1112. default: false
  1113. flagEsenzioneFiscale:
  1114. type: boolean
  1115. default: false
  1116. cognomeMaritale:
  1117. type: string
  1118. dataPrimaOccupazione:
  1119. type: string
  1120. titoloEpistolareAccademico:
  1121. $ref: '#/definitions/Dominio'
  1122. listaIndicatoriEconomici:
  1123. type: array
  1124. items:
  1125. $ref: '#/definitions/IndicatoreEconomicoPersonaFisica'
  1126. indicatorePersonaEspostaPoliticamente:
  1127. $ref: '#/definitions/Dominio'
  1128. fasciaReddito:
  1129. $ref: '#/definitions/Dominio'
  1130. dataIscrizionePrevidenza:
  1131. type: string
  1132. carica:
  1133. $ref: '#/definitions/Dominio'
  1134. nazioneEnte:
  1135. $ref: '#/definitions/Nazione'
  1136. secondaCittadinanza:
  1137. $ref: '#/definitions/Dominio'
  1138. numeroFigli:
  1139. type: integer
  1140. format: int32
  1141. numeroFamiliari:
  1142. type: integer
  1143. format: int32
  1144. flagPersonaDiRiferimento:
  1145. type: boolean
  1146. default: false
  1147. paeseAttivitaEconomicaPrevalente:
  1148. $ref: '#/definitions/Dominio'
  1149. dataAggiornamentoSuiDatiFamiliari:
  1150. type: string
  1151. fonteRedditoPrincipale:
  1152. $ref: '#/definitions/Dominio'
  1153. categoriaProfessionale:
  1154. $ref: '#/definitions/Dominio'
  1155. listaDatiFamiliare:
  1156. type: array
  1157. items:
  1158. $ref: '#/definitions/DatiFamiliare'
  1159. FaultList:
  1160. type: object
  1161. properties:
  1162. faultList:
  1163. type: array
  1164. items:
  1165. $ref: '#/definitions/Errore'
  1166. x-className:
  1167. type: string
  1168. format: it.generali.fuse.core.bean.FaultList
  1169. EstraiProfiloClienteValidoResponse:
  1170. type: object
  1171. properties:
  1172. flagValido:
  1173. type: boolean
  1174. default: false
  1175. idDocumento:
  1176. type: string
  1177. codiceProfiloDiRischio:
  1178. type: string
  1179. dataFirma:
  1180. type: string
  1181. x-className:
  1182. type: string
  1183. format: it.generali.ees.co.an.bean.EstraiProfiloClienteValidoResponse
  1184. DatiPersonaGiuridica:
  1185. type: object
  1186. properties:
  1187. formaGiuridica:
  1188. $ref: '#/definitions/Dominio'
  1189. siglaRagioneSociale:
  1190. type: string
  1191. ragioneSocialeEstesa:
  1192. type: string
  1193. tipoPersonaGiuridica:
  1194. $ref: '#/definitions/Dominio'
  1195. professione:
  1196. $ref: '#/definitions/ProfessionePersonaGiuridica'
  1197. numeroDipendenti:
  1198. type: integer
  1199. datiIscrizioneCCIAA:
  1200. $ref: '#/definitions/DatiIscrizioneCCIAA'
  1201. datiIscrizioneTribunale:
  1202. $ref: '#/definitions/DatiIscrizioneTribunale'
  1203. tipologiaAzienda:
  1204. $ref: '#/definitions/Dominio'
  1205. notaPersonaGiuridica:
  1206. type: string
  1207. listaIndicatoriEconomici:
  1208. type: array
  1209. items:
  1210. $ref: '#/definitions/IndicatoreEconomicoPersonaGiuridica'
  1211. nazioneCapoGruppo:
  1212. $ref: '#/definitions/Nazione'
  1213. fatturato:
  1214. $ref: '#/definitions/Dominio'
  1215. beneficiario:
  1216. $ref: '#/definitions/Dominio'
  1217. enteRegistrazione:
  1218. $ref: '#/definitions/Dominio'
  1219. risultatoEconomico:
  1220. $ref: '#/definitions/Dominio'
  1221. nazioneDiCostituzione:
  1222. $ref: '#/definitions/Nazione'
  1223. controValoreBeniConferiti:
  1224. $ref: '#/definitions/Dominio'
  1225. flagAttivitaEconomica:
  1226. type: boolean
  1227. default: false
  1228. categoriaNoProfit:
  1229. type: string
  1230. obbligoTracciabilitaFlussiFinanziari:
  1231. $ref: '#/definitions/Dominio'
  1232. DatiIscrizioneTribunale:
  1233. type: object
  1234. properties:
  1235. codiceIscrizione:
  1236. type: string
  1237. dataIscrizione:
  1238. type: string
  1239. RecapitoTelefonico:
  1240. type: object
  1241. properties:
  1242. codiceProgressivo:
  1243. type: string
  1244. tipo:
  1245. $ref: '#/definitions/Dominio'
  1246. prefissoInternazionale:
  1247. type: string
  1248. prefissoNazionale:
  1249. type: string
  1250. numeroTelefonico:
  1251. type: string
  1252. referente:
  1253. type: string
  1254. tipoUtilizzo:
  1255. $ref: '#/definitions/Dominio'
  1256. flagTelefonoPrincipale:
  1257. type: boolean
  1258. default: false
  1259. flagPreferito:
  1260. type: boolean
  1261. default: false
  1262. certificato:
  1263. $ref: '#/definitions/Dominio'
  1264. Provincia:
  1265. type: object
  1266. properties:
  1267. sigla:
  1268. type: string
  1269. denominazione:
  1270. type: string
  1271. FonteDiReddito:
  1272. type: object
  1273. properties:
  1274. identificativo:
  1275. type: string
  1276. fonte:
  1277. $ref: '#/definitions/Dominio'
  1278. Legami:
  1279. type: object
  1280. properties:
  1281. codiceProgressivo:
  1282. type: string
  1283. codiceSoggettoCollegato:
  1284. type: string
  1285. tipo:
  1286. $ref: '#/definitions/Dominio'
  1287. sottoTipo:
  1288. $ref: '#/definitions/Dominio'
  1289. tipoAttributo:
  1290. $ref: '#/definitions/Dominio'
  1291. attributo:
  1292. type: string
  1293. capoGruppo:
  1294. $ref: '#/definitions/Dominio'
  1295. percentuale:
  1296. type: string
  1297. dataAggiornamento:
  1298. type: string
  1299. relazioneContraenteEsecutore:
  1300. $ref: '#/definitions/Dominio'
  1301. altroDaSpecificare:
  1302. type: string
  1303. SintesiSoggettoResponse:
  1304. type: object
  1305. properties:
  1306. soggetto:
  1307. $ref: '#/definitions/Soggetto'
  1308. listaWarnings:
  1309. type: array
  1310. items:
  1311. $ref: '#/definitions/Warning'
  1312. x-className:
  1313. type: string
  1314. format: it.generali.ees.co.an.bean.SintesiSoggettoResponse
  1315. ProfessionePersonaFisica:
  1316. type: object
  1317. properties:
  1318. codice:
  1319. type: string
  1320. descrizione:
  1321. type: string
  1322. settore:
  1323. $ref: '#/definitions/Dominio'
  1324. area:
  1325. $ref: '#/definitions/Dominio'
  1326. ultimaProfessioneEsercitata:
  1327. $ref: '#/definitions/Dominio'
  1328. ProfessionePersonaGiuridica:
  1329. type: object
  1330. properties:
  1331. classe:
  1332. $ref: '#/definitions/Dominio'
  1333. settore:
  1334. $ref: '#/definitions/Dominio'
  1335. RecapitoPostale:
  1336. type: object
  1337. properties:
  1338. codiceProgressivo:
  1339. type: string
  1340. comune:
  1341. $ref: '#/definitions/Comune'
  1342. localita:
  1343. type: string
  1344. codiceCap:
  1345. type: string
  1346. codiceCasellaPostale:
  1347. type: string
  1348. provincia:
  1349. $ref: '#/definitions/Provincia'
  1350. nazione:
  1351. $ref: '#/definitions/Nazione'
  1352. tipo:
  1353. $ref: '#/definitions/Dominio'
  1354. tipoToponimo:
  1355. $ref: '#/definitions/Dominio'
  1356. toponimo:
  1357. type: string
  1358. civico:
  1359. type: string
  1360. esponente:
  1361. type: string
  1362. fabbricato:
  1363. type: string
  1364. scala:
  1365. type: string
  1366. interno:
  1367. type: string
  1368. piano:
  1369. type: integer
  1370. dicituraPresso:
  1371. type: string
  1372. flagPreferito:
  1373. type: boolean
  1374. default: false
  1375. certificato:
  1376. $ref: '#/definitions/Dominio'
  1377. QuestionarioComportamentale:
  1378. type: object
  1379. properties:
  1380. modalitaSvolgimentoRapporto:
  1381. $ref: '#/definitions/Dominio'
  1382. modalitaSvolgimentoOperazione:
  1383. $ref: '#/definitions/Dominio'
  1384. comportamentoDelCliente:
  1385. $ref: '#/definitions/Dominio'
  1386. compatibilitaTraOperazioneECapacitaEconomica:
  1387. $ref: '#/definitions/Dominio'
  1388. documentoDelegaContraente:
  1389. $ref: '#/definitions/Dominio'
  1390. Dominio:
  1391. type: object
  1392. properties:
  1393. codice:
  1394. type: string
  1395. descrizione:
  1396. type: string
  1397. CensimentoSoggettoRequest:
  1398. type: object
  1399. properties:
  1400. soggetto:
  1401. $ref: '#/definitions/Soggetto'
  1402. canale:
  1403. $ref: '#/definitions/Dominio'
  1404. sistema:
  1405. $ref: '#/definitions/Dominio'
  1406. x-className:
  1407. type: string
  1408. format: it.generali.ees.co.an.bean.CensimentoSoggettoRequest
  1409. DatiDiNascitaFondazione:
  1410. type: object
  1411. properties:
  1412. comune:
  1413. $ref: '#/definitions/Comune'
  1414. provincia:
  1415. $ref: '#/definitions/Provincia'
  1416. data:
  1417. type: string
  1418. nazione:
  1419. $ref: '#/definitions/Nazione'
  1420. flagDataNascitaAniaCongruente:
  1421. type: boolean
  1422. default: false
  1423. Nazione:
  1424. type: object
  1425. properties:
  1426. codice:
  1427. type: string
  1428. denominazione:
  1429. type: string
  1430. codiceISO2:
  1431. type: string
  1432. codiceISO3:
  1433. type: string
  1434. flagEstero:
  1435. type: boolean
  1436. default: false
  1437. LogAdesione:
  1438. type: object
  1439. properties:
  1440. sistemaProvenienza:
  1441. $ref: '#/definitions/Dominio'
  1442. codiceCliente:
  1443. type: string
  1444. tipologiaVariazione:
  1445. $ref: '#/definitions/Dominio'
  1446. codiceContoCorrente:
  1447. type: string
  1448. codiceContoCorrenteStorico:
  1449. type: string
  1450. tipoOggetto:
  1451. $ref: '#/definitions/Dominio'
  1452. codiceOggetto:
  1453. type: string
  1454. tipoPortafoglio:
  1455. $ref: '#/definitions/Dominio'
  1456. codiceAziendaStorica:
  1457. $ref: '#/definitions/Dominio'
  1458. idAdesione:
  1459. type: string
  1460. idAdesioneStorica:
  1461. type: string
  1462. DatiCrs:
  1463. type: object
  1464. properties:
  1465. azione:
  1466. type: string
  1467. listaInformazioniCRS:
  1468. type: array
  1469. items:
  1470. $ref: '#/definitions/InformazioneCrs'
  1471. flag:
  1472. $ref: '#/definitions/Dominio'
  1473. DatiFamiliare:
  1474. type: object
  1475. properties:
  1476. codiceProgressivo:
  1477. type: string
  1478. tipo:
  1479. $ref: '#/definitions/Dominio'
  1480. nome:
  1481. type: string
  1482. dataNascita:
  1483. type: string
  1484. sesso:
  1485. $ref: '#/definitions/Dominio'
  1486. macroGruppoProfessione:
  1487. $ref: '#/definitions/Dominio'
  1488. professione:
  1489. $ref: '#/definitions/ProfessionePersonaFisica'
  1490. flagFamiliareACarico:
  1491. type: boolean
  1492. default: false
  1493. Adesione:
  1494. type: object
  1495. properties:
  1496. azienda:
  1497. $ref: '#/definitions/Dominio'
  1498. tipologiaIndividuale:
  1499. $ref: '#/definitions/Dominio'
  1500. numeroIndividuale:
  1501. type: string
  1502. stato:
  1503. $ref: '#/definitions/Dominio'
  1504. scarico:
  1505. $ref: '#/definitions/Dominio'
  1506. dataRichiesta:
  1507. type: string
  1508. dataOperazione:
  1509. type: string
  1510. causale:
  1511. $ref: '#/definitions/Dominio'
  1512. numeroDisposizione:
  1513. type: string
  1514. codiceFiscaleRappresentanteLegale:
  1515. type: string
  1516. ObiettiviAssicurativi:
  1517. type: object
  1518. properties:
  1519. areaDiBisogno:
  1520. type: array
  1521. items:
  1522. $ref: '#/definitions/Dominio'
  1523. contrattiPrecedenti:
  1524. $ref: '#/definitions/ContrattiPrecedenti'
  1525. nucleoFamiliare:
  1526. type: integer
  1527. format: int32
  1528. personeACarico:
  1529. type: integer
  1530. format: int32
  1531. numeroFigli:
  1532. type: integer
  1533. format: int32
  1534. numeroFamiliariAnziani:
  1535. type: integer
  1536. format: int32
  1537. numeroFamiliariNonAutosufficienti:
  1538. type: integer
  1539. format: int32
  1540. numeroFamiliariMinori:
  1541. type: integer
  1542. format: int32
  1543. numeroComponentiACarico:
  1544. type: integer
  1545. format: int32
  1546. numeroPercettoriReddito:
  1547. type: integer
  1548. format: int32
  1549. DatiIscrizioneCCIAA:
  1550. type: object
  1551. properties:
  1552. provincia:
  1553. $ref: '#/definitions/Provincia'
  1554. codiceIscrizione:
  1555. type: string
  1556. ConoscenzeEdEsperienze:
  1557. type: object
  1558. properties:
  1559. strumentiMonetari:
  1560. $ref: '#/definitions/Dominio'
  1561. strumentiObbligazionari:
  1562. $ref: '#/definitions/Dominio'
  1563. strumentiAzionari:
  1564. $ref: '#/definitions/Dominio'
  1565. fondiAperti:
  1566. $ref: '#/definitions/Dominio'
  1567. investimentiAssicurativi:
  1568. $ref: '#/definitions/Dominio'
  1569. ocrSpeculativi:
  1570. $ref: '#/definitions/Dominio'
  1571. IndicatoreEconomicoPersonaGiuridica:
  1572. type: object
  1573. properties:
  1574. capitaleSociale:
  1575. $ref: '#/definitions/Dominio'
  1576. patrimonioComplessivo:
  1577. $ref: '#/definitions/Dominio'
  1578. fatturato:
  1579. $ref: '#/definitions/Dominio'
  1580. redditoEsercizio:
  1581. $ref: '#/definitions/Dominio'
  1582. numeroDipendenti:
  1583. $ref: '#/definitions/Dominio'
  1584. numeroOperai:
  1585. $ref: '#/definitions/Dominio'
  1586. numeroImpiegati:
  1587. $ref: '#/definitions/Dominio'
  1588. numeroDirigenti:
  1589. $ref: '#/definitions/Dominio'
  1590. numeroQuadri:
  1591. $ref: '#/definitions/Dominio'
  1592. annoDiRiferimento:
  1593. type: string
  1594. PolizzeDiAltreCompagnie:
  1595. type: object
  1596. properties:
  1597. copertura:
  1598. $ref: '#/definitions/Dominio'
  1599. listaTipologie:
  1600. type: array
  1601. items:
  1602. $ref: '#/definitions/Dominio'
  1603. listaGaranzie:
  1604. type: array
  1605. items:
  1606. $ref: '#/definitions/Dominio'
  1607. DichiarazioniNormative:
  1608. type: object
  1609. properties:
  1610. fatca:
  1611. $ref: '#/definitions/Fatca'
  1612. datiCrs:
  1613. $ref: '#/definitions/DatiCrs'
  1614. informazioniAntiriciclaggio:
  1615. $ref: '#/definitions/InformazioniAntiriciclaggio'
  1616. CensimentoSoggettoResponse:
  1617. type: object
  1618. properties:
  1619. soggetto:
  1620. $ref: '#/definitions/Soggetto'
  1621. listaWarnings:
  1622. type: array
  1623. items:
  1624. $ref: '#/definitions/Warning'
  1625. x-className:
  1626. type: string
  1627. format: it.generali.ees.co.an.bean.CensimentoSoggettoResponse
  1628. x-ibm-configuration:
  1629. enforced: true
  1630. testable: true
  1631. phase: realized
  1632. x-ibm-endpoints:
  1633. - endpointUrl: https://c-apigateway.generali.it/ge/s-intranet
  1634. type:
  1635. - production
  1636. - development
  1637. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement