We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b414911 + 5c7ed77 commit af4ee92Copy full SHA for af4ee92
1 file changed
v2020_06_15/open-api-3/api-schema.json
@@ -34451,7 +34451,8 @@
34451
"account_item_name",
34452
"id",
34453
"name",
34454
- "tax_name"
+ "tax_name",
34455
+ "source_line_template_id"
34456
],
34457
"properties": {
34458
"id": {
@@ -34461,6 +34462,13 @@
34461
34462
"description": "経費科目ID",
34463
"example": 1
34464
},
34465
+ "source_line_template_id": {
34466
+ "type": "integer",
34467
+ "format": "int64",
34468
+ "minimum": 0,
34469
+ "description": "経費科目の元となるテンプレートを識別するID。経費科目の設定を変更しても変わらない固定値",
34470
+ "example": 1
34471
+ },
34472
"name": {
34473
"type": "string",
34474
"description": "経費科目名",
0 commit comments