This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #98 from freee/auto-generated
2.28.0
- Loading branch information
Showing
40 changed files
with
1,939 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
sdk/docs/ExpenseApplicationCreateParamsExpenseApplicationLines1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
|
||
# ExpenseApplicationCreateParamsExpenseApplicationLines1 | ||
|
||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**amount** | **Integer** | 金額 | [optional] | ||
**description** | **String** | 内容 (250文字以内) | [optional] | ||
**expenseApplicationLineTemplateId** | **Integer** | 経費科目ID | [optional] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
|
||
# ExpenseApplicationCreateParamsPurchaseLines | ||
|
||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**expenseApplicationLines** | [**List<ExpenseApplicationCreateParamsExpenseApplicationLines1>**](ExpenseApplicationCreateParamsExpenseApplicationLines1.md) | 明細行一覧(配列) | [optional] | ||
**receiptId** | **Integer** | ファイルボックス(証憑ファイル)ID | [optional] | ||
**transactionDate** | **String** | 日付 (yyyy-mm-dd) | [optional] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
sdk/docs/ExpenseApplicationResponseExpenseApplicationExpenseApplicationLines1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
|
||
# ExpenseApplicationResponseExpenseApplicationExpenseApplicationLines1 | ||
|
||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**amount** | **Integer** | 金額 | [optional] | ||
**description** | **String** | 内容 | [optional] | ||
**expenseApplicationLineTemplateId** | **Integer** | 経費科目ID | [optional] | ||
**id** | **Long** | 明細行ID | | ||
|
||
|
||
|
16 changes: 16 additions & 0 deletions
16
sdk/docs/ExpenseApplicationResponseExpenseApplicationPurchaseLines.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
|
||
# ExpenseApplicationResponseExpenseApplicationPurchaseLines | ||
|
||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**expenseApplicationLines** | [**List<ExpenseApplicationResponseExpenseApplicationExpenseApplicationLines1>**](ExpenseApplicationResponseExpenseApplicationExpenseApplicationLines1.md) | 明細行一覧(配列) | [optional] | ||
**id** | **Long** | 経費申請の申請行ID | | ||
**receiptId** | **Integer** | ファイルボックス(証憑ファイル)ID | [optional] | ||
**transactionDate** | **String** | 日付 (yyyy-mm-dd) | [optional] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
sdk/docs/ExpenseApplicationUpdateParamsExpenseApplicationLines1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
|
||
# ExpenseApplicationUpdateParamsExpenseApplicationLines1 | ||
|
||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**amount** | **Integer** | 金額 | [optional] | ||
**description** | **String** | 内容 (250文字以内) | [optional] | ||
**expenseApplicationLineTemplateId** | **Integer** | 経費科目ID | [optional] | ||
**id** | **Long** | 経費申請の明細行ID: 既存明細行を更新する場合に指定します。IDを指定しない明細行は、新規行として扱われ追加されます。また、expense_application_linesに含まれない既存の明細行は削除されます。更新後も残したい行は、必ず経費申請の明細行IDを指定してexpense_application_linesに含めてください。 | [optional] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
|
||
# ExpenseApplicationUpdateParamsPurchaseLines | ||
|
||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**expenseApplicationLines** | [**List<ExpenseApplicationUpdateParamsExpenseApplicationLines1>**](ExpenseApplicationUpdateParamsExpenseApplicationLines1.md) | 明細行一覧(配列) | [optional] | ||
**id** | **Long** | 経費申請の申請行ID: 既存申請行を更新する場合に指定します。IDを指定しない申請行は、新規行として扱われ追加されます。また、purchase_linesに含まれない既存の申請行は削除されます。更新後も残したい行は、必ず経費申請の申請行IDを指定してpurchase_linesに含めてください。 | [optional] | ||
**receiptId** | **Integer** | ファイルボックス(証憑ファイル)ID | [optional] | ||
**transactionDate** | **String** | 日付 (yyyy-mm-dd) | [optional] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.