価格階層RESTエンドポイント
ドラフト・サプライヤ・ネゴシエーションResponses/Lines/Price階層
価格階層リソースは、ネゴシエーション明細の数量に従って階層に関する詳細を管理し、各サプライヤから階層価格設定を要請します。
- 価格階層の作成
- メソッド: postパス:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/child/lines/{LineId}/child/priceTiers
- 価格階層の削除
- メソッド: deleteパス:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/child/lines/{LineId}/child/priceTiers/{PriceTierId}
- すべての価格階層の取得
- メソッド: getパス:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/child/lines/{LineId}/child/priceTiers
- 1つの価格階層の取得
- メソッド: getパス:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/child/lines/{LineId}/child/priceTiers/{PriceTierId}
- 価格階層の更新
- メソッド: patchパス:
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/child/lines/{LineId}/child/priceTiers/{PriceTierId}