発送条件API (/shipping_terms)
アクション
| 動詞 | パス | アクション | Description |
|---|---|---|---|
| GET|POST | /api/shipping_terms (/: action (/: id)) | {: index => "Query shipping terms ",: create =>" Create shipping term ",: show => "Show shipping term ",: update =>" Update shipping term ",: destroy => "Delete shipping term "} | |
| POST | /api/shipping_terms | 作成 | 発送条件の作成 |
| GET | /api/shipping_terms | インデックス | 発送条件のクエリ |
| GET | /api/shipping_terms /: id | 表示 | 発送条件の表示 |
| PUT | /api/shipping_terms /: id | 更新 | 発送条件の更新 |
Elements
| 要素 | Description | 必須フィールド? | 一意? | 許容値 | Api_Inフィールド? | Api_Outフィールド? | データタイプ |
|---|---|---|---|---|---|---|---|
| active | falseの場合アカウントは無効となり、ユーザーは使用できなくなります。 trueの場合アカウントはアクティブとなり、使用可能になります。 | 真 | yes | yes | boolean | ||
| code | code | yes | yes | yes | yes | string(255) | |
| content-groups | コンテンツグループ | yes | yes | BusinessGroup | |||
| 作成日時 | CoupaがYYY-MM-DDTHH:MM:SS+HH:MMZの形式で自動的に作成します | yes | datetime | ||||
| created-by | 作成したユーザー | yes | ユーザー | ||||
| description | 説明 | yes | yes | テキスト | |||
| ID | Coupaの一意の識別子 | yes | 整数 | ||||
| updated-at | CoupaがYYY-MM-DDTHH:MM:SS+HH:MMZの形式で自動的に作成します | yes | datetime | ||||
| updated-by | 更新したユーザー | yes | ユーザー | ||||