setSessionID("Vaše Příchozí SessionID");
$apiCall->MailingGetEditContentLink((int)99);
$report = $apiCall->SendRequest();
if (!$report)
{
$apiCall->MailingGetContentLink((int)99);
$report = $apiCall->SendRequest();
if (!$report)
{
echo $apiCall->getError();
}else{
echo '';
}
}else {
echo '';
}
?>