GET entity/get_nation_list

国家(地区)码列表

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

国家(地区)码列表

DataResponseOfListOfNationListViewModel
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

success

boolean

None.

data

Collection of NationListViewModel

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "success": true,
  "data": [
    {
      "nation_id": 1,
      "country_or_region": "sample string 2",
      "abbreviation": "sample string 3",
      "nation_code": 4
    },
    {
      "nation_id": 1,
      "country_or_region": "sample string 2",
      "abbreviation": "sample string 3",
      "nation_code": 4
    }
  ]
}