Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.23 KB

SelectablesApi.md

File metadata and controls

40 lines (22 loc) · 1.23 KB

\SelectablesApi

All URIs are relative to https://api.freee.co.jp

Method HTTP request Description
get_forms_selectables GET /api/1/forms/selectables フォーム用選択項目情報の取得

get_forms_selectables

crate::models::SelectablesIndexResponse get_forms_selectables(company_id, includes) フォーム用選択項目情報の取得

概要

指定した事業所のフォーム用選択項目情報を取得する

Parameters

Name Type Description Required Notes
company_id i32 事業所ID [required]
includes Option<String> 取得する項目(項目: account_item)

Return type

crate::models::SelectablesIndexResponse

Authorization

oauth2

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]