3.1.4.69.3.1 ExecuteSPGetSdpXmlForUpdateRequestBody

Contains the updateId and revisionNumber for returning the specified software distribution package XML.

  
 <xsd:complexType name="ExecuteSPGetSdpXmlForUpdate">
   <xsd:sequence>
     <xsd:element minOccurs="1" maxOccurs="1" name="updateId" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="revisionNumber" type="xsd:int"/>
   </xsd:sequence>
 </xsd:complexType>

updateId: This field MUST be present. It contains the string representation of the GUID for the update.

revisionNumber: This field MUST be present. It specifies the revision number of the update.