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