v1

latestOpenAPI 3.0.1No Permission2026-07-13590123.0 KB
Contracts

Deliver Cargo to Contract

Deliver cargo to a contract.

In order to use this API, a ship must be at the delivery location (denoted in the delivery terms as destinationSymbol of a contract) and must have a number of units of a good required by this contract in its cargo.

Cargo that was delivered will be removed from the ship's cargo.

post/my/contracts/{contractId}/deliver

Path parameters

contractIdstring required

The ID of the contract.

Request body

shipSymbolstring required

Symbol of a ship located in the destination to deliver a contract and that has a good to deliver in its cargo.

tradeSymbolstring required

The symbol of the good to deliver.

unitsinteger required

Amount of units to deliver.

Response

Successfully delivered cargo to contract.