税務登録API (/tax_registrations)
アクション
税務登録では以下の操作が可能です。
| 動詞 | パス | アクション | Description |
|---|---|---|---|
| POST | /api/tax_registrations | 作成 | 税務登録の作成 |
| GET | /api/tax_registrations | インデックス | 税務登録のクエリ |
| GET | /api/tax_registrations /: id | 表示 | 税務登録の表示 |
| PUT | /api/tax_registrations /: id | 更新 | 税務登録の更新 |
Elements
| 要素 | 説明 | 必須 | 一意 | 許容値 | 入力 | 出力 | データタイプ |
|---|---|---|---|---|---|---|---|
| アクティブ | 税コードが有効か無効か | true、false | yes | yes | boolean | ||
| 国 | 税コードが適用される国 | yes | yes | yes | Country | ||
| 作成日時 | CoupaがYYY-MM-DDTHH:MM:SS+HH:MMZの形式で自動的に作成します | yes | datetime | ||||
| created-by | 作成したユーザー | yes | ユーザー | ||||
| fiscal-representative | 現地に設立され、税務当局へのVAT支払について、納税者と連帯して責任を負う一般的な税務代理人 | yes | RemitToAddress TaxRegistration | ||||
| ID | Coupaの一意の識別子 | yes | 整数 | ||||
| local | クロスボーダー請求書に税務登録が使用できない場合はtrue | true、false | yes | yes | boolean | ||
| 数字 | 税務登録番号 | yes | yes | yes | string(47) | ||
| owner-id | この税務登録に関連付けられているオブジェクトのCoupaの一意の識別子 | yes | yes | 整数 | |||
| owner-type | 所有オブジェクトのタイプ | yes | yes | string(255) | |||
| updated-at | CoupaがYYY-MM-DDTHH:MM:SS+HH:MMZの形式で自動的に作成します | yes | datetime | ||||
| updated-by | 更新したユーザー | yes | ユーザー | ||||