|
176 | 176 | "minimum": 0, |
177 | 177 | "maximum": 2147483647 |
178 | 178 | } |
| 179 | + }, |
| 180 | + { |
| 181 | + "name": "sales_management_origin", |
| 182 | + "in": "query", |
| 183 | + "required": false, |
| 184 | + "description": "freee販売から作成された帳票データを含める。trueを指定する場合はfreee販売から作成された帳票へのアクセス権限が必要です。", |
| 185 | + "schema": { |
| 186 | + "type": "boolean", |
| 187 | + "default": false |
| 188 | + } |
179 | 189 | } |
180 | 190 | ], |
181 | 191 | "responses": { |
|
764 | 774 | "minimum": 0, |
765 | 775 | "maximum": 2147483647 |
766 | 776 | } |
| 777 | + }, |
| 778 | + { |
| 779 | + "name": "sales_management_origin", |
| 780 | + "in": "query", |
| 781 | + "required": false, |
| 782 | + "description": "freee販売から作成された帳票データを含める。trueを指定する場合はfreee販売から作成された帳票へのアクセス権限が必要です。", |
| 783 | + "schema": { |
| 784 | + "type": "boolean", |
| 785 | + "default": false |
| 786 | + } |
767 | 787 | } |
768 | 788 | ], |
769 | 789 | "responses": { |
|
1325 | 1345 | "minimum": 0, |
1326 | 1346 | "maximum": 2147483647 |
1327 | 1347 | } |
| 1348 | + }, |
| 1349 | + { |
| 1350 | + "name": "sales_management_origin", |
| 1351 | + "in": "query", |
| 1352 | + "required": false, |
| 1353 | + "description": "freee販売から作成された帳票データを含める。trueを指定する場合はfreee販売から作成された帳票へのアクセス権限が必要です。", |
| 1354 | + "schema": { |
| 1355 | + "type": "boolean", |
| 1356 | + "default": false |
| 1357 | + } |
1328 | 1358 | } |
1329 | 1359 | ], |
1330 | 1360 | "responses": { |
|
2354 | 2384 | "amount_including_tax", |
2355 | 2385 | "amount_excluding_tax", |
2356 | 2386 | "amount_tax", |
2357 | | - "partner_id" |
| 2387 | + "partner_id", |
| 2388 | + "report_url" |
2358 | 2389 | ], |
2359 | 2390 | "properties": { |
2360 | 2391 | "id": { |
|
2511 | 2542 | ], |
2512 | 2543 | "nullable": true, |
2513 | 2544 | "description": "URL共有で送付された送付先のメールのダウンロードステータス" |
| 2545 | + }, |
| 2546 | + "report_url": { |
| 2547 | + "type": "string", |
| 2548 | + "format": "uri", |
| 2549 | + "description": "帳票詳細ページのURL" |
| 2550 | + }, |
| 2551 | + "sales_management_origin": { |
| 2552 | + "type": "boolean", |
| 2553 | + "description": "freee販売から作成された帳票かどうか" |
2514 | 2554 | } |
2515 | 2555 | } |
2516 | 2556 | }, |
|
2861 | 2901 | "amount_excluding_tax", |
2862 | 2902 | "amount_tax", |
2863 | 2903 | "partner_id", |
2864 | | - "lines" |
| 2904 | + "lines", |
| 2905 | + "report_url" |
2865 | 2906 | ], |
2866 | 2907 | "properties": { |
2867 | 2908 | "id": { |
|
3233 | 3274 | "$ref": "#/components/schemas/DeliverySlipResponse_delivery_slip_lines" |
3234 | 3275 | }, |
3235 | 3276 | "description": "納品書の明細行" |
| 3277 | + }, |
| 3278 | + "report_url": { |
| 3279 | + "type": "string", |
| 3280 | + "format": "uri", |
| 3281 | + "description": "帳票詳細ページのURL" |
3236 | 3282 | } |
3237 | 3283 | } |
3238 | 3284 | }, |
|
3423 | 3469 | "amount_excluding_tax", |
3424 | 3470 | "amount_tax", |
3425 | 3471 | "partner_id", |
3426 | | - "lines" |
| 3472 | + "lines", |
| 3473 | + "report_url" |
3427 | 3474 | ], |
3428 | 3475 | "properties": { |
3429 | 3476 | "id": { |
|
3772 | 3819 | ], |
3773 | 3820 | "nullable": true, |
3774 | 3821 | "description": "URL共有で送付された送付先のメールのダウンロードステータス" |
| 3822 | + }, |
| 3823 | + "report_url": { |
| 3824 | + "type": "string", |
| 3825 | + "format": "uri", |
| 3826 | + "description": "帳票詳細ページのURL" |
| 3827 | + }, |
| 3828 | + "sales_management_origin": { |
| 3829 | + "type": "boolean", |
| 3830 | + "description": "freee販売から作成された帳票かどうか" |
3775 | 3831 | } |
3776 | 3832 | } |
3777 | 3833 | }, |
|
3879 | 3935 | "amount_excluding_tax", |
3880 | 3936 | "amount_tax", |
3881 | 3937 | "amount_brought_forward", |
3882 | | - "partner_id" |
| 3938 | + "partner_id", |
| 3939 | + "report_url" |
3883 | 3940 | ], |
3884 | 3941 | "properties": { |
3885 | 3942 | "id": { |
|
4061 | 4118 | ], |
4062 | 4119 | "nullable": true, |
4063 | 4120 | "description": "URL共有で送付された送付先のメールのダウンロードステータス" |
| 4121 | + }, |
| 4122 | + "report_url": { |
| 4123 | + "type": "string", |
| 4124 | + "format": "uri", |
| 4125 | + "description": "帳票詳細ページのURL" |
| 4126 | + }, |
| 4127 | + "sales_management_origin": { |
| 4128 | + "type": "boolean", |
| 4129 | + "description": "freee販売から作成された帳票かどうか" |
4064 | 4130 | } |
4065 | 4131 | } |
4066 | 4132 | }, |
|
4454 | 4520 | "amount_tax", |
4455 | 4521 | "amount_brought_forward", |
4456 | 4522 | "partner_id", |
4457 | | - "lines" |
| 4523 | + "lines", |
| 4524 | + "report_url" |
4458 | 4525 | ], |
4459 | 4526 | "properties": { |
4460 | 4527 | "id": { |
|
4839 | 4906 | "$ref": "#/components/schemas/InvoiceResponse_invoice_lines" |
4840 | 4907 | }, |
4841 | 4908 | "description": "請求書の明細行" |
| 4909 | + }, |
| 4910 | + "report_url": { |
| 4911 | + "type": "string", |
| 4912 | + "format": "uri", |
| 4913 | + "description": "帳票詳細ページのURL" |
4842 | 4914 | } |
4843 | 4915 | } |
4844 | 4916 | }, |
|
5041 | 5113 | "amount_tax", |
5042 | 5114 | "amount_brought_forward", |
5043 | 5115 | "partner_id", |
5044 | | - "lines" |
| 5116 | + "lines", |
| 5117 | + "report_url" |
5045 | 5118 | ], |
5046 | 5119 | "properties": { |
5047 | 5120 | "id": { |
|
5423 | 5496 | ], |
5424 | 5497 | "nullable": true, |
5425 | 5498 | "description": "URL共有で送付された送付先のメールのダウンロードステータス" |
| 5499 | + }, |
| 5500 | + "report_url": { |
| 5501 | + "type": "string", |
| 5502 | + "format": "uri", |
| 5503 | + "description": "帳票詳細ページのURL" |
| 5504 | + }, |
| 5505 | + "sales_management_origin": { |
| 5506 | + "type": "boolean", |
| 5507 | + "description": "freee販売から作成された帳票かどうか" |
5426 | 5508 | } |
5427 | 5509 | } |
5428 | 5510 | }, |
|
5534 | 5616 | "amount_including_tax", |
5535 | 5617 | "amount_excluding_tax", |
5536 | 5618 | "amount_tax", |
5537 | | - "partner_id" |
| 5619 | + "partner_id", |
| 5620 | + "report_url" |
5538 | 5621 | ], |
5539 | 5622 | "properties": { |
5540 | 5623 | "id": { |
|
5667 | 5750 | ], |
5668 | 5751 | "nullable": true, |
5669 | 5752 | "description": "URL共有で送付された送付先のメールのダウンロードステータス" |
| 5753 | + }, |
| 5754 | + "report_url": { |
| 5755 | + "type": "string", |
| 5756 | + "format": "uri", |
| 5757 | + "description": "帳票詳細ページのURL" |
| 5758 | + }, |
| 5759 | + "sales_management_origin": { |
| 5760 | + "type": "boolean", |
| 5761 | + "description": "freee販売から作成された帳票かどうか" |
5670 | 5762 | } |
5671 | 5763 | } |
5672 | 5764 | }, |
|
5978 | 6070 | "amount_excluding_tax", |
5979 | 6071 | "amount_tax", |
5980 | 6072 | "partner_id", |
5981 | | - "lines" |
| 6073 | + "lines", |
| 6074 | + "report_url" |
5982 | 6075 | ], |
5983 | 6076 | "properties": { |
5984 | 6077 | "id": { |
|
6317 | 6410 | "$ref": "#/components/schemas/QuotationResponse_quotation_lines" |
6318 | 6411 | }, |
6319 | 6412 | "description": "見積書の明細行" |
| 6413 | + }, |
| 6414 | + "report_url": { |
| 6415 | + "type": "string", |
| 6416 | + "format": "uri", |
| 6417 | + "description": "帳票詳細ページのURL" |
6320 | 6418 | } |
6321 | 6419 | } |
6322 | 6420 | }, |
|
6445 | 6543 | "amount_excluding_tax", |
6446 | 6544 | "amount_tax", |
6447 | 6545 | "partner_id", |
6448 | | - "lines" |
| 6546 | + "lines", |
| 6547 | + "report_url" |
6449 | 6548 | ], |
6450 | 6549 | "properties": { |
6451 | 6550 | "id": { |
|
6780 | 6879 | ], |
6781 | 6880 | "nullable": true, |
6782 | 6881 | "description": "URL共有で送付された送付先のメールのダウンロードステータス" |
| 6882 | + }, |
| 6883 | + "report_url": { |
| 6884 | + "type": "string", |
| 6885 | + "format": "uri", |
| 6886 | + "description": "帳票詳細ページのURL" |
| 6887 | + }, |
| 6888 | + "sales_management_origin": { |
| 6889 | + "type": "boolean", |
| 6890 | + "description": "freee販売から作成された帳票かどうか" |
6783 | 6891 | } |
6784 | 6892 | } |
6785 | 6893 | }, |
|
6886 | 6994 | "amount_including_tax", |
6887 | 6995 | "amount_excluding_tax", |
6888 | 6996 | "amount_tax", |
6889 | | - "partner_id" |
| 6997 | + "partner_id", |
| 6998 | + "report_url" |
6890 | 6999 | ], |
6891 | 7000 | "properties": { |
6892 | 7001 | "id": { |
|
7043 | 7152 | ], |
7044 | 7153 | "nullable": true, |
7045 | 7154 | "description": "URL共有で送付された送付先のメールのダウンロードステータス" |
| 7155 | + }, |
| 7156 | + "report_url": { |
| 7157 | + "type": "string", |
| 7158 | + "format": "uri", |
| 7159 | + "description": "帳票詳細ページのURL" |
7046 | 7160 | } |
7047 | 7161 | } |
7048 | 7162 | }, |
|
7371 | 7485 | "amount_excluding_tax", |
7372 | 7486 | "amount_tax", |
7373 | 7487 | "partner_id", |
7374 | | - "lines" |
| 7488 | + "lines", |
| 7489 | + "report_url" |
7375 | 7490 | ], |
7376 | 7491 | "properties": { |
7377 | 7492 | "id": { |
|
7703 | 7818 | "$ref": "#/components/schemas/ReceiptResponse_receipt_lines" |
7704 | 7819 | }, |
7705 | 7820 | "description": "領収書の明細行" |
| 7821 | + }, |
| 7822 | + "report_url": { |
| 7823 | + "type": "string", |
| 7824 | + "format": "uri", |
| 7825 | + "description": "帳票詳細ページのURL" |
7706 | 7826 | } |
7707 | 7827 | } |
7708 | 7828 | }, |
|
7893 | 8013 | "amount_excluding_tax", |
7894 | 8014 | "amount_tax", |
7895 | 8015 | "partner_id", |
7896 | | - "lines" |
| 8016 | + "lines", |
| 8017 | + "report_url" |
7897 | 8018 | ], |
7898 | 8019 | "properties": { |
7899 | 8020 | "id": { |
|
8242 | 8363 | ], |
8243 | 8364 | "nullable": true, |
8244 | 8365 | "description": "URL共有で送付された送付先のメールのダウンロードステータス" |
| 8366 | + }, |
| 8367 | + "report_url": { |
| 8368 | + "type": "string", |
| 8369 | + "format": "uri", |
| 8370 | + "description": "帳票詳細ページのURL" |
8245 | 8371 | } |
8246 | 8372 | } |
8247 | 8373 | }, |
|
0 commit comments