GET api/Database/GetDatabaseCountry

资料库所有国家及赛事

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

资料库所有国家及赛事

BaseJsonResultOfListOfContinent
NameDescriptionTypeAdditional information
Status

integer

None.

Data

Collection of Continent

None.

Message

string

None.

BackUrl

string

None.

ExecutionTime

string

None.

Response Formats

application/json, text/json

Sample:
{
  "<Status>k__BackingField": 1,
  "<Data>k__BackingField": [
    {
      "ContinentName": "sample string 1",
      "EventType": 1,
      "countrylist": [
        {
          "Name": "sample string 1",
          "AreaPK": 2,
          "Logo": "sample string 3",
          "countrymatchlist": [
            {
              "Name": "sample string 1",
              "PK": "sample string 2",
              "LogoImage": "sample string 3"
            },
            {
              "Name": "sample string 1",
              "PK": "sample string 2",
              "LogoImage": "sample string 3"
            }
          ]
        },
        {
          "Name": "sample string 1",
          "AreaPK": 2,
          "Logo": "sample string 3",
          "countrymatchlist": [
            {
              "Name": "sample string 1",
              "PK": "sample string 2",
              "LogoImage": "sample string 3"
            },
            {
              "Name": "sample string 1",
              "PK": "sample string 2",
              "LogoImage": "sample string 3"
            }
          ]
        }
      ],
      "continentmatchList": [
        {
          "Name": "sample string 1",
          "PK": "sample string 2",
          "LogoImage": "sample string 3"
        },
        {
          "Name": "sample string 1",
          "PK": "sample string 2",
          "LogoImage": "sample string 3"
        }
      ],
      "IsCountryMatch": true
    },
    {
      "ContinentName": "sample string 1",
      "EventType": 1,
      "countrylist": [
        {
          "Name": "sample string 1",
          "AreaPK": 2,
          "Logo": "sample string 3",
          "countrymatchlist": [
            {
              "Name": "sample string 1",
              "PK": "sample string 2",
              "LogoImage": "sample string 3"
            },
            {
              "Name": "sample string 1",
              "PK": "sample string 2",
              "LogoImage": "sample string 3"
            }
          ]
        },
        {
          "Name": "sample string 1",
          "AreaPK": 2,
          "Logo": "sample string 3",
          "countrymatchlist": [
            {
              "Name": "sample string 1",
              "PK": "sample string 2",
              "LogoImage": "sample string 3"
            },
            {
              "Name": "sample string 1",
              "PK": "sample string 2",
              "LogoImage": "sample string 3"
            }
          ]
        }
      ],
      "continentmatchList": [
        {
          "Name": "sample string 1",
          "PK": "sample string 2",
          "LogoImage": "sample string 3"
        },
        {
          "Name": "sample string 1",
          "PK": "sample string 2",
          "LogoImage": "sample string 3"
        }
      ],
      "IsCountryMatch": true
    }
  ],
  "<Message>k__BackingField": "sample string 2",
  "<BackUrl>k__BackingField": "sample string 3",
  "<ExecutionTime>k__BackingField": "sample string 4"
}

application/xml, text/xml

Sample:
<BaseJsonResultOfArrayOfContinentdUyn_SNwT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Berry.Entity">
  <_x003C_BackUrl_x003E_k__BackingField>sample string 3</_x003C_BackUrl_x003E_k__BackingField>
  <_x003C_Data_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/Berry.SOA.API.ParameterModel.DTO">
    <d2p1:Continent>
      <d2p1:ContinentName>sample string 1</d2p1:ContinentName>
      <d2p1:EventType>WorldCupEvents</d2p1:EventType>
      <d2p1:IsCountryMatch>true</d2p1:IsCountryMatch>
      <d2p1:continentmatchList>
        <d2p1:MatchList>
          <d2p1:LogoImage>sample string 3</d2p1:LogoImage>
          <d2p1:Name>sample string 1</d2p1:Name>
          <d2p1:PK>sample string 2</d2p1:PK>
        </d2p1:MatchList>
        <d2p1:MatchList>
          <d2p1:LogoImage>sample string 3</d2p1:LogoImage>
          <d2p1:Name>sample string 1</d2p1:Name>
          <d2p1:PK>sample string 2</d2p1:PK>
        </d2p1:MatchList>
      </d2p1:continentmatchList>
      <d2p1:countrylist>
        <d2p1:Country>
          <d2p1:AreaPK>2</d2p1:AreaPK>
          <d2p1:Logo>sample string 3</d2p1:Logo>
          <d2p1:Name>sample string 1</d2p1:Name>
          <d2p1:countrymatchlist>
            <d2p1:MatchList>
              <d2p1:LogoImage>sample string 3</d2p1:LogoImage>
              <d2p1:Name>sample string 1</d2p1:Name>
              <d2p1:PK>sample string 2</d2p1:PK>
            </d2p1:MatchList>
            <d2p1:MatchList>
              <d2p1:LogoImage>sample string 3</d2p1:LogoImage>
              <d2p1:Name>sample string 1</d2p1:Name>
              <d2p1:PK>sample string 2</d2p1:PK>
            </d2p1:MatchList>
          </d2p1:countrymatchlist>
        </d2p1:Country>
        <d2p1:Country>
          <d2p1:AreaPK>2</d2p1:AreaPK>
          <d2p1:Logo>sample string 3</d2p1:Logo>
          <d2p1:Name>sample string 1</d2p1:Name>
          <d2p1:countrymatchlist>
            <d2p1:MatchList>
              <d2p1:LogoImage>sample string 3</d2p1:LogoImage>
              <d2p1:Name>sample string 1</d2p1:Name>
              <d2p1:PK>sample string 2</d2p1:PK>
            </d2p1:MatchList>
            <d2p1:MatchList>
              <d2p1:LogoImage>sample string 3</d2p1:LogoImage>
              <d2p1:Name>sample string 1</d2p1:Name>
              <d2p1:PK>sample string 2</d2p1:PK>
            </d2p1:MatchList>
          </d2p1:countrymatchlist>
        </d2p1:Country>
      </d2p1:countrylist>
    </d2p1:Continent>
    <d2p1:Continent>
      <d2p1:ContinentName>sample string 1</d2p1:ContinentName>
      <d2p1:EventType>WorldCupEvents</d2p1:EventType>
      <d2p1:IsCountryMatch>true</d2p1:IsCountryMatch>
      <d2p1:continentmatchList>
        <d2p1:MatchList>
          <d2p1:LogoImage>sample string 3</d2p1:LogoImage>
          <d2p1:Name>sample string 1</d2p1:Name>
          <d2p1:PK>sample string 2</d2p1:PK>
        </d2p1:MatchList>
        <d2p1:MatchList>
          <d2p1:LogoImage>sample string 3</d2p1:LogoImage>
          <d2p1:Name>sample string 1</d2p1:Name>
          <d2p1:PK>sample string 2</d2p1:PK>
        </d2p1:MatchList>
      </d2p1:continentmatchList>
      <d2p1:countrylist>
        <d2p1:Country>
          <d2p1:AreaPK>2</d2p1:AreaPK>
          <d2p1:Logo>sample string 3</d2p1:Logo>
          <d2p1:Name>sample string 1</d2p1:Name>
          <d2p1:countrymatchlist>
            <d2p1:MatchList>
              <d2p1:LogoImage>sample string 3</d2p1:LogoImage>
              <d2p1:Name>sample string 1</d2p1:Name>
              <d2p1:PK>sample string 2</d2p1:PK>
            </d2p1:MatchList>
            <d2p1:MatchList>
              <d2p1:LogoImage>sample string 3</d2p1:LogoImage>
              <d2p1:Name>sample string 1</d2p1:Name>
              <d2p1:PK>sample string 2</d2p1:PK>
            </d2p1:MatchList>
          </d2p1:countrymatchlist>
        </d2p1:Country>
        <d2p1:Country>
          <d2p1:AreaPK>2</d2p1:AreaPK>
          <d2p1:Logo>sample string 3</d2p1:Logo>
          <d2p1:Name>sample string 1</d2p1:Name>
          <d2p1:countrymatchlist>
            <d2p1:MatchList>
              <d2p1:LogoImage>sample string 3</d2p1:LogoImage>
              <d2p1:Name>sample string 1</d2p1:Name>
              <d2p1:PK>sample string 2</d2p1:PK>
            </d2p1:MatchList>
            <d2p1:MatchList>
              <d2p1:LogoImage>sample string 3</d2p1:LogoImage>
              <d2p1:Name>sample string 1</d2p1:Name>
              <d2p1:PK>sample string 2</d2p1:PK>
            </d2p1:MatchList>
          </d2p1:countrymatchlist>
        </d2p1:Country>
      </d2p1:countrylist>
    </d2p1:Continent>
  </_x003C_Data_x003E_k__BackingField>
  <_x003C_ExecutionTime_x003E_k__BackingField>sample string 4</_x003C_ExecutionTime_x003E_k__BackingField>
  <_x003C_Message_x003E_k__BackingField>sample string 2</_x003C_Message_x003E_k__BackingField>
  <_x003C_Status_x003E_k__BackingField>1</_x003C_Status_x003E_k__BackingField>
</BaseJsonResultOfArrayOfContinentdUyn_SNwT>