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

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

Method to call the operation originally named ReportSuite.SaveMarketingChannelCost Meta informations extracted from the WSDL - documentation: Saves the marketing channel costs for the requested report suites.
public ReportSuite_SaveMarketingChannelCost ( Api\StructType\ApiCost_item $cost_item, string $rsid_list ) : integer | boolean
$cost_item Api\StructType\ApiCost_item
$rsid_list string
Результат integer | boolean
    public function ReportSuite_SaveMarketingChannelCost(\Api\StructType\ApiCost_item $cost_item, $rsid_list)
    {
        try {
            $this->setResult(self::getSoapClient()->__call('ReportSuite.SaveMarketingChannelCost', array($cost_item, $rsid_list)));
            return $this->getResult();
        } catch (\SoapFault $soapFault) {
            $this->saveLastError(__METHOD__, $soapFault);
            return false;
        }
    }
ApiService