2.2.4.47 m:UpdateItemResponseMessageType

The UpdateItemResponseMessageType complex type specifies the status and result of a single call to the UpdateItem operation, as specified in section 3.1.4.9. The UpdateItemResponseMessageType complex type extends the ItemInfoResponseMessageType complex type ([MS-OXWSCDATA] section 2.2.4.41).

   <xs:complexType name="UpdateItemResponseMessageType">
     <xs:complexContent>
       <xs:extension base="m:ItemInfoResponseMessageType">
         <xs:sequence>
           <xs:element name="ConflictResults" type="t:ConflictResultsType" minOccurs="0"/>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType> 

The following table lists and describes the child elements of the UpdateItemResponseMessageType complex type.

Element name

Type

Description

ConflictResults

t:ConflictResultsType (section 2.2.4.17)

Specifies the number of conflicts in the result of a single call.