ChangeResponseType Element

System.Object

ObjectEntryType

WithObjectIdentityType

ObjectValue

ChangeResponseType

 

Client Declaration

Represents the latest state of created or updated objects resulting from an ExecuteChanges operation. An array of ChangeResponseType elements are contained in response of an ExecuteChanges operation. Each ChangeResponseType element matches a corresponding ChangeRequestType element in an array contained in the ExecuteChangesRequest request of an ExecuteChanges request.

 

Element Structure

Attributes

 

Base Element Inheritance

Elements

Attributes

Attributes Specific to .NET Clients

 

XML Schema

<xsd:complexType name="ChangeResponseType">
   <xsd:complexContent>
      <xsd:extension base="ObjectValue">
         <xsd:attribute name="id" type="xsd:ID"/>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>