Open nic-southern opened 6 years ago
@jeronica
This is already a thing i think. The context_id ties together the related transactions. For example that shows the tax paid for a copy ME research job, then another for the tax to the structure owner. Which is the current behavior you wanted for your feature request?
EDIT: @jeronica Clarified this is in the context of a structure owner, which doesn't offer the same info.
After some discussion on slack, explained that on the structure owner side we get the generic ref_type. Personal testing shows that the tax paid from the character is also the same ref_type to the structure corp, and the descriptive type is sent to SCC/NPC.
I guess the request would be to add/replace the context_id_type, if at all possible, or a way to differentiate between industry job types.
Feature Request
Expansion of
corporations/{corporation_id}/wallets/{division}/journal/
Could we expand the corporation journal endpoint, so the ref_type returns more descriptive information? According to this page: https://github.com/esi/eve-glue/blob/master/eve_glue/wallet_journal_ref.py , the types are all there and they are listed on the swagger UI model. Currently it only returnsindustry_job_tax
. It would be very useful to have it return the others such as:Use case
Analytic tools and internal metrics for alliances/structure owners.
Authentication
Uses same auth as current
Example return
Checklist
Check all boxes that apply to this issue: