配分のフレックスフィールドRESTエンドポイント
配分のドラフト購買オーダー/明細/スケジュール/配分/フレックスフィールド
Flexfields for Distributions(配分のフレックスフィールド)リソースは、購買オーダー配分に関する追加詳細を管理します。
- 1つの付加フレックスフィールドの作成
- メソッド: postパス:
/fscmRestApi/resources/11.13.18.05/draftPurchaseOrders/{draftPurchaseOrdersUniqID}/child/lines/{POLineId}/child/schedules/{schedulesUniqID}/child/distributions/{distributionsUniqID}/child/DFF
- すべての付加フレックスフィールドの取得
- メソッド: getパス:
/fscmRestApi/resources/11.13.18.05/draftPurchaseOrders/{draftPurchaseOrdersUniqID}/child/lines/{POLineId}/child/schedules/{schedulesUniqID}/child/distributions/{distributionsUniqID}/child/DFF
- 1つの付加フレックスフィールドの取得はサポートされていません
- メソッド: getパス:
/fscmRestApi/resources/11.13.18.05/draftPurchaseOrders/{draftPurchaseOrdersUniqID}/child/lines/{POLineId}/child/schedules/{schedulesUniqID}/child/distributions/{distributionsUniqID}/child/DFF/{PoDistributionId}
- 1つの付加フレックスフィールドの更新
- メソッド: patchパス:
/fscmRestApi/resources/11.13.18.05/draftPurchaseOrders/{draftPurchaseOrdersUniqID}/child/lines/{POLineId}/child/schedules/{schedulesUniqID}/child/distributions/{distributionsUniqID}/child/DFF/{PoDistributionId}