3.1.4.161.3.1 ExecuteSPGetUpdatesThatRequireUpdateRequestBody

This complex type contains the criteria to search for updates that require a specified update.

  
 <xsd:complexType name="ExecuteSPGetUpdatesThatRequireUpdateRequestBody">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="preferredCulture" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="id" nillable="true" type="tns:UpdateRevisionId"/>
   </xsd:sequence>
 </xsd:complexType>

preferredCulture: This field MUST be present. It contains a language identifier as defined in [RFC1766] that denotes the preferred language to use when returning results.

Note The WSUS server SHOULD return results in the default language, if the preferred language is not available.

id: This field MUST be present. It specifies the update ID to use to search for updates that require the specified update.