Skip to content

Commit

Permalink
Merge pull request #447 from freee/feature/iv_update_schema_files_202…
Browse files Browse the repository at this point in the history
…4-07-26-02-27

Update schema files
  • Loading branch information
prprmurakami0916 authored Jul 29, 2024
2 parents 7f67d1d + d458598 commit 5cfe4d6
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion iv/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ openapi: 3.0.3
info:
contact:
name: freee請求書問い合わせ
url: https://support.freee.co.jp/hc/ja/requests/new
url: https://freee.my.site.com/HelpCenter/s
description: |2
<p>freee請求書のAPI仕様です。</p>
Expand Down Expand Up @@ -2813,6 +2813,15 @@ components:
example: omit
nullable: true
type: string
line_amount_fraction:
description: '金額端数の計算方法(omit: 切り捨て、round_up: 切り上げ、round: 四捨五入)'
enum:
- omit
- round_up
- round
example: round_up
nullable: true
type: string
withholding_tax_entry_method:
description: '源泉徴収の計算方法(in: 税込み価格で計算、out: 税別価格で計算)'
enum:
Expand Down Expand Up @@ -3263,6 +3272,15 @@ components:
example: omit
nullable: true
type: string
line_amount_fraction:
description: '金額端数の計算方法(omit: 切り捨て、round_up: 切り上げ、round: 四捨五入)'
enum:
- omit
- round_up
- round
example: round_up
nullable: true
type: string
withholding_tax_entry_method:
description: '源泉徴収の計算方法(in: 税込み価格で計算、out: 税別価格で計算)'
enum:
Expand Down Expand Up @@ -3946,6 +3964,15 @@ components:
example: omit
nullable: true
type: string
line_amount_fraction:
description: '金額端数の計算方法(omit: 切り捨て、round_up: 切り上げ、round: 四捨五入)'
enum:
- omit
- round_up
- round
example: round_up
nullable: true
type: string
withholding_tax_entry_method:
description: '源泉徴収の計算方法(in: 税込み価格で計算、out: 税別価格で計算)'
enum:
Expand Down Expand Up @@ -4341,6 +4368,15 @@ components:
example: omit
nullable: true
type: string
line_amount_fraction:
description: '金額端数の計算方法(omit: 切り捨て、round_up: 切り上げ、round: 四捨五入)'
enum:
- omit
- round_up
- round
example: round_up
nullable: true
type: string
withholding_tax_entry_method:
description: '源泉徴収の計算方法(in: 税込み価格で計算、out: 税別価格で計算)'
enum:
Expand Down

0 comments on commit 5cfe4d6

Please sign in to comment.