3.1.4.46.2.2 ModelMembersBulkUpdateResponse

The ModelMembersBulkUpdateResponse element returns one or more staging batch identifiers for the staging batches that were created to process the member merge.

The following is the XML schema definition of the ModelMembersBulkUpdateResponse element.

   <xs:element name="ModelMembersBulkUpdateResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q307="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q307:OperationResult"/>
         <xs:element xmlns:q308="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="StagingBatches" nillable="true" type="q308:ArrayOfIdentifier"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

OperationResult: Specifies the list of errors that is returned if the operation fails.

StagingBatches: Specifies the identifiers of the staging batches.