GET AdminApi/Delivery/GetProvinceByCountryZoneForSelectALL?zoneId={zoneId}&exId={exId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
zoneId

globally unique identifier

Required

exId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CountryZoneView
NameDescriptionTypeAdditional information
CountryId

integer

None.

Province

Collection of KeyValue

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CountryId": 1,
    "Province": [
      {
        "Id": "sample string 1",
        "Text": "sample string 2"
      },
      {
        "Id": "sample string 1",
        "Text": "sample string 2"
      }
    ]
  },
  {
    "CountryId": 1,
    "Province": [
      {
        "Id": "sample string 1",
        "Text": "sample string 2"
      },
      {
        "Id": "sample string 1",
        "Text": "sample string 2"
      }
    ]
  }
]