http://www.FatTail.com/api
OrderAttachment Complex Type
http://www.FatTail.com/api : OrderAttachment Complex Type
Description
Extending AdBookConnectEntity
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
OrderAttachment Extension of AdBookConnectEntity Complex Type
Extending AdBookConnectEntity
Sequence
Content xs:string
Attachment file content.
Filename xs:string
Filename of attachment.
OrderAttachmentID optional xs:long
System ID for the order attachment.
OrderID xs:long
System ID of the order the attachment is associated with.
DynamicPropertyId optional xs:long
Used By
OrderAttachment Element
OrderAttachment Element
attachment Element
orderAttachment Element
Source
<xs:complexType name="OrderAttachment" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q252="http://www.FatTail.com/api" base="q252:AdBookConnectEntity">
      <xs:sequence>
        <xs:element name="Content" nillable="true" type="xs:string" />
        <xs:element name="Filename" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="OrderAttachmentID" type="xs:long" />
        <xs:element name="OrderID" type="xs:long" />
        <xs:element minOccurs="0" name="DynamicPropertyId" nillable="true" type="xs:long">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api