Oracle® Marketing Segmentation Guide > Installing and Administering Segmentation and List Generation > SOAP Calls for Marketing >

getPromptedColumns Method


The getPromptedColumns operation returns prompted columns for a segment or a segment tree. Either the segmentPath or the treePath element must be specified as an input parameter or else an error is returned.

API Definition

<xsd:element name="getPromptedColumns">

<xsd:complexType>

<xsd:sequence>

<xsd:element name="segmentPath" type="xsd:string" minOccurs="0" maxOccurs="1" />

<xsd:element name="treePath" type="xsd:string" minOccurs="0" maxOccurs="1" />

<xsd:element name="sessionID" type="xsd:string" minOccurs="0" maxOccurs="1" />

</xsd:sequence>

</xsd:complexType>

</xsd:element>

Valid Usage Scenarios

The following are valid usage scenarios for the getPromptedColumns method:

  • Returns the prompted columns for the segment.

    <getPromptedColumns>

    <segmentPath>[path to the segment]</segmentPath>

    <sessionID>[session ID]</sessionID>

    </getPromptedColumns>

  • Returns the prompted columns for the segment tree.

    <getPromptedColumns>

    <treePath>[path to the segment tree]</treePath>

    <sessionID>[session ID]</sessionID>

    </getPromptedColumns>

Oracle® Marketing Segmentation Guide Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices.