外部未払金API
アクション
| 動詞 | パス | アクション | Description |
|---|---|---|---|
| POST | /api/payables/external/payables | 作成 | 外部の未払金を作成 |
| GET | /api/payables/external/payables | インデックス | 外部の未払金を検索 |
| GET | /api/payables/external/payables /: id | 表示 | 外部の未払金を表示 |
| PATCH | /api/payables/external/payables /: id | 更新 | 外部の未払金を更新 |
| PUT | /api/payables/external/payables /: id | 更新 | 外部の未払金を更新 |
| PUT | /api/payables/external/payables /: id/void | 無効化 | 外部の未払金を無効化 |
| PATCH | /api/payables/external/payables /: id/void | 無効化 | 外部の未払金を無効化 |
Elements
キー: id
| 要素 | 説明 | 必須 | 一意 | 許容値 | 入力 | 出力 | データタイプ |
|---|---|---|---|---|---|---|---|
| アカウントタイプ | 勘定科目表 | yes | yes | アカウントタイプ | |||
| 作成日時 | CoupaがYYY-MM-DDTHH:MM:SS+HH:MMZの形式で自動的に作成します | yes | datetime | ||||
| created-by | 作成したユーザー | yes | ユーザー | ||||
| currency | Currency | yes | yes | Currency | |||
| currency-id | 通貨ID | yes | 整数 | ||||
| document-amount | 支払われる文書の合計金額 | yes | yes | yes | decimal(30,6) | ||
| document-date | 支払われる文書の日付 | yes | datetime | ||||
| document-number | ソースシステムの関連文書参照番号 | yes | yes | yes | string(255) | ||
| document-type | 支払われる文書のタイプ | yes | valid_document_types | yes | yes | string(50) | |
| due-date | 期日 | yes | datetime | ||||
| ID | Coupaの一意の識別子 | yes | 整数 | ||||
| paid-amount | 合計支払額 | yes | yes | decimal(30,6) | |||
| paid-date | 支払日 | yes | yes | datetime | |||
| payable-amount | 支払準備が整っている文書の金額 | yes | yes | yes | decimal(30,6) | ||
| payable-detail | その他の未払金の詳細 | yes | Payables/ExternalSupplierPayable | ||||
| remaining-amount | 残りの支払額 | yes | decimal(30,6) | ||||
| remittance-amount | 合計支払額 | yes | decimal(30,6) | ||||
| source-name | ソースシステムの名前 | yes | yes | yes | string(50) | ||
| source-reference | ソースシステムの一意の参照番号 | yes | yes | yes | string(255) | ||
| ステータス | 未払金の現在のステータス | yes | string(50) | ||||
| updated-at | CoupaがYYY-MM-DDTHH:MM:SS+HH:MMZの形式で自動的に作成します | yes | datetime | ||||
| updated-by | 更新したユーザー | yes | ユーザー |