GET v1/Province/GetProvinceByCountryId?CountryId={CountryId}&LanguageId={LanguageId}

获取国家下省份信息

Request Information

Parameters

NameDescriptionAdditional information
CountryId
国家ID

Define this parameter in the request URI.

LanguageId
语言类型

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "ProvinceId": "sample string 1",
    "ProvinceIdOld": 2,
    "ProvinceName": "sample string 3",
    "CountryIdOld": 4,
    "Longitude": 5.0,
    "Latitude": 6.0,
    "CountryId": "sample string 7",
    "Country": {
      "CountryId": "sample string 1",
      "CountryIdOld": 2,
      "CountryName": "sample string 3",
      "CountryEnname": "sample string 4",
      "Longitude": 5.0,
      "Latitude": 6.0,
      "CountryInterval": 7,
      "Sorttype": 8,
      "groupById": "sample string 9",
      "key_Id": "sample string 10",
      "Datalocation": 11,
      "Inserttime": "2025-05-12T05:49:37.7208597+08:00",
      "Severaddress": "sample string 13",
      "Status": 14
    },
    "groupById": "sample string 8",
    "key_Id": "sample string 9",
    "Datalocation": 10,
    "Inserttime": "2025-05-12T05:49:37.7208597+08:00",
    "Severaddress": "sample string 12",
    "Status": 13
  },
  {
    "ProvinceId": "sample string 1",
    "ProvinceIdOld": 2,
    "ProvinceName": "sample string 3",
    "CountryIdOld": 4,
    "Longitude": 5.0,
    "Latitude": 6.0,
    "CountryId": "sample string 7",
    "Country": {
      "CountryId": "sample string 1",
      "CountryIdOld": 2,
      "CountryName": "sample string 3",
      "CountryEnname": "sample string 4",
      "Longitude": 5.0,
      "Latitude": 6.0,
      "CountryInterval": 7,
      "Sorttype": 8,
      "groupById": "sample string 9",
      "key_Id": "sample string 10",
      "Datalocation": 11,
      "Inserttime": "2025-05-12T05:49:37.7208597+08:00",
      "Severaddress": "sample string 13",
      "Status": 14
    },
    "groupById": "sample string 8",
    "key_Id": "sample string 9",
    "Datalocation": 10,
    "Inserttime": "2025-05-12T05:49:37.7208597+08:00",
    "Severaddress": "sample string 12",
    "Status": 13
  },
  {
    "ProvinceId": "sample string 1",
    "ProvinceIdOld": 2,
    "ProvinceName": "sample string 3",
    "CountryIdOld": 4,
    "Longitude": 5.0,
    "Latitude": 6.0,
    "CountryId": "sample string 7",
    "Country": {
      "CountryId": "sample string 1",
      "CountryIdOld": 2,
      "CountryName": "sample string 3",
      "CountryEnname": "sample string 4",
      "Longitude": 5.0,
      "Latitude": 6.0,
      "CountryInterval": 7,
      "Sorttype": 8,
      "groupById": "sample string 9",
      "key_Id": "sample string 10",
      "Datalocation": 11,
      "Inserttime": "2025-05-12T05:49:37.7208597+08:00",
      "Severaddress": "sample string 13",
      "Status": 14
    },
    "groupById": "sample string 8",
    "key_Id": "sample string 9",
    "Datalocation": 10,
    "Inserttime": "2025-05-12T05:49:37.7208597+08:00",
    "Severaddress": "sample string 12",
    "Status": 13
  }
]