Page tree
Skip to end of metadata
Go to start of metadata

Description

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:landingpageFind>
            <landingpageFilter>
                <status>PUBLISHED</status>
                <ownerId>279975</ownerId>
                <publishedFrom>2016-07-15</publishedFrom>
                <publishedTo>2018-07-15</publishedTo>
                <name>?</name>
                <pageName>?</pageName>
                <URL>?</URL>
            </landingpageFilter>
        </ecm:landingpageFind>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels