Fleet

Transfer Cargo

Transfer cargo between ships.

The receiving ship must be in the same waypoint as the transferring ship, and it must able to hold the additional cargo after the transfer is complete. Both ships also must be in the same state, either both are docked or both are orbiting.

The response body's cargo shows the cargo of the transferring ship after the transfer is complete.

post/my/ships/{shipSymbol}/transfer

Path parameters

shipSymbolstring required

The transferring ship's symbol.

Request body

tradeSymbolTradeSymbolJson required— unresolved $ref
unitsinteger required

Amount of units to transfer.

shipSymbolstring required

The symbol of the ship to transfer to.

Response

Transfer successful.

Changes

Changed in 5 of the 50 revisions of this API.315

    • added the new path request parameter shipSymbol

      new-request-path-parameter

    • the request property type changed from string to no type

      request-property-type-changed

    • api tag Fleet added

      api-tag-added

    • api tag fleet removed

      api-tag-removed

    • endpoint added

      endpoint-added

  • 86f8c56c4690112See the full diff
    • the request property type changed from no type to string

      request-property-type-changed

    • deleted the path request parameter shipSymbol

      request-parameter-removed

    • api tag fleet added

      api-tag-added

    • api tag Fleet removed

      api-tag-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 50 revisions, 2 have no diff computed.