Changes between Version 10 and Version 11 of Documentatie/Beheerder/Modules/Vecozo


Ignore:
Timestamp:
Mar 5, 2024 10:59:55 AM (2 years ago)
Author:
raymond
Comment:

--

Legend:

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

    v10 v11  
    1212 
    1313{{{#!javascript 
    14 "Vecozo": { 
    15   "Profiel": "test", 
    16   "Profielen": { 
    17         "test": { 
    18           "Endpoint": "https://tst-api.vecozo.nl/acc/cov/vz801802/v1/soap11", 
    19           "Certificaat": { 
    20                 "CertificateFile": "C:/OpenACData/certificaten/vecozo-testcertificaat.pfx", 
    21                 "CertificatePassword": "wachtwoord", 
    22                 "Enabled": true 
    23           } 
    24         }, 
    25         "productie": { 
    26           "Endpoint": "https://api.vecozo.nl/cov/vz801802/v1/soap11", 
    27           "Certificaat": { 
    28                 "CertificateFile": "C:/OpenACData/certificaten/vecozo-productiecertificaat.pfx", 
    29                 "CertificatePassword": "wachtwoord", 
    30                 "Enabled": true 
    31           } 
    32         } 
    33   } 
    34 }, 
     14"Vecozo": 
     15    { 
     16    "ControleOpVerzekeringsgegevens":     
     17        { 
     18        "Profiel": "test", 
     19        "Profielen": 
     20            { 
     21            "productie": 
     22                { 
     23                "Certificaat": 
     24                    { 
     25                    "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\Vecozo.pfx", 
     26                    "CertificatePassword": "xxxxx", 
     27                    "Enabled": true 
     28                    }, 
     29                "Endpoint": "https://api.vecozo.nl/cov/vz801802/v1/soap11" 
     30                }, 
     31            "test": 
     32                { 
     33                "Certificaat": 
     34                    { 
     35                    "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\Vecozo.pfx", 
     36                    "CertificatePassword": "xxxxx", 
     37                    "Enabled": true 
     38                    }, 
     39                "Endpoint": "https://tst-api.vecozo.nl/acc/cov/vz801802/v1/soap11" 
     40                } 
     41            } 
     42        }, 
     43    "Declareren": 
     44        { 
     45        "Profiel": "test", 
     46        "Profielen": 
     47            { 
     48            "productie": 
     49                { 
     50                "Certificaat": 
     51                    { 
     52                    "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\Vecozo.pfx", 
     53                    "CertificatePassword": "xxxxx", 
     54                    "Enabled": true 
     55                    }, 
     56                "Endpoint": "https://api.vecozo.nl/edp/indienen/declaratie/v1/soap11" 
     57                }, 
     58            "test": 
     59                { 
     60                "Certificaat": 
     61                    { 
     62                    "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\Vecozo.pfx", 
     63                    "CertificatePassword": "xxxxx", 
     64                    "Enabled": true 
     65                    }, 
     66                "Endpoint": "https://tst-api.vecozo.nl/acc/edp/indienen/declaratie/v1/soap11" 
     67                } 
     68            } 
     69        }, 
     70    "Grouper": 
     71        { 
     72        "Profiel": "test", 
     73        "Profielen": 
     74            { 
     75            "productie": 
     76                { 
     77                "Certificaat": 
     78                    { 
     79                    "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\Vecozo.pfx", 
     80                    "CertificatePassword": "xxxxx", 
     81                    "Enabled": true 
     82                    }, 
     83                "Endpoint": "https://api.vecozo.nl/grouper/grouperafleiden/v1/soap11" 
     84                }, 
     85            "test": 
     86                { 
     87                "Certificaat": 
     88                    { 
     89                    "CertificateFile": "C:\\ProgramData\\OpenACWeb\\certificaten\\Vecozo.pfx", 
     90                    "CertificatePassword": "xxxxx", 
     91                    "Enabled": true 
     92                    }, 
     93                "Endpoint": "https://tst-api.vecozo.nl/tst/grouper/grouperafleiden/v1/soap11" 
     94                } 
     95            } 
     96        }         
     97    }, 
    3598}}} 
    3699