Toggles the ship hull for a specified officer (by race id). This hull can be bought , or it can be Standard issue.
Data | Description |
---|---|
apikey | Player's existing API key |
raceid | Race (ID) to toggle the hull for |
hullid | ID for the hull that is being toggled |
If the process is successful, the following response is generated.
Data | Description |
---|---|
success | True |
activehulls |
Comma seperated list of numbers of hulls active for the current race
(e.g. 15,16,17,18,78,79,80,81,82,83,85,104,105,1090,107,1084, ) |
{"success":false,"error":"Missing required parameter - apikey"}
{"success":false,"error":"Missing required parameter - raceid"}
{"success":false,"error":"Missing required parameter - hullid"}
{"success":false,"error":"Parameter hullid is in an incorrect format."}