Recalculation
再計算請求データのAPIリファレンスは以下の通りです。
Get recalculation list
再計算請求データの取得
Role actions
ReadBillingGroup
ModifyBillingGroup
Request
リクエストパラーメータの{month}
のフォーマット: yyyy-mm
例: 2020-01
リクエストパラーメータの{vendor}
のサポートベンダー: aws
,azure
Response
Apply recalculation
再計算請求データの適用・未適用の割当
Role actions
ModifyBillingGroup
Request
以下に{request body}
のリクエストペイロードの例を示します。
{request body}
{request body} description
Field
Type
Required
Validation
Description
data
array
Yes
[id1,id2,id3...]
再計算請求データIDの一覧
month
string
Yes
-
適用・未適用する対象月
exchange_rate
double
Yes
-
適用・未適用する為替レート
tax_free
boolean
Yes
-
免税設定
apply
boolean
Yes
-
適用・未適用設定
vendor
string
Yes
-
ベンダー
Response
Last updated