ListPhasesRequest
The operation input is ListPhasesRequest.
| Parameter | Type | Constraints | Description |
|---|---|---|---|
| LineOfBusinessID | string | Required | The name of the Line of Business as it exists in the database. |
| Organization | Organization | Optional | Container for storing information about the Organization. If no value is provided the root organization will be defaulted. |
Element tns:ListPhasesRequest
<xs:element name="ListPhasesRequest">
<xs:annotation>
<xs:documentation>The root element of the request for the List Phases command.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="LineOfBusinessID" />
<xs:element ref="Organization" minOccurs="0" />
<xs:element name="Oppsa" minOccurs="0">
<xs:annotation>
<xs:documentation>A container for OPPSA product information. An OPPSA product is a set of policies produced by the Expere OPPSA Tool.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="OppsaOrganizationName" />
<xs:element name="WIP" type="xs:boolean" minOccurs="0">
<xs:annotation>
<xs:documentation>Indicates the Work In Progress OPPSA information should be used instead of the Published information.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>