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