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

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

Method to call the operation originally named ReportSuite.GetMarketingChannelsCustomSubRelations Meta informations extracted from the WSDL - documentation: Retrieves the available custom subrelations for the marketing channels in the requested report suites.
public ReportSuite_GetMarketingChannelsCustomSubRelations ( string $rel_id, string $rsid ) : Api\StructType\ApiChannel_sub_relations_element | boolean
$rel_id string
$rsid string
Результат Api\StructType\ApiChannel_sub_relations_element | boolean
    public function ReportSuite_GetMarketingChannelsCustomSubRelations($rel_id, $rsid)
    {
        try {
            $this->setResult(self::getSoapClient()->__call('ReportSuite.GetMarketingChannelsCustomSubRelations', array($rel_id, $rsid)));
            return $this->getResult();
        } catch (\SoapFault $soapFault) {
            $this->saveLastError(__METHOD__, $soapFault);
            return false;
        }
    }
ApiService