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