Changes between Version 12 and Version 13 of Documentatie/Beheerder/Modules/Vecozo


Ignore:
Timestamp:
Apr 22, 2025 12:15:35 PM (12 months ago)
Author:
raymond
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentatie/Beheerder/Modules/Vecozo

    v12 v13  
    1414"Vecozo": 
    1515    { 
    16     "ControleOpVerzekeringsgegevens":     
     16    "ControleOpVerzekeringsgegevens": 
    1717        { 
    1818        "Profiel": "test", 
     
    9494                } 
    9595            } 
    96         }         
     96        } 
     97    "OHW": 
     98        { 
     99        "Profiel": "test", 
     100        "Profielen": 
     101            { 
     102            "productie": 
     103                { 
     104                "Certificaat": 
     105                    { 
     106                    "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\Vecozo.pfx", 
     107                    "CertificatePassword": "xxxxx", 
     108                    "Enabled": true 
     109                    }, 
     110                "Endpoint": "https://api.vecozo.nl/berichtenservice/ontvangst/v3/soap12/mtom" 
     111                }, 
     112            "test": 
     113                { 
     114                "Certificaat": 
     115                    { 
     116                    "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\Vecozo.pfx", 
     117                    "CertificatePassword": "xxxxx", 
     118                    "Enabled": true 
     119                    }, 
     120                "Endpoint": "https://tst-api.vecozo.nl/acc/berichtenservice/ontvangst/v3/soap12/mtom", 
     121                } 
     122            } 
     123        }, 
     124    "Retourinformatie": 
     125        { 
     126        "Profiel": "test", 
     127        "Profielen": 
     128            { 
     129            "productie": 
     130                { 
     131                "Certificaat": 
     132                    { 
     133                    "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\Vecozo.pfx", 
     134                    "CertificatePassword": "xxxxx", 
     135                    "Enabled": true 
     136                    }, 
     137                "Endpoint": "https://api.vecozo.nl/edp/downloaden/retourinformatie/v1/soap11", 
     138            }, 
     139            "test": 
     140                { 
     141                "Certificaat": 
     142                    { 
     143                    "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\Vecozo.pfx", 
     144                    "CertificatePassword": "xxxxx", 
     145                    "Enabled": true 
     146                    }, 
     147                "Endpoint": "https://tst-api.vecozo.nl/acc/edp/downloaden/retourinformatie/v1/soap11", 
     148                } 
     149            } 
     150        } 
    97151    }, 
    98152}}}