3.1.4.7.3.1 ExecuteSPGetCategoryByIdRequestBody

Describes the category or classification to retrieve.

  
 <xsd:complexType name="ExecuteSPGetCategoryByIdRequestBody">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="preferredCulture" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="retrieveUpdateClassification" type="xsd:boolean"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="id" nillable="true" type="xsd:string"/>
   </xsd:sequence>
 </xsd:complexType>

preferredCulture: This field MUST be present. It contains a language identifier as defined in [RFC1766] to denote a preferred language in which properties of the category or classification are returned. The WSUS server SHOULD return category or classification information in the default language, if the preferred language is not available.

retrieveUpdateClassification: This field MUST be present. It MUST be set to 1 to retrieve information about update classification. It MUST be set to 0 to retrieve information about an update category.

id: This field MUST be present. It contains the GUID for the requested category or classification.