Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Possible to specify which voyages and cargoes to copy : (From available from version 6.17):

Copy with specified fields includes:

  • Vessels

    • MASTER: all future allocated voyages with their cargoes for specified vesselsBudget

    • Non-budget: all allocated voyages with their cargoes for specified vesselsNon-budget

    • Budget: all allocated voyages with their cargoes for specified vessels

  • Voyages

    • Non-budget: All all specified voyagesvoyage commitments

    • Budget: N/A

  • Cargoes

    • Non-budget: All all specified cargoescargo commitments

    • Budget: N/A

Example:

Code Block
{
   "vessels":[
      {
         "key":1609791
      }
   ],
   "voyages":[
      {
         "key":13485729
      }
   ],
   "cargos":[
      {
         "key":18438432
      }
   ],
   "scenarioName":"Copy of Scenario"
}

...