ListLinesOfBusinessRequest
The operation input is ListLinesOfBusinessRequest.
| Parameter | Type | Constraints | Description |
|---|---|---|---|
| Organization | Organization | Optional | Container for storing information about the Organization. |
Element tns:ListLinesOfBusinessRequest
<xs:element name="ListLinesOfBusinessRequest">
<xs:annotation>
<xs:documentation>The root element of the request for the List Lines of Business command.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Organization" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>