action orghunter_post_v1_charitybasic { label: "Get details!" description: "
This operation detail data.
" provider: orghunter method: POST path: "/v1/charitybasic" encoding: json input: { type: "object" properties: { ein: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }