POST HorseRace/GetFilter
Request Information
URI Parameters
None.
Body Parameters
HORSE_RACE_QUERY| Name | Description | Type | Additional information |
|---|---|---|---|
| HORSE_RACE_ID | integer |
None. |
|
| RACE_TITLE_ID | string |
None. |
|
| HORSE_RACE_TITLE | string |
None. |
|
| COUNTRY_ID | string |
None. |
|
| CITY_ID | string |
None. |
|
| RACE_ID | string |
None. |
|
| RACE_GROUP_ID | string |
None. |
|
| RACE_DISTANCE_ID | string |
None. |
|
| RACE_FLOOR_ID | string |
None. |
|
| RACE_TYPE_ID | string |
None. |
|
| START_DATE | string |
None. |
|
| END_DATE | string |
None. |
|
| MIN_PRIZE | integer |
None. |
|
| MAX_PRIZE | integer |
None. |
|
| ACTIVE | string |
None. |
|
| PAGE_NO | integer |
None. |
|
| PAGE_COUNT | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"HORSE_RACE_ID": 1,
"RACE_TITLE_ID": "sample string 2",
"HORSE_RACE_TITLE": "sample string 3",
"COUNTRY_ID": "sample string 4",
"CITY_ID": "sample string 5",
"RACE_ID": "sample string 6",
"RACE_GROUP_ID": "sample string 7",
"RACE_DISTANCE_ID": "sample string 8",
"RACE_FLOOR_ID": "sample string 9",
"RACE_TYPE_ID": "sample string 10",
"START_DATE": "sample string 11",
"END_DATE": "sample string 12",
"MIN_PRIZE": 13,
"MAX_PRIZE": 14,
"ACTIVE": "sample string 15",
"PAGE_NO": 16,
"PAGE_COUNT": 17
}
text/html
Sample:
{"HORSE_RACE_ID":1,"RACE_TITLE_ID":"sample string 2","HORSE_RACE_TITLE":"sample string 3","COUNTRY_ID":"sample string 4","CITY_ID":"sample string 5","RACE_ID":"sample string 6","RACE_GROUP_ID":"sample string 7","RACE_DISTANCE_ID":"sample string 8","RACE_FLOOR_ID":"sample string 9","RACE_TYPE_ID":"sample string 10","START_DATE":"sample string 11","END_DATE":"sample string 12","MIN_PRIZE":13,"MAX_PRIZE":14,"ACTIVE":"sample string 15","PAGE_NO":16,"PAGE_COUNT":17}
application/xml, text/xml
Sample:
<HORSE_RACE_QUERY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Controllers"> <ACTIVE>sample string 15</ACTIVE> <CITY_ID>sample string 5</CITY_ID> <COUNTRY_ID>sample string 4</COUNTRY_ID> <END_DATE>sample string 12</END_DATE> <HORSE_RACE_ID>1</HORSE_RACE_ID> <HORSE_RACE_TITLE>sample string 3</HORSE_RACE_TITLE> <MAX_PRIZE>14</MAX_PRIZE> <MIN_PRIZE>13</MIN_PRIZE> <PAGE_COUNT>17</PAGE_COUNT> <PAGE_NO>16</PAGE_NO> <RACE_DISTANCE_ID>sample string 8</RACE_DISTANCE_ID> <RACE_FLOOR_ID>sample string 9</RACE_FLOOR_ID> <RACE_GROUP_ID>sample string 7</RACE_GROUP_ID> <RACE_ID>sample string 6</RACE_ID> <RACE_TITLE_ID>sample string 2</RACE_TITLE_ID> <RACE_TYPE_ID>sample string 10</RACE_TYPE_ID> <START_DATE>sample string 11</START_DATE> </HORSE_RACE_QUERY>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultOfListOfHORSE_RACE| Name | Description | Type | Additional information |
|---|---|---|---|
| m_cData | Collection of HORSE_RACE |
None. |
|
| m_cDetail | ProcessResult |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.