| Package | Description |
|---|---|
| jp.co.freee.accounting.api | |
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<AccountItemResponse> |
AccountItemsApi.createAccountItem(AccountItemParams accountItemParams)
勘定科目の作成
<h2 id=\"\">概要</h2> <p>指定した事業所の勘定科目を作成する</p> <h2 id=\"_2\">注意点</h2> <p>tax_nameは、api/1/taxes/companies/{company_id} で該当事業所の税区分の一覧を取得して、availableの値がtrue、かつ”name_ja”に”税率%”を含んでいない税区分を確認して、そのnameを指定して勘定科目の作成をしてください</p>
|
io.reactivex.Observable<AccountItemResponse> |
AccountItemsApi.updateAccountItem(Integer id,
AccountItemParams accountItemParams)
勘定科目の更新
<h2 id=\"\">概要</h2> <p>勘定科目を更新する</p> <h2 id=\"_2\">注意点</h2> <p>tax_codeは、api/1/taxes/companies/{company_id} で該当事業所の税区分の一覧を取得して、availableの値がtrue、かつ”name_ja”に”税率%”を含んでいない税区分を確認して、そのcodeを指定して勘定科目の更新をしてください</p>
|
| Modifier and Type | Method and Description |
|---|---|
AccountItemParams |
AccountItemParams.accountItem(AccountItemParamsAccountItem accountItem) |
AccountItemParams |
AccountItemParams.companyId(Integer companyId) |
Copyright © 2020. All rights reserved.