action naviplancentral_income_types_get_by_country { label: "IncomeTypes_GetByCountry" description: "Description: This operation retrieves all Income Types for the specified country.
\n Purpose: Provides access to the Income Types including id and type description." provider: naviplancentral method: GET path: "/api/IncomeTypes" encoding: json input: { type: "object" properties: { country: { type: "string" } } required: ["country"] additionalProperties: false } output: { type: "object" additionalProperties: true } }