2.2.4.14 OrganizationProfileData

The OrganizationProfileData complex type represents an organization.

 <s:complexType name="OrganizationProfileData">
   <s:sequence>
     <s:element minOccurs="0" maxOccurs="1" name="DisplayName" type="s:string" />
     <s:element minOccurs="1" maxOccurs="1" name="RecordID" type="s:long" />
   </s:sequence>
 </s:complexType>
  

DisplayName: A string that specifies the display text for the organization.

RecordID: A long that uniquely identifies the organization.