https://wsapi.ams360.com/v3.0/DataContract
https://wsapi.ams360.com/v3.0/DataContract / FileChunkEndRequest Complex Type
In This Topic
    FileChunkEndRequest Complex Type
    In This Topic
    Description
    Request object containing the DocStageId for the document that is being processed.
    Namespace https://wsapi.ams360.com/v3.0/DataContract
    Diagram
    DocStageId Element Sequence FileChunkEndRequest Complex Type
    Overview
    FileChunkEndRequest
    Request object containing the DocStageId for the document that is being processed.
    Sequence
    DocStageId optional guid Simple Type
    Must be a valid DocStageId. 36 alpha-numeric column, formatted as GUID Data Type
    Used By
    Source
    <xs:complexType name="FileChunkEndRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation>
          <summary>
                Request object containing the DocStageId for the document that is being processed.
                </summary>
        </xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element minOccurs="0" name="DocStageId" type="ser:guid">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>
              <summary>
                Must be a valid DocStageId.
                </summary>
              <len min="36" max="36" />
              <values>
                36 alpha-numeric column, formatted as GUID Data Type
                </values>
              <required />
            </xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
    See Also