Receiving
入庫情報を取得、更新します。
Columns
| Name | Type | ReadOnly | References | Description |
| ReceivingId [KEY] | Integer | True |
入庫ID | |
| ReceivingDate [KEY] | Date | False |
入庫日 | |
| IdentificationNo | String | True |
識別番号:入庫情報を管理するための任意の文字列を設定出来る項目。 | |
| InsDateTime | Datetime | True |
作成日時:登録時の日時。 | |
| Memo | String | False |
メモ | |
| ReceivingExpectedDateFrom | Date | True |
入庫予定日From: | |
| ReceivingExpectedDateTo | Date | True |
入庫予定日To: | |
| ReceivingStoreId | Integer | True |
入庫店舗ID | |
| ShippingId | Integer | True |
出庫ID | |
| ShippingStoreId | Integer | True |
出庫店舗ID | |
| StaffId | Integer | False |
スタッフID:入庫登録時のスタッフID | |
| Status | String | True |
入庫ステータス:(0:未入庫、1:検品中、2:入庫完了) | |
| UpdDateTime | Datetime | True | ||
| Details | String | False |
入庫明細(with_details=all時のみ返される) |