List corporation customs offices
GET
/corporations/{corporation_id}/customs_offices/
Planetary Interaction
/dev/corporations/{corporation_id}/customs_offices/
/legacy/corporations/{corporation_id}/customs_offices/
/v1/corporations/{corporation_id}/customs_offices/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/corporations//customs_offices/'
Response Response Example
200 - response
[
{
"alliance_tax_rate": 0.1,
"allow_access_with_standings": true,
"allow_alliance_access": false,
"corporation_tax_rate": 0.02,
"excellent_standing_tax_rate": 0.05,
"good_standing_tax_rate": 0.2,
"neutral_standing_tax_rate": 0.5,
"office_id": 1000000014530,
"reinforce_exit_end": 1,
"reinforce_exit_start": 23,
"standing_level": "neutral",
"system_id": 30003657
}
]
Request
Path Params
corporation_id
integerÂ
required
Query Params
datasource
stringÂ
optional
page
integerÂ
optional
token
stringÂ
optional
Header Params
If-None-Match
stringÂ
optional
Responses
Modified at 2023-08-15 09:13:25