action naviplancentral_states_provinces_get_by_country { label: "StatesProvinces_GetByCountry" description: "Description: This operation retrieves all States and Provinces for the specified country.
\n Purpose: Provides access to the States and Provinces." provider: naviplancentral method: GET path: "/api/StatesProvinces" encoding: json input: { type: "object" properties: { country: { type: "string" } } required: ["country"] additionalProperties: false } output: { type: "object" additionalProperties: true } }