ListOrganizationsResponse

The operation output is ListOrganizationsResponse.

Parameter Type Description
Organizations ArrayOfOrganization Array containing an unbound collection of Organization objects.

Element tns:ListOrganizationsResponse

<xs:element name="ListOrganizationsResponse">
    <xs:annotation>
      <xs:documentation>The root element of the response for the ListOrganizations command.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:sequence>
        <xs:element name="Organizations">
          <xs:annotation>
            <xs:documentation>A container for information about a set of Organizations.</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Organization" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>A container for organization information.  An organization must be specified to establish precedence for the transaction.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:sequence>
                    <xs:element ref="OrganizationID" />
                    <xs:element name="OrganizationName" type="xs:string">
                      <xs:annotation>
                        <xs:documentation>The name of the organization.</xs:documentation>
                      </xs:annotation>
                    </xs:element>
                    <xs:element name="OrganizationDescription" type="xs:string">
                      <xs:annotation>
                        <xs:documentation>A description of the organization.</xs:documentation>
                      </xs:annotation>
                    </xs:element>
                    <xs:element name="ParentOrganizationID" type="xs:string" minOccurs="0">
                      <xs:annotation>
                        <xs:documentation>The ID of the organization that is the parent of the current organization.</xs:documentation>
                      </xs:annotation>
                    </xs:element>
                  </xs:sequence>
                </xs:complexType>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
  </xs:element>