Systems

Supply Construction Site

Supply a construction site with the specified good. Requires a waypoint with a property of isUnderConstruction to be true.

The good must be in your ship's cargo. The good will be removed from your ship's cargo and added to the construction site's materials.

post/systems/{systemSymbol}/waypoints/{waypointSymbol}/construction/supply

Path parameters

systemSymbolstring required

The system symbol

waypointSymbolstring required

The waypoint symbol

Request body

shipSymbolstring required

Symbol of the ship to use.

tradeSymbolstring required

The symbol of the good to supply.

unitsinteger required

Amount of units to supply.

Response

Successfully supplied construction site.

Changes

Changed in 4 of the 50 revisions of this API.42

    • added the new path request parameter systemSymbol

      new-request-path-parameter

    • added the new path request parameter waypointSymbol

      new-request-path-parameter

  • 3b4765a1bd2c11See the full diff
    • removed the success response with the status 200

      response-success-status-removed

    • added the success response with the status 201

      response-success-status-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    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.