/api/fleet/collect-debris
/api/fleet/collect-debris
Dispatches a mission to harvest a debris field.
Method
POST
Request Structure
{
"sourcePlanetId": 74062,
"debrisId": 87906,
"ships": [
{
"shipDefId": 6,
"quantity": 50
}
]
}
Response Structure
{
"mission": 1899003
}
Notes
- Confirmed from the API client wrapper.
- Typically used together with
/api/fleet/system-debrisand/api/fleet/fuel-estimate.