https://secure.ontime360.com/soapapi/
https://secure.ontime360.com/soapapi/ / FileAttachment Complex Type
In This Topic
    FileAttachment Complex Type
    In This Topic
    Namespace https://secure.ontime360.com/soapapi/
    Base Type
    Overview
    Sequence
    Contents optional xs:base64Binary
    FileName optional xs:string
    Timestamp optional xs:dateTime
    Used By
    Source
    <xs:complexType name="FileAttachment" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexContent mixed="false">
        <xs:extension base="q21:OrderBase.FileAttachmentBase" xmlns:q21="http://schemas.datacontract.org/2004/07/OnTime.Extensions.SDK">
          <xs:sequence />
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    See Also