Untitled

 avatar
unknown
plain_text
5 months ago
3.2 kB
3
Indexable
components:
  schemas:
    active_forms:
      schemaFormat: application/vnd.apache.avro;version=1.9.0
      schema:
        {
          "type": "record",
          "name": "active_forms",
          "fields": [
              {
                "name": "campaignPrefix",
                "type": "string"
              },
              {
                  "name": "mode",
                  "type": "string"
              },
              {
                  "name": "messageId",
                  "type": "string"
              },
              {
                  "name": "timestamp",
                  "type": "string"
              },
              {
                "name": "inputParameters",
                "type": {
                  "type": "record",
                  "name": "inputParameters",
                  "fields": [
                    {
                      "name": "cif",
                      "type": "string"
                    },
                    {
                      "name": "imieINazwiskoKlienta",
                      "type": "string"
                    },
                    {
                      "name": "telefon",
                      "type": "string"
                    },
                    {
                      "name": "segment",
                      "type": "string"
                    },
                    {
                      "name": "id_af",
                      "type": "string"
                    },
                    {
                      "name": "VALID_FROM",
                      "type": "string"
                    },
                    {
                      "name": "VALID_TO",
                      "type": "string"
                    },
                    {
                      "name": "rodzaj_ubezp",
                      "type": "string"
                    },
                    {
                      "name": "rodzaj_zamkniecia",
                      "type": "string"
                    },
                    {
                      "name": "powod_rezygnacji",
                      "type": "string"
                    },
                    {
                      "name": "uwagi",
                      "type": "string"
                    }
                  ]
                }
              }
          ]
        }
      examples:
        - campaignPrefix: "retencja_ubezpieczen"
          mode: "I"
          messageId: "ZN_2024_2024-11-20T10:51:00.328Z"
          timestamp: "2024-11-20T10:51:00.328Z"
          inputParameters:
            cif: "1010839226"
            imieINazwiskoKlienta: "Jan Kowalski"
            telefon: "48111111111"
            segment: "Klient indywidualny"
            id_af: "62eb8d91-f0e6-4fc0-9358-e5895f052b2d"
            VALID_FROM: "2024-11-20"
            VALID_TO: "2024-11-21"
            rodzaj_ubezp: "Indywidualne"
            rodzaj_zamkniecia: "odstąpienie od umowy ubezpieczenia - indywidualne, odstąpienie od umowy ubezpieczenia - indywidualne"
            powod_rezygnacji: "brak środków na opłatę, rezygnacja z usług banku"
            uwagi: "test"
Editor is loading...
Leave a Comment