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