GET V2/Delivery?expressId={expressId}&countryId={countryId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
expressId

integer

Required

countryId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Province
NameDescriptionTypeAdditional information
Id

integer

None.

Code

string

None.

Name

string

None.

Name_e

string

None.

Name_c

string

None.

Name_s

string

None.

Name_j

string

None.

Language

string

None.

CountryId

integer

None.

is_Del

boolean

None.

date_changed

date

None.

provItem

Collection of MutiLanguage

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Code": "sample string 2",
    "Name": "sample string 3",
    "Name_e": "sample string 4",
    "Name_c": "sample string 5",
    "Name_s": "sample string 6",
    "Name_j": "sample string 7",
    "Language": "sample string 8",
    "CountryId": 9,
    "is_Del": true,
    "date_changed": "2024-09-20 03:02:33",
    "provItem": [
      {
        "Lang": {
          "Id": 1,
          "Text": "sample string 2",
          "Code": "sample string 3"
        },
        "Language": 0,
        "Desc": "sample string 1"
      },
      {
        "Lang": {
          "Id": 1,
          "Text": "sample string 2",
          "Code": "sample string 3"
        },
        "Language": 0,
        "Desc": "sample string 1"
      }
    ]
  },
  {
    "Id": 1,
    "Code": "sample string 2",
    "Name": "sample string 3",
    "Name_e": "sample string 4",
    "Name_c": "sample string 5",
    "Name_s": "sample string 6",
    "Name_j": "sample string 7",
    "Language": "sample string 8",
    "CountryId": 9,
    "is_Del": true,
    "date_changed": "2024-09-20 03:02:33",
    "provItem": [
      {
        "Lang": {
          "Id": 1,
          "Text": "sample string 2",
          "Code": "sample string 3"
        },
        "Language": 0,
        "Desc": "sample string 1"
      },
      {
        "Lang": {
          "Id": 1,
          "Text": "sample string 2",
          "Code": "sample string 3"
        },
        "Language": 0,
        "Desc": "sample string 1"
      }
    ]
  }
]