From 46fa8233d51e9847b07ef2c208bbfca5fe118459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=BE=E7=94=B0=E6=B7=B3=E5=8F=B8?= Date: Tue, 14 Oct 2025 20:43:21 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20DEV-8438=20=E7=B4=8D=E5=93=81=E6=9B=B8?= =?UTF-8?q?=E5=82=99=E8=80=83=E3=82=92=E8=A8=98=E8=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api.md | 2 +- includes/api/packing_slips.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/api.md b/api.md index 345fa9e..030638c 100755 --- a/api.md +++ b/api.md @@ -14,7 +14,7 @@ HOST: https://web.zaico.co.jp ご不便をおかけしますが、ご了承のほどよろしくお願いいたします。 -2024年11月27日更新 +2025年10月14日更新 diff --git a/includes/api/packing_slips.md b/includes/api/packing_slips.md index 3682d9d..b8e5288 100644 --- a/includes/api/packing_slips.md +++ b/includes/api/packing_slips.md @@ -23,6 +23,7 @@ * estimated_delivery_date : 出庫予定日 * この出庫予定日は出庫データの物品のうち、最も早い出庫予定日を表示します * memo : 出庫メモ + * note: 納品書備考 * created_at : 出庫データ作成日 * updated_at : 出庫データ更新日 * deliveries : 出庫データに登録している在庫データ一覧 @@ -171,6 +172,7 @@ * status=before_delivery * delivery_dateは不要 * memo : 出庫メモ + * note: 納品書備考 * deliveries : 対象となる在庫データの配列 * 以下のパラメータを含むオブジェクトを配列の要素とします * inventory_id : 在庫データID @@ -244,6 +246,7 @@ * estimated_delivery_date : 出庫予定日 * この出庫予定日は出庫データの物品のうち、最も早い出庫予定日を表示します * memo : 出庫メモ + * note: 納品書備考 * created_at : 出庫データ作成日 * updated_at : 出庫データ更新日 * deliveries : 出庫データに登録している在庫データ一覧 @@ -340,6 +343,7 @@ * num : 出庫データ番号(ユーザーが任意に設定できる番号) * customer_name : 取引先名 * memo : 出庫メモ + * note: 納品書備考 * deliveries : 対象となる在庫データの配列 * 以下のパラメータを含むオブジェクトを配列の要素とします * inventory_id : 在庫データID