| Package | Description |
|---|---|
| jp.co.freee.accounting.api | |
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<ItemResponse> |
ItemsApi.createItem(ItemParams itemParams)
品目の作成
<h2 id=\"\">概要</h2> <p>指定した事業所の品目を作成する</p>
|
io.reactivex.Observable<ItemResponse> |
ItemsApi.getItem(Integer id,
Integer companyId)
品目の取得
<h2 id=\"\">概要</h2> <p>指定した事業所の品目を取得する</p>
|
io.reactivex.Observable<ItemResponse> |
ItemsApi.updateItem(Integer id,
ItemParams itemParams)
品目の更新
<h2 id=\"\">概要</h2> <p>指定した事業所の品目を更新する</p>
|
| Modifier and Type | Method and Description |
|---|---|
ItemResponse |
ItemResponse.item(Item item) |
Copyright © 2020. All rights reserved.