Get provinces by country id

Request
path Parameters
countryId
required
string

CountryId

query Parameters
refresh
string

Send false when using server cache is fine

Responses
200

Expected data returned

500

Error message returned

get/parameter/v2/country/{countryId}/provinces
Request samples
curl -i -X GET \
  'https://qa-web-02.qima.com/parameter/v2/country/{countryId}/provinces?refresh=string'
Response samples
application/json
[
  • {
    }
]