予算明細調整API (.../budget_line_adjustments)
予算明細調整APIを使用して、予算明細調整の作成、表示、更新を行います。
アクション
予算明細調整APIを使用すると、次のことができます。
| 動詞 | パス | アクション | 説明 |
|---|---|---|---|
| 投稿 | /api/budget_lines /: budget_line_id/budget_line_adjustments | 作成 | 予算明細の調整を作成します。 |
| 取得 | /api/budget_lines /: budget_line_id/budget_line_adjustments | index | 予算の明細の調整を照会します。 |
| 取得 | /api/budget_lines /: budget_line_id/budget_line_adjustments /: id | 表示 | 予算明細の調整を表示 |
| パッチ | /api/budget_lines /: budget_line_id/budget_line_adjustments /: id | 更新 | 予算明細の調整はAPI経由で直接更新できません |
| プット | /api/budget_lines /: budget_line_id/budget_line_adjustments /: id | update | 予算明細の調整はAPI経由で直接更新できません |
要素
予算明細調整APIでは、次の要素を使用できます。
| 要素 | 説明 | 必須フィールドですか? | 一意ですか? | 許容値 | Api_Inフィールド? | Api_Outフィールド? | データタイプ |
|---|---|---|---|---|---|---|---|
| accounting - total | accounting_total | はい | 小数( 32,4 ) | ||||
| 調製 | 調製 | はい | [" ExpenseLine ", "OrderLine "," InvoiceLine ", "InvoiceCharge "," ItemizedExpenseLine ", "ExpenseLineAllocation "," OrderLineAllocation ", "InvoiceChargeAllocation "," OrderAmountLine ", "OrderQuantityLine "," InvoiceAmountLine ", "InvoiceQuantityLine "," InvoiceHandlingCharge ", "InvoiceMiscCharge "," InvoiceShippingCharge "] | ||||
| adjustment - amount | 金額 | はい | 小数( 32,4 ) | ||||
| 金額 | 金額 | はい | 小数( 32,4 ) | ||||
| budget - line | budget_line | はい | はい | はい | 予算明細 | ||
| budget - Remaining | budget_remaining | はい | 小数( 32,4 ) | ||||
| created - at | CoupaがYYY - MM - DDTHH: MM: SS + HH: MMZの形式で自動的に作成しました | はい | 日時 | ||||
| created - by | 作成したユーザー | はい | ユーザー | ||||
| 通貨 | 取引の通貨 | はい | はい | 通貨 | |||
| 説明 | 説明 | はい | はい | string (255) | |||
| iD | Coupaの一意の識別子 | はい | 整数 | ||||
| 価格 | 価格 | はい | 小数( 30,6 ) | ||||
| 数量 | 数量 | はい | 小数( 30,6 ) | ||||
| reason | reason | はい | string (255) |