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


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

--

Legend:

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

    v8 v9  
    99 
    1010{{{#!javascript 
    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 
    20           } 
    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 
    28           } 
    29         } 
     11 
     12"SBVZ": { 
     13  "OpvragenPersoonsgegevens": { 
     14        "Profiel": "test", 
     15        "Profielen": { 
     16          "test": { 
     17                "Endpoint": "https://raadplegen.sbv-z.nl/cibg.sbv.testtool.webservice.mrt21/opvragenpersoonsgegevens.asmx", 
     18                "Certificaat": { 
     19                  "CertificateFile": "C:/OpenACData/certificaten/sbvz-testcertificaat.pfx", 
     20                  "CertificatePassword": "wachtwoord", 
     21                  "Enabled": true 
     22                } 
     23          }, 
     24          "productie": { 
     25                "Endpoint": "https://webservice.sbv-z.nl/cibg.sbv.interface.xis.webservice.mrt21/opvragenpersoonsgegevens.asmx", 
     26                "Certificaat": { 
     27                  "CertificateFile": "C:/OpenACData/sbvz-thuis/sbvz-productiecertificaat.pfx", 
     28                  "CertificatePassword": "wachtwoord", 
     29                  "Enabled": true 
     30                } 
     31          } 
     32        } 
     33  }, 
     34  "OpvragenVerifieren": { 
     35        "Profiel": "test", 
     36        "Profielen": { 
     37          "test": { 
     38                "Endpoint": "https://raadplegen.sbv-z.nl/cibg.sbv.testtool.webservice.mrt21/opvragenverifieren.asmx", 
     39                "Certificaat": { 
     40                  "CertificateFile": "C:/OpenACData/certificaten/sbvz-testcertificaat.pfx", 
     41                  "CertificatePassword": "wachtwoord", 
     42                  "Enabled": true 
     43                } 
     44          }, 
     45          "productie": { 
     46                "Endpoint": "https://webservice.sbv-z.nl/cibg.sbv.interface.xis.webservice.mrt21/opvragenverifieren.asmx", 
     47                "Certificaat": { 
     48                  "CertificateFile": "C:/OpenACData/sbvz-thuis/sbvz-productiecertificaat.pfx", 
     49                  "CertificatePassword": "wachtwoord", 
     50                  "Enabled": true 
     51                } 
     52          } 
     53        } 
     54  }, 
     55  "ValideerWID": { 
     56        "Profiel": "test", 
     57        "Profielen": { 
     58          "test": { 
     59                "Endpoint": "https://raadplegen.sbv-z.nl/cibg.sbv.testtool.webservice.mrt21/widcontrole.asmx", 
     60                "Certificaat": { 
     61                  "CertificateFile": "C:/OpenACData/certificaten/sbvz-testcertificaat.pfx", 
     62                  "CertificatePassword": "wachtwoord", 
     63                  "Enabled": true 
     64                } 
     65          }, 
     66          "productie": { 
     67                "Endpoint": "https://webservice.sbv-z.nl/cibg.sbv.interface.xis.webservice.mrt21/widcontrole.asmx", 
     68                "Certificaat": { 
     69                  "CertificateFile": "C:/OpenACData/sbvz-thuis/sbvz-productiecertificaat.pfx", 
     70                  "CertificatePassword": "wachtwoord", 
     71                  "Enabled": true 
     72                } 
     73          } 
     74        } 
    3075  } 
    3176}, 
     77 
    3278}}} 
    3379