GET TjkConditonHorse/GetTestHorses
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResultOfListOfTJK_CONDITION_HORSE| Name | Description | Type | Additional information |
|---|---|---|---|
| m_cData | Collection of TJK_CONDITION_HORSE |
None. |
|
| m_cDetail | ProcessResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"m_cData": [
{
"TJK_CONDITION_HORSE_ID": 1,
"SYSTEM_USER_ID": 2,
"NAME": "sample string 3",
"TJK_ID": 4,
"HORSE_ID": 5,
"RACE_ID": 6,
"RACE_GENDER_ID": 7,
"BIRTH_DATE": "2025-11-17T19:34:18.8503691+03:00",
"LAST_DATE": "2025-11-17T19:34:18.8503691+03:00",
"SIBLINGS": "sample string 10",
"SIBLING_ID": [
1,
2
]
},
{
"TJK_CONDITION_HORSE_ID": 1,
"SYSTEM_USER_ID": 2,
"NAME": "sample string 3",
"TJK_ID": 4,
"HORSE_ID": 5,
"RACE_ID": 6,
"RACE_GENDER_ID": 7,
"BIRTH_DATE": "2025-11-17T19:34:18.8503691+03:00",
"LAST_DATE": "2025-11-17T19:34:18.8503691+03:00",
"SIBLINGS": "sample string 10",
"SIBLING_ID": [
1,
2
]
}
],
"m_cDetail": {
"m_eProcessState": 0,
"m_sClass": "sample string 1",
"m_sMethod": "sample string 2",
"m_iLastId": 3,
"m_cDataTable": null,
"m_lUserMessageList": [
"sample string 1",
"sample string 2"
],
"m_PageList": [
1,
2
],
"m_sErrorMessage": "sample string 4",
"m_cException": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
}
}
}
text/html
Sample:
{"m_cData":[{"TJK_CONDITION_HORSE_ID":1,"SYSTEM_USER_ID":2,"NAME":"sample string 3","TJK_ID":4,"HORSE_ID":5,"RACE_ID":6,"RACE_GENDER_ID":7,"BIRTH_DATE":"2025-11-17T19:34:18.8503691+03:00","LAST_DATE":"2025-11-17T19:34:18.8503691+03:00","SIBLINGS":"sample string 10","SIBLING_ID":[1,2]},{"TJK_CONDITION_HORSE_ID":1,"SYSTEM_USER_ID":2,"NAME":"sample string 3","TJK_ID":4,"HORSE_ID":5,"RACE_ID":6,"RACE_GENDER_ID":7,"BIRTH_DATE":"2025-11-17T19:34:18.8503691+03:00","LAST_DATE":"2025-11-17T19:34:18.8503691+03:00","SIBLINGS":"sample string 10","SIBLING_ID":[1,2]}],"m_cDetail":{"m_eProcessState":0,"m_sClass":"sample string 1","m_sMethod":"sample string 2","m_iLastId":3,"m_cDataTable":null,"m_lUserMessageList":["sample string 1","sample string 2"],"m_PageList":[1,2],"m_sErrorMessage":"sample string 4","m_cException":{"ClassName":"System.Exception","Message":null,"Data":null,"InnerException":null,"HelpURL":"sample string 1","StackTraceString":null,"RemoteStackTraceString":null,"RemoteStackIndex":0,"ExceptionMethod":null,"HResult":3,"Source":"sample string 2","WatsonBuckets":null}}}
application/xml, text/xml
Sample:
<ResultOfArrayOfTJK_CONDITION_HORSEl7Q35kb1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/bnfOBJ">
<m_cData xmlns:d2p1="http://schemas.datacontract.org/2004/07/bnfBLL.TJK.CONDITIONS">
<d2p1:TJK_CONDITION_HORSE>
<d2p1:BIRTH_DATE>2025-11-17T19:34:18.8503691+03:00</d2p1:BIRTH_DATE>
<d2p1:HORSE_ID>5</d2p1:HORSE_ID>
<d2p1:LAST_DATE>2025-11-17T19:34:18.8503691+03:00</d2p1:LAST_DATE>
<d2p1:NAME>sample string 3</d2p1:NAME>
<d2p1:RACE_GENDER_ID>7</d2p1:RACE_GENDER_ID>
<d2p1:RACE_ID>6</d2p1:RACE_ID>
<d2p1:SIBLINGS>sample string 10</d2p1:SIBLINGS>
<d2p1:SIBLING_ID xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</d2p1:SIBLING_ID>
<d2p1:SYSTEM_USER_ID>2</d2p1:SYSTEM_USER_ID>
<d2p1:TJK_CONDITION_HORSE_ID>1</d2p1:TJK_CONDITION_HORSE_ID>
<d2p1:TJK_ID>4</d2p1:TJK_ID>
</d2p1:TJK_CONDITION_HORSE>
<d2p1:TJK_CONDITION_HORSE>
<d2p1:BIRTH_DATE>2025-11-17T19:34:18.8503691+03:00</d2p1:BIRTH_DATE>
<d2p1:HORSE_ID>5</d2p1:HORSE_ID>
<d2p1:LAST_DATE>2025-11-17T19:34:18.8503691+03:00</d2p1:LAST_DATE>
<d2p1:NAME>sample string 3</d2p1:NAME>
<d2p1:RACE_GENDER_ID>7</d2p1:RACE_GENDER_ID>
<d2p1:RACE_ID>6</d2p1:RACE_ID>
<d2p1:SIBLINGS>sample string 10</d2p1:SIBLINGS>
<d2p1:SIBLING_ID xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</d2p1:SIBLING_ID>
<d2p1:SYSTEM_USER_ID>2</d2p1:SYSTEM_USER_ID>
<d2p1:TJK_CONDITION_HORSE_ID>1</d2p1:TJK_CONDITION_HORSE_ID>
<d2p1:TJK_ID>4</d2p1:TJK_ID>
</d2p1:TJK_CONDITION_HORSE>
</m_cData>
<m_cDetail>
<m_PageList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</m_PageList>
<m_cDataTable i:nil="true" />
<m_cException xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<ClassName xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">System.Exception</ClassName>
<Message i:nil="true" xmlns="" />
<Data i:nil="true" xmlns="" />
<InnerException i:nil="true" xmlns="" />
<HelpURL xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 1</HelpURL>
<StackTraceString i:nil="true" xmlns="" />
<RemoteStackTraceString i:nil="true" xmlns="" />
<RemoteStackIndex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">0</RemoteStackIndex>
<ExceptionMethod i:nil="true" xmlns="" />
<HResult xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">3</HResult>
<Source xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 2</Source>
<WatsonBuckets i:nil="true" xmlns="" />
</m_cException>
<m_eProcessState>SystemException</m_eProcessState>
<m_iLastId>3</m_iLastId>
<m_lUserMessageList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</m_lUserMessageList>
<m_sClass>sample string 1</m_sClass>
<m_sErrorMessage>sample string 4</m_sErrorMessage>
<m_sMethod>sample string 2</m_sMethod>
</m_cDetail>
</ResultOfArrayOfTJK_CONDITION_HORSEl7Q35kb1>