POST api/Sports/GetFancylist

Request Information

URI Parameters

None.

Body Parameters

FancyRequestParams
NameDescriptionTypeAdditional information
Matchid

string

None.

ServerNumber

string

None.

centralid

string

None.

MatchCentralId

string

None.

tournament

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Matchid": "sample string 1",
  "ServerNumber": "sample string 2",
  "centralid": "sample string 3",
  "MatchCentralId": "sample string 4",
  "tournament": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.