Changes between Version 7 and Version 8 of Documentatie/Beheerder/Modules/BSN


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

--

Legend:

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

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