All URIs are relative to https://api.freee.co.jp
Method | HTTP request | Description |
---|---|---|
get_companies | GET /api/1/companies | 事業所一覧の取得 |
get_company | GET /api/1/companies/{id} | 事業所の取得 |
crate::models::CompanyIndexResponse get_companies() 事業所一覧の取得
ユーザーが所属する事業所一覧を取得する
- role
- admin : 管理者
- simple_accounting : 一般
- self_only : 取引登録のみ
- read_only : 閲覧のみ
- workflow : 申請・承認
This endpoint does not need any parameter.
crate::models::CompanyIndexResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::CompanyResponse get_company(id, details, account_items, taxes, items, partners, sections, tags, walletables) 事業所の取得
ユーザーが所属する事業所を取得する
- role
- admin : 管理者
- simple_accounting : 一般
- self_only : 取引登録のみ
- read_only : 閲覧のみ
- workflow : 申請・承認
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | i32 | 事業所ID | [required] | |
details | Option<bool> | 取得情報に勘定科目・税区分コード・品目・取引先・部門・メモタグ・口座の一覧を含める | ||
account_items | Option<bool> | 取得情報に勘定科目一覧を含める | ||
taxes | Option<bool> | 取得情報に税区分コード一覧を含める | ||
items | Option<bool> | 取得情報に品目一覧を含める | ||
partners | Option<bool> | 取得情報に取引先一覧を含める | ||
sections | Option<bool> | 取得情報に部門一覧を含める | ||
tags | Option<bool> | 取得情報にメモタグ一覧を含める | ||
walletables | Option<bool> | 取得情報に口座一覧を含める |
crate::models::CompanyResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]