Skip to content

Latest commit

 

History

History
75 lines (44 loc) · 3.01 KB

CompaniesApi.md

File metadata and controls

75 lines (44 loc) · 3.01 KB

\CompaniesApi

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} 事業所の取得

get_companies

crate::models::CompanyIndexResponse get_companies() 事業所一覧の取得

概要

ユーザーが所属する事業所一覧を取得する

定義

  • role
    • admin : 管理者
    • simple_accounting : 一般
    • self_only : 取引登録のみ
    • read_only : 閲覧のみ
    • workflow : 申請・承認

Parameters

This endpoint does not need any parameter.

Return type

crate::models::CompanyIndexResponse

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]

get_company

crate::models::CompanyResponse get_company(id, details, account_items, taxes, items, partners, sections, tags, walletables) 事業所の取得

概要

ユーザーが所属する事業所を取得する

定義

  • role
    • admin : 管理者
    • simple_accounting : 一般
    • self_only : 取引登録のみ
    • read_only : 閲覧のみ
    • workflow : 申請・承認

Parameters

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> 取得情報に口座一覧を含める

Return type

crate::models::CompanyResponse

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]