Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ HOST: https://web.zaico.co.jp
ご不便をおかけしますが、ご了承のほどよろしくお願いいたします。
</div>

2024年11月27日更新
2025年10月14日更新

<!-- include(includes/authorization.md) -->

Expand Down
4 changes: 4 additions & 0 deletions includes/api/packing_slips.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* estimated_delivery_date : 出庫予定日
* この出庫予定日は出庫データの物品のうち、最も早い出庫予定日を表示します
* memo : 出庫メモ
* note: 納品書備考
* created_at : 出庫データ作成日
* updated_at : 出庫データ更新日
* deliveries : 出庫データに登録している在庫データ一覧
Expand Down Expand Up @@ -171,6 +172,7 @@
* status=before_delivery
* delivery_dateは不要
* memo : 出庫メモ
* note: 納品書備考
* deliveries : 対象となる在庫データの配列
* 以下のパラメータを含むオブジェクトを配列の要素とします
* inventory_id : 在庫データID
Expand Down Expand Up @@ -244,6 +246,7 @@
* estimated_delivery_date : 出庫予定日
* この出庫予定日は出庫データの物品のうち、最も早い出庫予定日を表示します
* memo : 出庫メモ
* note: 納品書備考
* created_at : 出庫データ作成日
* updated_at : 出庫データ更新日
* deliveries : 出庫データに登録している在庫データ一覧
Expand Down Expand Up @@ -340,6 +343,7 @@
* num : 出庫データ番号(ユーザーが任意に設定できる番号)
* customer_name : 取引先名
* memo : 出庫メモ
* note: 納品書備考
* deliveries : 対象となる在庫データの配列
* 以下のパラメータを含むオブジェクトを配列の要素とします
* inventory_id : 在庫データID
Expand Down