請求調整イベントのRESTエンドポイント
請求修正/請求修正イベント
請求修正イベント・リソースは、請求修正イベントの表示、作成、更新および削除に使用されます。
- 請求修正イベントの作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/billingAdjustments/{BillAdjustmentRequestsNumber}/child/billingAdjustmentEvents
- 請求修正イベントの削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/billingAdjustments/{BillAdjustmentRequestsNumber}/child/billingAdjustmentEvents/{BillAdjustmentRequestEventsNumber}
- 請求修正イベントの取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/billingAdjustments/{BillAdjustmentRequestsNumber}/child/billingAdjustmentEvents/{BillAdjustmentRequestEventsNumber}
- すべての請求修正イベントを取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/billingAdjustments/{BillAdjustmentRequestsNumber}/child/billingAdjustmentEvents
- 請求修正イベントの更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/billingAdjustments/{BillAdjustmentRequestsNumber}/child/billingAdjustmentEvents/{BillAdjustmentRequestEventsNumber}