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