From 3fb90eb77ca85e7cfa261a3926766b7558e75670 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Thu, 14 Apr 2022 05:42:57 +0000 Subject: [PATCH] Update schema files --- _sdk_compatible/open-api-3/api-schema.json | 34 ++++++++++++++++++++++ _sdk_compatible/open-api-3/api-schema.yml | 27 +++++++++++++++++ v2020_06_15/open-api-3/api-schema.json | 34 ++++++++++++++++++++++ v2020_06_15/open-api-3/api-schema.yml | 27 +++++++++++++++++ 4 files changed, 122 insertions(+) diff --git a/_sdk_compatible/open-api-3/api-schema.json b/_sdk_compatible/open-api-3/api-schema.json index 4cfe520..ce331eb 100644 --- a/_sdk_compatible/open-api-3/api-schema.json +++ b/_sdk_compatible/open-api-3/api-schema.json @@ -17237,6 +17237,16 @@ }, "description": "貸借行一覧(配列): 貸借合わせて100行まで登録できます。" } + }, + "receipt_ids": { + "type": "array", + "description": "証憑ファイルID(ファイルボックスのファイルID)(配列)", + "items": { + "type": "integer", + "minimum": 1, + "maximum": 2147483647, + "example": 1 + } } } }, @@ -17388,6 +17398,16 @@ }, "description": "貸借行一覧(配列): 貸借合わせて100行まで登録できます。" } + }, + "receipt_ids": { + "type": "array", + "description": "証憑ファイルID(ファイルボックスのファイルID)(配列)", + "items": { + "type": "integer", + "minimum": 1, + "maximum": 2147483647, + "example": 1 + } } } }, @@ -28440,6 +28460,20 @@ } } } + }, + "receipt_ids": { + "type": "array", + "description": "証憑ファイルID(ファイルボックスのファイルID)", + "example": [ + 1, + 2, + 3 + ], + "items": { + "type": "integer", + "minimum": 1, + "maximum": 2147483647 + } } } }, diff --git a/_sdk_compatible/open-api-3/api-schema.yml b/_sdk_compatible/open-api-3/api-schema.yml index b0fa784..8b45e9c 100644 --- a/_sdk_compatible/open-api-3/api-schema.yml +++ b/_sdk_compatible/open-api-3/api-schema.yml @@ -16948,6 +16948,14 @@ components: description: 発生日 (yyyy-mm-dd) example: '2019-12-17' type: string + receipt_ids: + description: 証憑ファイルID(ファイルボックスのファイルID)(配列) + items: + example: 1 + maximum: 2147483647 + minimum: 1 + type: integer + type: array required: - company_id - details @@ -17079,6 +17087,14 @@ components: description: 発生日 (yyyy-mm-dd) example: '2019-12-17' type: string + receipt_ids: + description: 証憑ファイルID(ファイルボックスのファイルID)(配列) + items: + example: 1 + maximum: 2147483647 + minimum: 1 + type: integer + type: array required: - company_id - details @@ -17260,6 +17276,17 @@ components: description: 発生日 (yyyy-mm-dd) example: '2019-12-17' type: string + receipt_ids: + description: 証憑ファイルID(ファイルボックスのファイルID) + example: + - 1 + - 2 + - 3 + items: + maximum: 2147483647 + minimum: 1 + type: integer + type: array txn_number: description: 仕訳番号 example: 2CX05 diff --git a/v2020_06_15/open-api-3/api-schema.json b/v2020_06_15/open-api-3/api-schema.json index b56d9f1..a3af983 100644 --- a/v2020_06_15/open-api-3/api-schema.json +++ b/v2020_06_15/open-api-3/api-schema.json @@ -17231,6 +17231,16 @@ }, "description": "貸借行一覧(配列): 貸借合わせて100行まで登録できます。" } + }, + "receipt_ids": { + "type": "array", + "description": "証憑ファイルID(ファイルボックスのファイルID)(配列)", + "items": { + "type": "integer", + "minimum": 1, + "maximum": 2147483647, + "example": 1 + } } } }, @@ -17382,6 +17392,16 @@ }, "description": "貸借行一覧(配列): 貸借合わせて100行まで登録できます。" } + }, + "receipt_ids": { + "type": "array", + "description": "証憑ファイルID(ファイルボックスのファイルID)(配列)", + "items": { + "type": "integer", + "minimum": 1, + "maximum": 2147483647, + "example": 1 + } } } }, @@ -28434,6 +28454,20 @@ } } } + }, + "receipt_ids": { + "type": "array", + "description": "証憑ファイルID(ファイルボックスのファイルID)", + "example": [ + 1, + 2, + 3 + ], + "items": { + "type": "integer", + "minimum": 1, + "maximum": 2147483647 + } } } }, diff --git a/v2020_06_15/open-api-3/api-schema.yml b/v2020_06_15/open-api-3/api-schema.yml index c4c68d3..2d32891 100644 --- a/v2020_06_15/open-api-3/api-schema.yml +++ b/v2020_06_15/open-api-3/api-schema.yml @@ -20821,6 +20821,14 @@ components: description: 発生日 (yyyy-mm-dd) example: '2019-12-17' type: string + receipt_ids: + description: 証憑ファイルID(ファイルボックスのファイルID)(配列) + items: + example: 1 + maximum: 2147483647 + minimum: 1 + type: integer + type: array required: - company_id - details @@ -20952,6 +20960,14 @@ components: description: 発生日 (yyyy-mm-dd) example: '2019-12-17' type: string + receipt_ids: + description: 証憑ファイルID(ファイルボックスのファイルID)(配列) + items: + example: 1 + maximum: 2147483647 + minimum: 1 + type: integer + type: array required: - company_id - details @@ -21133,6 +21149,17 @@ components: description: 発生日 (yyyy-mm-dd) example: '2019-12-17' type: string + receipt_ids: + description: 証憑ファイルID(ファイルボックスのファイルID) + example: + - 1 + - 2 + - 3 + items: + maximum: 2147483647 + minimum: 1 + type: integer + type: array txn_number: description: 仕訳番号 example: 2CX05