https://wsapi.ams360.com/v3.0
https://wsapi.ams360.com/v3.0 / FileChunkSend Element / Request Element
In This Topic
    Request Element
    In This Topic
    Description
    Request object containing the individual file chunks.
    Namespace https://wsapi.ams360.com/v3.0
    Type
    Diagram
    SequenceNumber Element Data Element DocStageId Element Sequence FileChunk Element Sequence Request Element
    Overview
    Request optional FileChunkSendRequest Complex Type
    Request object containing the individual file chunks.
    Sequence
    FileChunk optional FileChunk Complex Type
    Single file chunk.
    Sequence
    DocStageId optional guid Simple Type
    DocStageId from FileChunkBeginResponse for document being uploaded.

    Insert Validation:
    Must be a valid DocStageId.
    Data optional xs:base64Binary
    Part of the document being uploaded.
    SequenceNumber optional xs:int
    Sequence number of this file chunk. File chunks will be sorted by this when assembling the entire file.

    Insert Validation:
    Must be unique across DocStageId.
    Source
    <xs:element xmlns:q13="https://wsapi.ams360.com/v3.0/DataContract" minOccurs="0" name="Request" nillable="true" type="q13:FileChunkSendRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:documentation>Request object containing the individual file chunks.</xs:documentation>
      </xs:annotation>
    </xs:element>
    See Also