未払金/請求書API
アクション
| 動詞 | パス | アクション | 説明 |
|---|---|---|---|
| GET | /api/payables/invoices/available_allocations | available_allocations | /api/payables/invoices/available_allocations |
| PATCH | /api/payables/invoices /: id/export | export | 請求書未払金をエクスポート済みとしてマーク |
| PUT | /api/payables/invoices /: id/export | export | 請求書未払金をエクスポート済みとしてマーク |
| GET | /api/payables/invoices | インデックス | 請求書未払金を検索する |
| PATCH | /api/payables/invoices /: id/pay_externally | pay_externally | 請求書未払金を支払済みとしてマークし、Coupaでの追跡を停止する |
| PUT | /api/payables/invoices /: id/pay_externally | pay_externally | 請求書未払金を支払済みとしてマークし、Coupaでの追跡を停止する |
| GET | /api/payables/invoices /: id | 表示 | 請求書未払金を表示する |
| PATCH | /api/payables/invoices /: id/track_externally | track_externally | Coupaでの請求書未払金の追跡を停止する |
| PUT | /api/payables/invoices /: id/track_externally | track_externally | Coupaでの請求書未払金の追跡を停止する |
| PATCH | /api/payables/invoices /: id/track_in_coupa | track_in_coupa | Coupaで請求書未払金の追跡を開始する |
| PUT | /api/payables/invoices /: id/track_in_coupa | track_in_coupa | Coupaで請求書未払金の追跡を開始する |
Elements
キー: id
| 要素 | Description | 必須 | 一意 | 許容値 | 入力 | 出力 | データタイプ |
|---|---|---|---|---|---|---|---|
| accounting-amount | 会計の通貨での照合明細の合計 | yes | decimal(46,20) | ||||
| accounting-currency | 会計の通貨 | yes | Currency | ||||
| 作成日時 | CoupaがYYY-MM-DDTHH:MM:SS+HH:MMZの形式で自動的に作成します | yes | datetime | ||||
| currency | 未払金の通貨 | yes | Currency | ||||
| document-id | 関連する文書の一意のID | yes | 文字列 | ||||
| document-type | 支払われる文書のタイプ | yes | 文字列 | ||||
| exported-to-tradefin-at | TradeFinにエクスポートされた日付 | yes | datetime | ||||
| ID | この未払金の一意のID | yes | 整数 | ||||
| last-exported-at | 最終エクスポート日 | yes | datetime | ||||
| maturity-date | 満期日 | yes | datetime | ||||
| paid-amount | 合計支払額 | yes | decimal(46,20) | ||||
| paid-date | 支払日 | yes | datetime | ||||
| payable-amount | 支払準備が整っている文書の金額 | yes | |||||
| received-allocations | 受領済みの配分 | yes | 未払金::割当 | ||||
| reconciliation-lines | 照合明細 | yes | Invoice::ReconciliationLine | ||||
| remaining-amount | 残りの支払額 | yes | decimal(46,20) | ||||
| remittance-amount | 合計支払額 | yes | decimal(46,20) | ||||
| reporting-total | レポートダッシュボードの通貨での照合明細の合計 | yes | decimal(46,20) | ||||
| sent-allocations | 送金済みの配分 | yes | 未払金::割当 | ||||
| ステータス | 未払金の現在のステータス | yes | string(255) | ||||
| updated-at | CoupaがYYY-MM-DDTHH:MM:SS+HH:MMZの形式で自動的に作成します | yes | datetime | ||||
| wc-eligibility | 運転資金の適格性ステータス | yes | string(255) |