Question:
REST API 経由で XML データファイルを使用してドキュメントをアップロードする際に参照できるサンプル XML ファイルはありますか?
Answer:
以下のサンプル XML データファイルを参照してください。構造および使用するデータ型に応じてどのように設定すべきかを示しています。
<Document xmlns="http://dev.docuware.com/schema/public/services/platform" Id="1">
<Fields>
<Field FieldName="COMPANY">
<String>いい会社</String>
<Field>
<Field FieldName="NUMERIC_IDENTITY">
<Int>123</Int>
<Field>
<Field FieldName="TAGS">
<Keywords
<キーワード>キーワード1</キーワード>
<キーワード>キーワード2</キーワード
</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>
<行>
<列値 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 経由で XML データファイルを使用してドキュメントをアップロードする際に参照できるサンプル XML ファイルはありますか?
Answer:
以下のサンプル XML データファイルを参照してください。構造および使用するデータ型に応じてどのように設定すべきかを示しています。
<Document xmlns="http://dev.docuware.com/schema/public/services/platform" Id="1">
<Fields>
<Field FieldName="COMPANY">
<String>いい会社</String>
<Field>
<Field FieldName="NUMERIC_IDENTITY">
<Int>123</Int>
<Field>
<Field FieldName="TAGS">
<Keywords
<キーワード>キーワード1</キーワード>
<キーワード>キーワード2</キーワード
</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>
<行>
<列値 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>
KBAは、クラウドとオンプレミスの両方の 組織に 適用できます。
ご注意:この記事は英語からの翻訳です。この記事に含まれる情報は、オリジナルの英語版製品に基づくものです。翻訳版の記事で使用されている文法などには、細かい誤りがある場合があります。翻訳の正確さを完全に保証することは出来かねますが、ほとんどの場合、十分な情報が得られると思われます。万が一、疑問が生じた場合は、英語版の記事に切り替えてご覧ください。