Changes between Version 5 and Version 6 of Documentatie/Beheerder/Modules/Vecozo


Ignore:
Timestamp:
Feb 20, 2023 9:32:57 AM (3 years ago)
Author:
henk
Comment:

--

Legend:

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

    v5 v6  
    88 
    99{{{#!javascript 
    10 "SBVZ": { 
    11   "OpvragenPersoonsgegevens": { 
    12         "Profiel": "test", 
    13         "Profielen": { 
    14           "test": { 
    15                 "Endpoint": "https://raadplegen.sbv-z.nl/cibg.sbv.testtool.webservice.mrt21/opvragenpersoonsgegevens.asmx", 
    16                 "Certificaat": { 
    17                   "CertificateFile": "C:/OpenACData/certificaten/sbvz-testcertificaat.pfx", 
    18                   "CertificatePassword": "wachtwoord", 
    19                   "Enabled": true 
    20                 } 
    21           }, 
    22           "productie": { 
    23                 "Endpoint": "https://webservice.sbv-z.nl/cibg.sbv.interface.xis.webservice.mrt21/opvragenpersoonsgegevens.asmx", 
    24                 "Certificaat": { 
    25                   "CertificateFile": "D:/openac_data/sbvz-thuis/sbvz-productiecertificaat.pfx", 
    26                   "CertificatePassword": "wachtwoord", 
    27                   "Enabled": true 
    28                 } 
     10"Vecozo": { 
     11  "Profiel": "test", 
     12  "Profielen": { 
     13        "test": { 
     14          "Endpoint": "https://tst-api.vecozo.nl/acc/cov/vz801802/v1/soap11", 
     15          "Certificaat": { 
     16                "CertificateFile": "C:/OpenACData/certificaten/vecozo-testcertificaat.pfx", 
     17                "CertificatePassword": "wachtwoord", 
     18                "Enabled": true 
    2919          } 
    30         } 
    31   }, 
    32   "OpvragenVerifieren": { 
    33         "Profiel": "test", 
    34         "Profielen": { 
    35           "test": { 
    36                 "Endpoint": "https://raadplegen.sbv-z.nl/cibg.sbv.testtool.webservice.mrt21/opvragenverifieren.asmx", 
    37                 "Certificaat": { 
    38                   "CertificateFile": "C:/OpenACData/certificaten/sbvz-testcertificaat.pfx", 
    39                   "CertificatePassword": "wachtwoord", 
    40                   "Enabled": true 
    41                 } 
    42           }, 
    43           "productie": { 
    44                 "Endpoint": "https://webservice.sbv-z.nl/cibg.sbv.interface.xis.webservice.mrt21/opvragenverifieren.asmx", 
    45                 "Certificaat": { 
    46                   "CertificateFile": "D:/openac_data/sbvz-thuis/sbvz-productiecertificaat.pfx", 
    47                   "CertificatePassword": "wachtwoord", 
    48                   "Enabled": true 
    49                 } 
    50           } 
    51         } 
    52   }, 
    53   "ValideerWID": { 
    54         "Profiel": "test", 
    55         "Profielen": { 
    56           "test": { 
    57                 "Endpoint": "https://raadplegen.sbv-z.nl/cibg.sbv.testtool.webservice.mrt21/widcontrole.asmx", 
    58                 "Certificaat": { 
    59                   "CertificateFile": "C:/OpenACData/certificaten/sbvz-testcertificaat.pfx", 
    60                   "CertificatePassword": "wachtwoord", 
    61                   "Enabled": true 
    62                 } 
    63           }, 
    64           "productie": { 
    65                 "Endpoint": "https://webservice.sbv-z.nl/cibg.sbv.interface.xis.webservice.mrt21/widcontrole.asmx", 
    66                 "Certificaat": { 
    67                   "CertificateFile": "D:/openac_data/sbvz-thuis/sbvz-productiecertificaat.pfx", 
    68                   "CertificatePassword": "wachtwoord", 
    69                   "Enabled": true 
    70                 } 
     20        }, 
     21        "productie": { 
     22          "Endpoint": "https://api.vecozo.nl/cov/vz801802/v1/soap11", 
     23          "Certificaat": { 
     24                "CertificateFile": "C:/OpenACData/certificaten/vecozo-productiecertificaat.pfx", 
     25                "CertificatePassword": "wachtwoord", 
     26                "Enabled": true 
    7127          } 
    7228        } 
    7329  } 
    7430}, 
    75  
    7631}}} 
    7732