機械翻訳について

SOAPサービスを使用した作業オーダー、作業オーダー工程、作業オーダー工程資材および作業オーダー工程リソースの添付のアップロード方法

このトピックでは、ERPオブジェクト添付SOAPサービスをメンテナンス作業オーダー、メンテナンス作業オーダー工程、メンテナンス作業オーダー工程資材、メンテナンス作業オーダー工程リソースに取得するための詳細を示します。

attachmentRows作業オーダー・ヘッダーの属性

作業オーダー・ヘッダー情報のattachmentRows属性を含む表を次に示します。

属性名

タイプ

説明

UserKeyA

文字列

組織コード

UserKeyB

文字列

作業オーダー番号

UserKeyC

文字列

このキーを値#NULLとともに保持します。

UserKeyD

文字列

このキーを値#NULLとともに保持します。

UserKeyE

文字列

このキーを値#NULLとともに保持します。

AttachmentType

文字列

有効な値: FILE、TEXT、URL。

タイトル

文字列

添付のタイトル。

コンテンツ

文字列

次に例を示します。 実際のコンテンツは異なる場合があります。

URL: https://www.google.com

テキスト: 旋盤L123を使用。

ファイル: ソース・データをBase64文字列(Base64エンコーディング)にエンコードします。

作業オーダー・ヘッダーのサンプル・ペイロード

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/types/" xmlns:erp="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/">
<soapenv:Header/>
<soapenv:Body>
<typ:uploadAttachment>
<typ:entityName>WORK_ORDER</typ:entityName>
<typ:categoryName>MISC</typ:categoryName>
<typ:allowDuplicate>Yes</typ:allowDuplicate>
<!--Zero or more repetitions:-->
<typ:attachmentRows>
<!--Optional:-->
<erp:UserKeyA>MNTALM</erp:UserKeyA>
<!--Optional:-->
<erp:UserKeyB>MNTALM1167</erp:UserKeyB>
<!--Optional:-->
<erp:UserKeyC>?</erp:UserKeyC>
<!--Optional:-->
<erp:UserKeyD>?</erp:UserKeyD>
<!--Optional:-->
<erp:UserKeyE>?</erp:UserKeyE>
<!--Optional:-->
<erp:AttachmentType>TEXT</erp:AttachmentType>
<!--Optional:-->
<erp:Title>BVM_Attachment</erp:Title>
<!--Optional:-->
<erp:Content>Hello World</erp:Content>
</typ:attachmentRows>
</typ:uploadAttachment>
</soapenv:Body>
</soapenv:Envelope>

attachmentRows作業オーダー工程の属性

作業オーダー工程情報のattachmentRows属性を含む表を次に示します。

属性名

タイプ

説明

UserKeyA

文字列

組織コード

UserKeyB

文字列

作業オーダー番号

UserKeyC

文字列

工程連番

UserKeyD

文字列

このキーを値#NULLとともに保持します。

UserKeyE

文字列

このキーを値#NULLとともに保持します。

AttachmentType

文字列

有効な値: FILE、TEXT、URL。

タイトル

文字列

添付のタイトル。

コンテンツ

文字列

次に例を示します。 実際のコンテンツは異なる場合があります。

URL: https://www.google.com

テキスト: 旋盤L123を使用。

ファイル: ソース・データをBase64文字列(Base64エンコーディング)にエンコードします。

作業オーダー工程のサンプル・ペイロード

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/types/" xmlns:erp="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/">
<soapenv:Header/>
<soapenv:Body>
<typ:uploadAttachment>
<typ:entityName>WORK_ORDER_OPERATION</typ:entityName>
<typ:categoryName>MISC</typ:categoryName>
<typ:allowDuplicate>Yes</typ:allowDuplicate>
<!--Zero or more repetitions:-->
<typ:attachmentRows>
<!--Optional:-->
<erp:UserKeyA>MNTALM</erp:UserKeyA>
<!--Optional:-->
<erp:UserKeyB>MNTALM1167</erp:UserKeyB>
<!--Optional:-->
<erp:UserKeyC>10</erp:UserKeyC>
<!--Optional:-->
<erp:UserKeyD>?</erp:UserKeyD>
<!--Optional:-->
<erp:UserKeyE>?</erp:UserKeyE>
<!--Optional:-->
<erp:AttachmentType>TEXT</erp:AttachmentType>
<!--Optional:-->
<erp:Title>BVM_Attachment</erp:Title>
<!--Optional:-->
<erp:Content>Hello World</erp:Content>
</typ:attachmentRows>
</typ:uploadAttachment>
</soapenv:Body>
</soapenv:Envelope>

attachmentRows作業オーダー工程資材の属性

作業オーダー工程資材情報のattachmentRows属性を含む表を次に示します。

属性名

タイプ

説明

UserKeyA

文字列

組織コード

UserKeyB

文字列

作業オーダー番号

UserKeyC

文字列

工程連番

UserKeyD

文字列

資材連番

UserKeyE

文字列

このキーを値#NULLとともに保持します。

AttachmentType

文字列

有効な値: FILE、TEXT、URL。

タイトル

文字列

添付のタイトル。

コンテンツ

文字列

次に例を示します。 実際のコンテンツは異なる場合があります。

URL: https://www.google.com

テキスト: 旋盤L123を使用。

ファイル: ソース・データをBase64文字列(Base64エンコーディング)にエンコードします。

作業オーダー工程資材のサンプル・ペイロード

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/types/" xmlns:erp="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/">
<soapenv:Header/>
<soapenv:Body>
<typ:uploadAttachment>
<typ:entityName>WORK_ORDER_OPERATION_MATERIAL</typ:entityName>
<typ:categoryName>MISC</typ:categoryName>
<typ:allowDuplicate>Yes</typ:allowDuplicate>
<!--Zero or more repetitions:-->
<typ:attachmentRows>
<!--Optional:-->
<erp:UserKeyA>MNTALM</erp:UserKeyA>
<!--Optional:-->
<erp:UserKeyB>MNTALM1167</erp:UserKeyB>
<!--Optional:-->
<erp:UserKeyC>10</erp:UserKeyC>
<!--Optional:-->
<erp:UserKeyD>10</erp:UserKeyD>
<!--Optional:-->
<erp:UserKeyE>?</erp:UserKeyE>
<!--Optional:-->
<erp:AttachmentType>TEXT</erp:AttachmentType>
<!--Optional:-->
<erp:Title>BVM_Attachment</erp:Title>
<!--Optional:-->
<erp:Content>Hello World</erp:Content>
</typ:attachmentRows>
</typ:uploadAttachment>
</soapenv:Body>
</soapenv:Envelope>

attachmentRows作業オーダー工程生産資源の属性

作業オーダー工程リソース情報のattachmentRows属性を含む表を次に示します。

属性名

タイプ

説明

UserKeyA

文字列

組織コード

UserKeyB

文字列

作業オーダー番号

UserKeyC

文字列

工程連番

UserKeyD

文字列

資材連番

UserKeyE

文字列

リソース連番

AttachmentType

文字列

有効な値: FILE、TEXT、URL。

タイトル

文字列

添付のタイトル。

コンテンツ

文字列

次に例を示します。 実際のコンテンツは異なる場合があります。

URL: https://www.google.com

テキスト: 旋盤L123を使用。

ファイル: ソース・データをBase64文字列(Base64エンコーディング)にエンコードします。

作業オーダー工程リソースのサンプル・ペイロード

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/types/" xmlns:erp="http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/">
<soapenv:Header/>
<soapenv:Body>
<typ:uploadAttachment>
<typ:entityName>WORK_ORDER_OPERATION_RESOURCE</typ:entityName>
<typ:categoryName>MISC</typ:categoryName>
<typ:allowDuplicate>Yes</typ:allowDuplicate>
<!--Zero or more repetitions:-->
<typ:attachmentRows>
<!--Optional:-->
<erp:UserKeyA>MNTALM</erp:UserKeyA>
<!--Optional:-->
<erp:UserKeyB>MNTALM1167</erp:UserKeyB>
<!--Optional:-->
<erp:UserKeyC>10</erp:UserKeyC>
<!--Optional:-->
<erp:UserKeyD>10</erp:UserKeyD>
<!--Optional:-->
<erp:UserKeyE>?</erp:UserKeyE>
<!--Optional:-->
<erp:AttachmentType>TEXT</erp:AttachmentType>
<!--Optional:-->
<erp:Title>BVM_Attachment</erp:Title>
<!--Optional:-->
<erp:Content>Hello World</erp:Content>
</typ:attachmentRows>
</typ:uploadAttachment>
</soapenv:Body>
</soapenv:Envelope>