QCRestException Schema
BulkEntries Element
QCRestException Schema > BulkOperationResponseType Complex Type > BulkOperationResponse Element : BulkEntries Element

Glossary Item Box

Namespace (none)

Diagram

StackTrace Element ExceptionProperties Element Title Element Id Element Sequence Exception Element RelatedEntities Element Fields Element Sequence Entity Element Choice BulkEntry Element Sequence BulkEntries Element

Overview

BulkEntries 0..∞
Sequence
Succeeded optional xs:boolean
EntityId optional xs:int
EntityType optional xs:string
Choice
Type required xs:string
Sequence
Sequence
Name required
Sequence
Value 0..∞ Extension of xs:string
Alias optional xs:string
ReferenceValue optional xs:string
RelatedEntities optional
The collection of related entities referenced from this entity
Sequence
Relation 0..∞
Alias required xs:string
Sequence
Type required xs:string
Sequence
RelatedEntities optional
The collection of related entities referenced from this entity
Sequence
Id
See the Exception IDs topic in the REST API documentation.
ExceptionProperties optional
The properties collection.
Sequence
Name optional xs:string
The property name.
Value optional xs:string
The property value.
Sequence

Source

<xs:element name="BulkEntries" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="BulkEntry" type="BulkEntryType" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also