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