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