PATCH /API/v2/Terminals/VesselSchedules/Update/{vesselScheduleId}
ターミナルの本船動静を更新します。 本船動静ID(***vesselScheduleId***)に該当するターミナルでの本船動静を更新します。 ターミナルの本船動静を削除するには、その利用者がそのターミナルを運営する組織に所属している必要があります。 ターミナルの本船動静に関する詳細については、[ターミナルの本船動静について]()を参照ください。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vesselScheduleId | 本船動静ID |
String |
Required Max length: 36 |
Body Parameters
v2.TerminalVesselSchedule_Update
| Name | Description | Type | Additional information |
|---|---|---|---|
| shipName | 本船名 |
String, Null |
Max length: 50 |
| callsign | コールサイン |
String, Null |
Max length: 9 |
| importVoyageNo | 輸入Voyage |
String, Null |
Max length: 15 |
| exportVoyageNo | 輸出Voyage |
String, Null |
Max length: 15 |
| scacCode | SCACコード |
String, Null |
Max length: 4 |
| berthName | バース名 |
String, Null |
Max length: 60 |
| operatingCarrierName | 運航オペレーター名 |
String, Null |
Max length: 60 |
| vesselOperatorName | 船舶オペレーター名 |
String, Null |
Max length: 60 |
| serviceName | サービス名 |
String, Null |
Max length: 60 |
| route | 航路 |
String, Null |
Max length: 60 |
| previousPortCode | 前港コード |
String, Null |
Max length: 5 |
| previousPortDepartureAt | 前港離岸日時 |
String, Null |
Format : date-time |
| nextPortCode | 次港コード |
String, Null |
Max length: 5 |
| estimatedBerthArrivalAt | 着岸予定日時 |
String, Null |
Format : date-time |
| actualBerthArrivalAt | 着岸実績日時 |
String, Null |
Format : date-time |
| estimatedCargoHandlingAt | 荷役開始予定日時 |
String, Null |
Format : date-time |
| actualCargoHandlingAt | 荷役開始実績日時 |
String, Null |
Format : date-time |
| estimatedBerthDepartureAt | 離岸予定日時 |
String, Null |
Format : date-time |
| actualBerthDepartureAt | 離岸実績日時 |
String, Null |
Format : date-time |
| cyOpenDate | CYオープン日 |
String, Null |
Format : date |
| rfOpenDate | RFオープン日 |
String, Null |
Format : date |
| dgOpenDate | DGオープン日 |
String, Null |
Format : date |
| cyCutDate | CYカット日 |
String, Null |
Format : date |
| docCutDate | DOCカット日 |
String, Null |
Format : date |
| drCutDate | D/Rカット日 |
String, Null |
Format : date |
| bulkDeliveryAt | 一括搬入日時 |
String, Null |
Format : date-time |
| directDeliveryAt | 個別搬入日時(HDS) |
String, Null |
Format : date-time |
| delayReason | 遅延理由 |
String, Null |
None. |
| delayedDays | 遅延日数 |
Integer, Null |
None. |
| directDeliveryAvailableFlag | 個別搬入対応可否フラグ |
Boolean, Null |
None. |
| portCallConfirmedFlag | 入出港確定フラグ |
Boolean, Null |
None. |
| deliveryAvailableFlag | 搬出受付開始フラグ |
Boolean, Null |
None. |
| emptyContainerAcceptanceOpenFlag | 空バン受付開始フラグ |
Boolean, Null |
None. |
| exportRemarks | 輸出での備考 |
String, Null |
None. |
| importRemarks | 輸入での備考 |
String, Null |
None. |
Response Information
Resource Description
None.