ビュー:

Question:
REST API 経由で XML データファイルを使用してドキュメントをアップロードする際に参照できるサンプル XML ファイルはありますか?

Answer:
以下のサンプル XML データファイルを参照してください。構造および使用するデータ型に応じてどのように設定すべきかを示しています。

<Document xmlns="http://dev.docuware.com/schema/public/services/platform" Id="1">
  <Fields>
    <Field FieldName="COMPANY">
      <String>Nice Company</String>
    </Field>
    <Field FieldName="NUMERIC_IDENTITY">
      <Int>123</Int>
    </Field>
    <Field FieldName="TAGS">
      <Keywords>
        <Keyword>Keyword1</Keyword>
        <Keyword>Keyword2</Keyword>
      </Keywords>
    </Field>
    <Field FieldName="ORDER_ITEMS">
      <Table>
        <Row>
          <ColumnValue FieldName="FIELD_NAME">
            <String>Some test text</String>
          </ColumnValue>
          <ColumnValue FieldName="ORDER_QUANTITY">
            <Decimal>3456.789</Decimal>
          </ColumnValue>
        </Row>
        <Row>
          <ColumnValue FieldName="FIELD_NAME">
            <String>Some test text</String>
          </ColumnValue>
          <ColumnValue FieldName="ORDER_QUANTITY">
            <Decimal>3456.789</Decimal>
          </ColumnValue>
        </Row>
      </Table>
    </Field>
  </Fields>
  <Sections>
    <Section>
      <ApplicationProperties>
        <ApplicationProperties Name="name 1" Value="value 1" />
        <ApplicationProperties Name="name 12" Value="value 12" />
      </ApplicationProperties>
    </Section>
    <Section>
      <ApplicationProperties>
        <ApplicationProperties Name="name 2" Value="value 21" />
        <ApplicationProperties Name="name 22" Value="value 212" />
        <ApplicationProperties Name="name 23" Value="value 213" />
      </ApplicationProperties>
    </Section>
  </Sections>
</Document>

Rest APIや.NET APIの詳細、および上記のようなコード例については、 DocuWare Developer Pagesをご覧ください


KBAは、クラウドとオンプレミスの両方の 組織に 適用できます。

 

注意:この記事英語からの翻訳ですこの記事まれる情報オリジナルの英語版製品づくものです。翻訳版記事使用されている文法などには、細かいりがある場合があります。翻訳正確さを完全保証することは出来かねますがほとんどの場合、十分情報られるとわれます。万一、疑問じた場合、英語版記事えてごください