action naviplancentral_expense_types_get_by_country { label: "ExpenseTypes_GetByCountry" 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" encoding: json input: { type: "object" properties: { country: { type: "string" } } required: ["country"] additionalProperties: false } output: { type: "object" additionalProperties: true } }