QCRestException Schema
BulkEntryType Complex Type
QCRestException Schema : BulkEntryType Complex Type

Glossary Item Box

Namespace (none)

Diagram

StackTrace Element ExceptionProperties Element Title Element Id Element Sequence Exception Element RelatedEntities Element Field Element Sequence Fields Element Sequence Entity Element Choice BulkEntryType Complex Type

Overview

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

Used By

Attributes

NameTypeUseDefaultFixedDescription
Succeededxs:booleanoptional   
EntityIdxs:intoptional   
EntityTypexs:stringoptional   

Source

<xs:complexType name="BulkEntryType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:choice>
    <xs:element name="Entity" type="EntityComplexType" />
    <xs:element name="Exception" type="ExceptionType" />
  </xs:choice>
  <xs:attribute name="Succeeded" type="xs:boolean" />
  <xs:attribute name="EntityId" type="xs:int" />
  <xs:attribute name="EntityType" type="xs:string" />
</xs:complexType>

See Also