Api\ServiceType\ApiService::Scheduling_UpdatePublishedReport PHP Метод

Scheduling_UpdatePublishedReport() публичный метод

Method to call the operation originally named Scheduling.UpdatePublishedReport Meta informations extracted from the WSDL - documentation: Edits a published report. (Internal use only.)
public Scheduling_UpdatePublishedReport ( string $product, Api\StructType\ApiScheduledReport $scheduledReport, string $workbook ) : Api\StructType\ApiScheduledReport | boolean
$product string
$scheduledReport Api\StructType\ApiScheduledReport
$workbook string
Результат Api\StructType\ApiScheduledReport | boolean
    public function Scheduling_UpdatePublishedReport($product, \Api\StructType\ApiScheduledReport $scheduledReport, $workbook)
    {
        try {
            $this->setResult(self::getSoapClient()->__call('Scheduling.UpdatePublishedReport', array($product, $scheduledReport, $workbook)));
            return $this->getResult();
        } catch (\SoapFault $soapFault) {
            $this->saveLastError(__METHOD__, $soapFault);
            return false;
        }
    }
ApiService