予算明細調整API (.../budget_line_adjustments)
アクション
予算明細調整APIでは以下の操作が可能です。
| 動詞 | パス | アクション | 説明 |
|---|---|---|---|
| POST | /api/budget_lines/:budget_line_id/budget_line_adjustments | 作成 | 予算明細の調整を作成 |
| GET | /api/budget_lines/:budget_line_id/budget_line_adjustments | インデックス | 予算明細の調整を検索 |
| GET | /api/budget_lines/:budget_line_id/budget_line_adjustments/:id | 表示 | 予算明細の調整を表示 |
| PATCH | /api/budget_lines/:budget_line_id/budget_line_adjustments/:id | 更新 | API経由で予算明細の調整を直接更新することはできません |
| PUT | /api/budget_lines/:budget_line_id/budget_line_adjustments/:id | 更新 | API経由で予算明細の調整を直接更新することはできません |
Elements
予算明細調整APIでは、次の要素を使用できます。
| 要素 | Description | 必須フィールド? | 一意? | 許容値 | Api_Inフィールド? | Api_Outフィールド? | データタイプ |
|---|---|---|---|---|---|---|---|
| accounting-total | accounting_total | yes | decimal(32,4) | ||||
| アジャスター | アジャスター | yes | [「ExpenseLine」、「OrderLine」、「InvoiceLine」、「InvoiceCharge」、「ItemizedExpenseLine」、「ExpenseLineAllocation」、「OrderLineAllocation」、「InvoiceLineAllocation」、「InvoiceChargeAllocation」、「OrderAmountLine」、「OrderQuantityLine」、「InvoiceAmountLine」、「InvoiceQuantityLine」、「InvoiceHandlingCharge」、「InvoiceMiscCharge」、「InvoiceShippingCharge」] | ||||
| adjustment-amount | 金額 | yes | decimal(32,4) | ||||
| 金額 | 金額 | yes | decimal(32,4) | ||||
| budget-line | 予算明細 | yes | yes | yes | 予算明細 | ||
| budget-remaining | 残り予算 | yes | decimal(32,4) | ||||
| 作成日時 | CoupaがYYY-MM-DDTHH:MM:SS+HH:MMZの形式で自動的に作成します | yes | datetime | ||||
| created-by | 作成したユーザー | yes | ユーザー | ||||
| currency | 取引の通貨 | yes | yes | Currency | |||
| description | 説明 | yes | yes | string(255) | |||
| ID | Coupaの一意の識別子 | yes | 整数 | ||||
| 価格 | 価格 | yes | decimal(30,6) | ||||
| quantity | quantity | yes | decimal(30,6) | ||||
| reason | reason | yes | string(255) |