| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The ID of the operation. If the operation represents an existing operation, ID is required. If the operation represents a new operation, ID should be null or 0. |
integer |
None. |
| TransferPlanId |
The ID of the transfer plan of which this operation is a part. |
integer |
Required |
| Thresholds |
A list of metocean tolerances. |
Collection of MetoceanThresholdReference |
None. |
| Vessel |
A reference to the vessel performing the operation. |
Reference |
None. |
| Asset1 |
If the operation involves a transit, a reference to the asset which defines the starting point of the transit. If the operation does not involve a transit, a reference the asset at which the operation is performed. |
Reference |
Required |
| Asset2 |
If the operation involves a transit, a reference to the asset which defines the end point of the transit. If the operation does not involve a transit, not specified. |
Reference |
None. |
| StageDurations |
If the operation involves a transit, a list of the distinct legs (stages) of the transit. If the operation does not involve a transit, a list containing the single stage of the operation. If the operation involves a transit, passing null or an empty list results in the template stage durations being applied to this operation. |
Collection of StageDurationNew |
None. |
| Name |
The name of the operation. |
string |
Required String length: inclusive between 0 and 100 |
| Type |
The type of the operation. |
TransferPlanOperationType |
Required |
| Order |
The order of the operation within the transfer plan. |
integer |
Range: inclusive between 1 and 2147483647 |
| HasThresholds |
Indicates whether or not the operation is sensitive to metocean conditions. |
boolean |
Required |
| Description |
A description of the operation. |
string |
None. |
| WaitsForOperationOrder |
Optional. The order of another operation in the transfer plan. The current operation cannot start until the specified operation completes. |
integer |
None. |