XBRL_KVK

Click here for a complete list of operations.

XBRL_KVK

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
ParameterValue
ls_data
ls_licentie
ls_gebcd
ld_boekjaarvan(date format: CCYY-MM-DD)
ld_boekjaartm(date format: CCYY-MM-DD)
ls_kvknummer
ls_code_extern
ls_username
ls_passw
ls_versie
ls_versieXBRL
ls_filename
ls_string
li_taal
li_mode
To view the output in JSON format, click here.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /mill7/XBRL_KVK.wso HTTP/1.1
Host: www.mill7.nl
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <XBRL_KVK xmlns="http://www.Mill7.nl">
      <ls_data>string</ls_data>
      <ls_licentie>string</ls_licentie>
      <ls_gebcd>string</ls_gebcd>
      <ld_boekjaarvan>date</ld_boekjaarvan>
      <ld_boekjaartm>date</ld_boekjaartm>
      <ls_kvknummer>string</ls_kvknummer>
      <ls_code_extern>string</ls_code_extern>
      <ls_username>string</ls_username>
      <ls_passw>string</ls_passw>
      <ls_versie>string</ls_versie>
      <ls_versieXBRL>string</ls_versieXBRL>
      <ls_filename>string</ls_filename>
      <ls_string>string</ls_string>
      <li_taal>int</li_taal>
      <li_mode>int</li_mode>
    </XBRL_KVK>
  </soap:Body>
</soap:Envelope>

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <XBRL_KVKResponse xmlns="http://www.Mill7.nl">
      <XBRL_KVKResult>string</XBRL_KVKResult>
    </XBRL_KVKResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /mill7/XBRL_KVK.wso HTTP/1.1
Host: www.mill7.nl
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <XBRL_KVK xmlns="http://www.Mill7.nl">
      <ls_data>string</ls_data>
      <ls_licentie>string</ls_licentie>
      <ls_gebcd>string</ls_gebcd>
      <ld_boekjaarvan>date</ld_boekjaarvan>
      <ld_boekjaartm>date</ld_boekjaartm>
      <ls_kvknummer>string</ls_kvknummer>
      <ls_code_extern>string</ls_code_extern>
      <ls_username>string</ls_username>
      <ls_passw>string</ls_passw>
      <ls_versie>string</ls_versie>
      <ls_versieXBRL>string</ls_versieXBRL>
      <ls_filename>string</ls_filename>
      <ls_string>string</ls_string>
      <li_taal>int</li_taal>
      <li_mode>int</li_mode>
    </XBRL_KVK>
  </soap12:Body>
</soap12:Envelope>

HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <XBRL_KVKResponse xmlns="http://www.Mill7.nl">
      <XBRL_KVKResult>string</XBRL_KVKResult>
    </XBRL_KVKResponse>
  </soap12:Body>
</soap12:Envelope>

JSON

The following is a sample JSON request and response. The placeholders shown need to be replaced with actual values.

POST /mill7/XBRL_KVK.wso HTTP/1.1
Host: www.mill7.nl
Content-Type: application/json; charset=utf-8
Content-Length: length
{
   "ls_data": string
   "ls_licentie": string
   "ls_gebcd": string
   "ld_boekjaarvan": date
   "ld_boekjaartm": date
   "ls_kvknummer": string
   "ls_code_extern": string
   "ls_username": string
   "ls_passw": string
   "ls_versie": string
   "ls_versieXBRL": string
   "ls_filename": string
   "ls_string": string
   "li_taal": int
   "li_mode": int
}

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

string