GET Tjk/getHorseListFromTjk

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TJK_AT
NameDescriptionTypeAdditional information
TJK_AT_ID

integer

None.

TJK_ID

integer

None.

NAME

string

None.

RACE

string

None.

GENDER

string

None.

FATHER_ID

integer

None.

FATHER_NAME

string

None.

MOTHER_ID

integer

None.

MOTHER_NAME

string

None.

AGE

string

None.

OWNER

string

None.

REAL_OWNER

string

None.

BREEDER

string

None.

COACH

string

None.

LAST_RUN

string

None.

BONUS

string

None.

BONUS_TL

integer

None.

NEW_NAME

string

None.

BIRTH_DATE

date

None.

SEX_ID

integer

None.

RACE_ID

integer

None.

WINNER_TYPE_ID

integer

None.

EARN

integer

None.

START

integer

None.

FIRST

integer

None.

SECOND

integer

None.

THIRD

integer

None.

FOURTH

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TJK_AT_ID": 1,
    "TJK_ID": 2,
    "NAME": "sample string 3",
    "RACE": "sample string 4",
    "GENDER": "sample string 5",
    "FATHER_ID": 6,
    "FATHER_NAME": "sample string 7",
    "MOTHER_ID": 8,
    "MOTHER_NAME": "sample string 9",
    "AGE": "sample string 10",
    "OWNER": "sample string 11",
    "REAL_OWNER": "sample string 12",
    "BREEDER": "sample string 13",
    "COACH": "sample string 14",
    "LAST_RUN": "sample string 15",
    "BONUS": "sample string 16",
    "BONUS_TL": 17,
    "NEW_NAME": "sample string 18",
    "BIRTH_DATE": "2024-04-19T10:09:51.247756+03:00",
    "SEX_ID": 20,
    "RACE_ID": 21,
    "WINNER_TYPE_ID": 22,
    "EARN": 23,
    "START": 24,
    "FIRST": 25,
    "SECOND": 26,
    "THIRD": 27,
    "FOURTH": 28
  },
  {
    "TJK_AT_ID": 1,
    "TJK_ID": 2,
    "NAME": "sample string 3",
    "RACE": "sample string 4",
    "GENDER": "sample string 5",
    "FATHER_ID": 6,
    "FATHER_NAME": "sample string 7",
    "MOTHER_ID": 8,
    "MOTHER_NAME": "sample string 9",
    "AGE": "sample string 10",
    "OWNER": "sample string 11",
    "REAL_OWNER": "sample string 12",
    "BREEDER": "sample string 13",
    "COACH": "sample string 14",
    "LAST_RUN": "sample string 15",
    "BONUS": "sample string 16",
    "BONUS_TL": 17,
    "NEW_NAME": "sample string 18",
    "BIRTH_DATE": "2024-04-19T10:09:51.247756+03:00",
    "SEX_ID": 20,
    "RACE_ID": 21,
    "WINNER_TYPE_ID": 22,
    "EARN": 23,
    "START": 24,
    "FIRST": 25,
    "SECOND": 26,
    "THIRD": 27,
    "FOURTH": 28
  }
]

text/html

Sample:
[{"TJK_AT_ID":1,"TJK_ID":2,"NAME":"sample string 3","RACE":"sample string 4","GENDER":"sample string 5","FATHER_ID":6,"FATHER_NAME":"sample string 7","MOTHER_ID":8,"MOTHER_NAME":"sample string 9","AGE":"sample string 10","OWNER":"sample string 11","REAL_OWNER":"sample string 12","BREEDER":"sample string 13","COACH":"sample string 14","LAST_RUN":"sample string 15","BONUS":"sample string 16","BONUS_TL":17,"NEW_NAME":"sample string 18","BIRTH_DATE":"2024-04-19T10:09:51.247756+03:00","SEX_ID":20,"RACE_ID":21,"WINNER_TYPE_ID":22,"EARN":23,"START":24,"FIRST":25,"SECOND":26,"THIRD":27,"FOURTH":28},{"TJK_AT_ID":1,"TJK_ID":2,"NAME":"sample string 3","RACE":"sample string 4","GENDER":"sample string 5","FATHER_ID":6,"FATHER_NAME":"sample string 7","MOTHER_ID":8,"MOTHER_NAME":"sample string 9","AGE":"sample string 10","OWNER":"sample string 11","REAL_OWNER":"sample string 12","BREEDER":"sample string 13","COACH":"sample string 14","LAST_RUN":"sample string 15","BONUS":"sample string 16","BONUS_TL":17,"NEW_NAME":"sample string 18","BIRTH_DATE":"2024-04-19T10:09:51.247756+03:00","SEX_ID":20,"RACE_ID":21,"WINNER_TYPE_ID":22,"EARN":23,"START":24,"FIRST":25,"SECOND":26,"THIRD":27,"FOURTH":28}]

application/xml, text/xml

Sample:
<ArrayOfTJK_AT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/bnfBLL.TJK">
  <TJK_AT>
    <AGE>sample string 10</AGE>
    <BIRTH_DATE>2024-04-19T10:09:51.247756+03:00</BIRTH_DATE>
    <BONUS>sample string 16</BONUS>
    <BONUS_TL>17</BONUS_TL>
    <BREEDER>sample string 13</BREEDER>
    <COACH>sample string 14</COACH>
    <EARN>23</EARN>
    <FATHER_ID>6</FATHER_ID>
    <FATHER_NAME>sample string 7</FATHER_NAME>
    <FIRST>25</FIRST>
    <FOURTH>28</FOURTH>
    <GENDER>sample string 5</GENDER>
    <LAST_RUN>sample string 15</LAST_RUN>
    <MOTHER_ID>8</MOTHER_ID>
    <MOTHER_NAME>sample string 9</MOTHER_NAME>
    <NAME>sample string 3</NAME>
    <NEW_NAME>sample string 18</NEW_NAME>
    <OWNER>sample string 11</OWNER>
    <RACE>sample string 4</RACE>
    <RACE_ID>21</RACE_ID>
    <REAL_OWNER>sample string 12</REAL_OWNER>
    <SECOND>26</SECOND>
    <SEX_ID>20</SEX_ID>
    <START>24</START>
    <THIRD>27</THIRD>
    <TJK_AT_ID>1</TJK_AT_ID>
    <TJK_ID>2</TJK_ID>
    <WINNER_TYPE_ID>22</WINNER_TYPE_ID>
  </TJK_AT>
  <TJK_AT>
    <AGE>sample string 10</AGE>
    <BIRTH_DATE>2024-04-19T10:09:51.247756+03:00</BIRTH_DATE>
    <BONUS>sample string 16</BONUS>
    <BONUS_TL>17</BONUS_TL>
    <BREEDER>sample string 13</BREEDER>
    <COACH>sample string 14</COACH>
    <EARN>23</EARN>
    <FATHER_ID>6</FATHER_ID>
    <FATHER_NAME>sample string 7</FATHER_NAME>
    <FIRST>25</FIRST>
    <FOURTH>28</FOURTH>
    <GENDER>sample string 5</GENDER>
    <LAST_RUN>sample string 15</LAST_RUN>
    <MOTHER_ID>8</MOTHER_ID>
    <MOTHER_NAME>sample string 9</MOTHER_NAME>
    <NAME>sample string 3</NAME>
    <NEW_NAME>sample string 18</NEW_NAME>
    <OWNER>sample string 11</OWNER>
    <RACE>sample string 4</RACE>
    <RACE_ID>21</RACE_ID>
    <REAL_OWNER>sample string 12</REAL_OWNER>
    <SECOND>26</SECOND>
    <SEX_ID>20</SEX_ID>
    <START>24</START>
    <THIRD>27</THIRD>
    <TJK_AT_ID>1</TJK_AT_ID>
    <TJK_ID>2</TJK_ID>
    <WINNER_TYPE_ID>22</WINNER_TYPE_ID>
  </TJK_AT>
</ArrayOfTJK_AT>