GET /API/v2/Trades/GetEmptyContainerPickups/{tradeNo}
取引内の空コンテナ搬出場所を取得します。 取引管理番号(***tradeNo***)を指定して、各帳票を通して登録された取引内の空コンテナ搬出場所を全て取得します。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tradeNo | 取引管理番号 |
String |
Required Max length: 20 |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| containerNo | コンテナ番号 |
String, Null |
Max length: 12 |
| pickupPlace |
Object, Null |
None. |
|
| phoneContactTo |
Object, Null |
None. |
|
| personInCharge |
Object, Null |
None. |
|
| containerPickUpNo | コンテナ搬出番号 |
String, Null |
None. |
| pickupDate | 引渡日 |
String, Null |
Format : date-time |
| pickupTerms | 引渡条件 |
String, Null |
None. |
| scheduledAt | コンテナ搬出予定日時 |
String, Null |
Format : date-time |
| actualAt | コンテナ搬出実績日時 |
String, Null |
Format : date-time |
| remark | 摘要 |
String, Null |
None. |