3.1.4.8.2.1 tns:UpdateAppIdProperties Element

The UpdateAppIdProperties element specifies the organization properties to modify with the UpdateAppIdProperties operation.

 <xs:element name="UpdateAppIdProperties">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="ownerAppId"
         type="s:string"
         maxOccurs="1"
         minOccurs="0"
        />
       <xs:element name="properties"
         type="tns:ArrayOfProperty"
         maxOccurs="1"
         minOccurs="0"
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>
  

The following table lists the child elements of the UpdateAppIdProperties element.

Element name

Type

Description

ownerAppId

s:string ([XMLSCHEMA2])

Specifies the application identifier of the organization that is changing properties.

properties

tns:ArrayOfProperty (section 2.2.4.1)

Specifies one or more properties to modify.