All URIs are relative to https://api.freee.co.jp
Method | HTTP request | Description |
---|---|---|
get_forms_selectables | GET /api/1/forms/selectables | フォーム用選択項目情報の取得 |
crate::models::SelectablesIndexResponse get_forms_selectables(company_id, includes) フォーム用選択項目情報の取得
指定した事業所のフォーム用選択項目情報を取得する
Name | Type | Description | Required | Notes |
---|---|---|---|---|
company_id | i32 | 事業所ID | [required] | |
includes | Option<String> | 取得する項目(項目: account_item) |
crate::models::SelectablesIndexResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]