GET HorseInfo/GetById?p_iId={p_iId}

Tekil idye göre atları filtreler. It filters horses by unique id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
p_iId

Atların sistemdeki tekil idsidir. || It is the unique id of horses in the system.

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResultOfListOfHORSE_INFO
NameDescriptionTypeAdditional information
m_cData

Collection of HORSE_INFO

None.

m_cDetail

ProcessResult

None.

Response Formats

application/json, text/json

Sample:
{
  "m_cData": [
    {
      "HORSE_ID": 1,
      "RACE_ID": 2,
      "HORSE_NAME": "sample string 3",
      "HAS_INFO": true,
      "IMAGE": "sample string 5",
      "REF1": 6,
      "REF2": 7,
      "IS_SIRE": true,
      "FATHER_ID": 9,
      "FATHER_NAME": "sample string 10",
      "FATHER_HAS_INFO": true,
      "FATHER_IMAGE": "sample string 12",
      "FATHER_REF1": 13,
      "FATHER_REF2": 14,
      "MOTHER_ID": 15,
      "MOTHER_NAME": "sample string 16",
      "MOTHER_HAS_INFO": true,
      "MOTHER_IMAGE": "sample string 18",
      "MOTHER_REF1": 19,
      "MOTHER_REF2": 20,
      "BM_SIRE_NAME": "sample string 21",
      "BM_SIRE_HAS_INFO": true,
      "BM_SIRE_IMAGE": "sample string 23",
      "BM_SIRE_REF1": 24,
      "BM_SIRE_REF2": 25,
      "ICON": "sample string 26",
      "FATHER_ICON": "sample string 27",
      "MOTHER_ICON": "sample string 28",
      "BM_SIRE_ICON": "sample string 29",
      "FAMILY_TEXT": "sample string 30",
      "COLOR_TEXT": "sample string 31",
      "SEX_OBJECT": {
        "SEX_ID": 1,
        "SEX_TR": "sample string 2",
        "SEX_EN": "sample string 3"
      },
      "WINNER_TYPE_OBJECT": {
        "WINNER_TYPE_ID": 1,
        "TYPE_TEXT": "sample string 2",
        "WINNER_TYPE_TR": "sample string 3",
        "WINNER_TYPE_EN": "sample string 4",
        "SORT": 5,
        "PERCENTAGE": 6
      },
      "EARN": 32.1,
      "EARN_CURRENCY_ID": 33,
      "EARN_ICON": "sample string 34",
      "HORSE_BIRTH_DATE_TEXT": "sample string 35",
      "START_COUNT": 36,
      "FIRST": 37,
      "FIRST_PERCENTAGE": 38.1,
      "SECOND": 39,
      "SECOND_PERCENTAGE": 40.1,
      "THIRD": 41,
      "THIRD_PERCENTAGE": 42.1,
      "FOURTH": 43,
      "FOURTH_PERCENTAGE": 44.1,
      "PRICE": 45.1,
      "PRICE_CURRENCY_ID": 46,
      "PRICE_ICON": "sample string 47",
      "RM": "sample string 48",
      "ANZ": "sample string 49",
      "PA": "sample string 50",
      "OWNER": "sample string 51",
      "BREEDER": "sample string 52",
      "COACH": "sample string 53",
      "IS_DEAD": true,
      "POINT": 55.1,
      "EFFECT_POINT": 56.1,
      "EDIT_DATE_TEXT": "sample string 57",
      "IMAGE_LIST": [
        "sample string 1",
        "sample string 2"
      ],
      "CONFIRMED": true
    },
    {
      "HORSE_ID": 1,
      "RACE_ID": 2,
      "HORSE_NAME": "sample string 3",
      "HAS_INFO": true,
      "IMAGE": "sample string 5",
      "REF1": 6,
      "REF2": 7,
      "IS_SIRE": true,
      "FATHER_ID": 9,
      "FATHER_NAME": "sample string 10",
      "FATHER_HAS_INFO": true,
      "FATHER_IMAGE": "sample string 12",
      "FATHER_REF1": 13,
      "FATHER_REF2": 14,
      "MOTHER_ID": 15,
      "MOTHER_NAME": "sample string 16",
      "MOTHER_HAS_INFO": true,
      "MOTHER_IMAGE": "sample string 18",
      "MOTHER_REF1": 19,
      "MOTHER_REF2": 20,
      "BM_SIRE_NAME": "sample string 21",
      "BM_SIRE_HAS_INFO": true,
      "BM_SIRE_IMAGE": "sample string 23",
      "BM_SIRE_REF1": 24,
      "BM_SIRE_REF2": 25,
      "ICON": "sample string 26",
      "FATHER_ICON": "sample string 27",
      "MOTHER_ICON": "sample string 28",
      "BM_SIRE_ICON": "sample string 29",
      "FAMILY_TEXT": "sample string 30",
      "COLOR_TEXT": "sample string 31",
      "SEX_OBJECT": {
        "SEX_ID": 1,
        "SEX_TR": "sample string 2",
        "SEX_EN": "sample string 3"
      },
      "WINNER_TYPE_OBJECT": {
        "WINNER_TYPE_ID": 1,
        "TYPE_TEXT": "sample string 2",
        "WINNER_TYPE_TR": "sample string 3",
        "WINNER_TYPE_EN": "sample string 4",
        "SORT": 5,
        "PERCENTAGE": 6
      },
      "EARN": 32.1,
      "EARN_CURRENCY_ID": 33,
      "EARN_ICON": "sample string 34",
      "HORSE_BIRTH_DATE_TEXT": "sample string 35",
      "START_COUNT": 36,
      "FIRST": 37,
      "FIRST_PERCENTAGE": 38.1,
      "SECOND": 39,
      "SECOND_PERCENTAGE": 40.1,
      "THIRD": 41,
      "THIRD_PERCENTAGE": 42.1,
      "FOURTH": 43,
      "FOURTH_PERCENTAGE": 44.1,
      "PRICE": 45.1,
      "PRICE_CURRENCY_ID": 46,
      "PRICE_ICON": "sample string 47",
      "RM": "sample string 48",
      "ANZ": "sample string 49",
      "PA": "sample string 50",
      "OWNER": "sample string 51",
      "BREEDER": "sample string 52",
      "COACH": "sample string 53",
      "IS_DEAD": true,
      "POINT": 55.1,
      "EFFECT_POINT": 56.1,
      "EDIT_DATE_TEXT": "sample string 57",
      "IMAGE_LIST": [
        "sample string 1",
        "sample string 2"
      ],
      "CONFIRMED": true
    }
  ],
  "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":[{"HORSE_ID":1,"RACE_ID":2,"HORSE_NAME":"sample string 3","HAS_INFO":true,"IMAGE":"sample string 5","REF1":6,"REF2":7,"IS_SIRE":true,"FATHER_ID":9,"FATHER_NAME":"sample string 10","FATHER_HAS_INFO":true,"FATHER_IMAGE":"sample string 12","FATHER_REF1":13,"FATHER_REF2":14,"MOTHER_ID":15,"MOTHER_NAME":"sample string 16","MOTHER_HAS_INFO":true,"MOTHER_IMAGE":"sample string 18","MOTHER_REF1":19,"MOTHER_REF2":20,"BM_SIRE_NAME":"sample string 21","BM_SIRE_HAS_INFO":true,"BM_SIRE_IMAGE":"sample string 23","BM_SIRE_REF1":24,"BM_SIRE_REF2":25,"ICON":"sample string 26","FATHER_ICON":"sample string 27","MOTHER_ICON":"sample string 28","BM_SIRE_ICON":"sample string 29","FAMILY_TEXT":"sample string 30","COLOR_TEXT":"sample string 31","SEX_OBJECT":{"SEX_ID":1,"SEX_TR":"sample string 2","SEX_EN":"sample string 3"},"WINNER_TYPE_OBJECT":{"WINNER_TYPE_ID":1,"TYPE_TEXT":"sample string 2","WINNER_TYPE_TR":"sample string 3","WINNER_TYPE_EN":"sample string 4","SORT":5,"PERCENTAGE":6},"EARN":32.1,"EARN_CURRENCY_ID":33,"EARN_ICON":"sample string 34","HORSE_BIRTH_DATE_TEXT":"sample string 35","START_COUNT":36,"FIRST":37,"FIRST_PERCENTAGE":38.1,"SECOND":39,"SECOND_PERCENTAGE":40.1,"THIRD":41,"THIRD_PERCENTAGE":42.1,"FOURTH":43,"FOURTH_PERCENTAGE":44.1,"PRICE":45.1,"PRICE_CURRENCY_ID":46,"PRICE_ICON":"sample string 47","RM":"sample string 48","ANZ":"sample string 49","PA":"sample string 50","OWNER":"sample string 51","BREEDER":"sample string 52","COACH":"sample string 53","IS_DEAD":true,"POINT":55.1,"EFFECT_POINT":56.1,"EDIT_DATE_TEXT":"sample string 57","IMAGE_LIST":["sample string 1","sample string 2"],"CONFIRMED":true},{"HORSE_ID":1,"RACE_ID":2,"HORSE_NAME":"sample string 3","HAS_INFO":true,"IMAGE":"sample string 5","REF1":6,"REF2":7,"IS_SIRE":true,"FATHER_ID":9,"FATHER_NAME":"sample string 10","FATHER_HAS_INFO":true,"FATHER_IMAGE":"sample string 12","FATHER_REF1":13,"FATHER_REF2":14,"MOTHER_ID":15,"MOTHER_NAME":"sample string 16","MOTHER_HAS_INFO":true,"MOTHER_IMAGE":"sample string 18","MOTHER_REF1":19,"MOTHER_REF2":20,"BM_SIRE_NAME":"sample string 21","BM_SIRE_HAS_INFO":true,"BM_SIRE_IMAGE":"sample string 23","BM_SIRE_REF1":24,"BM_SIRE_REF2":25,"ICON":"sample string 26","FATHER_ICON":"sample string 27","MOTHER_ICON":"sample string 28","BM_SIRE_ICON":"sample string 29","FAMILY_TEXT":"sample string 30","COLOR_TEXT":"sample string 31","SEX_OBJECT":{"SEX_ID":1,"SEX_TR":"sample string 2","SEX_EN":"sample string 3"},"WINNER_TYPE_OBJECT":{"WINNER_TYPE_ID":1,"TYPE_TEXT":"sample string 2","WINNER_TYPE_TR":"sample string 3","WINNER_TYPE_EN":"sample string 4","SORT":5,"PERCENTAGE":6},"EARN":32.1,"EARN_CURRENCY_ID":33,"EARN_ICON":"sample string 34","HORSE_BIRTH_DATE_TEXT":"sample string 35","START_COUNT":36,"FIRST":37,"FIRST_PERCENTAGE":38.1,"SECOND":39,"SECOND_PERCENTAGE":40.1,"THIRD":41,"THIRD_PERCENTAGE":42.1,"FOURTH":43,"FOURTH_PERCENTAGE":44.1,"PRICE":45.1,"PRICE_CURRENCY_ID":46,"PRICE_ICON":"sample string 47","RM":"sample string 48","ANZ":"sample string 49","PA":"sample string 50","OWNER":"sample string 51","BREEDER":"sample string 52","COACH":"sample string 53","IS_DEAD":true,"POINT":55.1,"EFFECT_POINT":56.1,"EDIT_DATE_TEXT":"sample string 57","IMAGE_LIST":["sample string 1","sample string 2"],"CONFIRMED":true}],"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:
<ResultOfArrayOfHORSE_INFOdvpqyt9L 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.ANALYSIS">
    <d2p1:HORSE_INFO>
      <d2p1:ANZ>sample string 49</d2p1:ANZ>
      <d2p1:BM_SIRE_HAS_INFO>true</d2p1:BM_SIRE_HAS_INFO>
      <d2p1:BM_SIRE_ICON>sample string 29</d2p1:BM_SIRE_ICON>
      <d2p1:BM_SIRE_IMAGE>sample string 23</d2p1:BM_SIRE_IMAGE>
      <d2p1:BM_SIRE_NAME>sample string 21</d2p1:BM_SIRE_NAME>
      <d2p1:BM_SIRE_REF1>24</d2p1:BM_SIRE_REF1>
      <d2p1:BM_SIRE_REF2>25</d2p1:BM_SIRE_REF2>
      <d2p1:BREEDER>sample string 52</d2p1:BREEDER>
      <d2p1:COACH>sample string 53</d2p1:COACH>
      <d2p1:COLOR_TEXT>sample string 31</d2p1:COLOR_TEXT>
      <d2p1:CONFIRMED>true</d2p1:CONFIRMED>
      <d2p1:EARN>32.1</d2p1:EARN>
      <d2p1:EARN_CURRENCY_ID>33</d2p1:EARN_CURRENCY_ID>
      <d2p1:EARN_ICON>sample string 34</d2p1:EARN_ICON>
      <d2p1:EDIT_DATE_TEXT>sample string 57</d2p1:EDIT_DATE_TEXT>
      <d2p1:EFFECT_POINT>56.1</d2p1:EFFECT_POINT>
      <d2p1:FAMILY_TEXT>sample string 30</d2p1:FAMILY_TEXT>
      <d2p1:FATHER_HAS_INFO>true</d2p1:FATHER_HAS_INFO>
      <d2p1:FATHER_ICON>sample string 27</d2p1:FATHER_ICON>
      <d2p1:FATHER_ID>9</d2p1:FATHER_ID>
      <d2p1:FATHER_IMAGE>sample string 12</d2p1:FATHER_IMAGE>
      <d2p1:FATHER_NAME>sample string 10</d2p1:FATHER_NAME>
      <d2p1:FATHER_REF1>13</d2p1:FATHER_REF1>
      <d2p1:FATHER_REF2>14</d2p1:FATHER_REF2>
      <d2p1:FIRST>37</d2p1:FIRST>
      <d2p1:FIRST_PERCENTAGE>38.1</d2p1:FIRST_PERCENTAGE>
      <d2p1:FOURTH>43</d2p1:FOURTH>
      <d2p1:FOURTH_PERCENTAGE>44.1</d2p1:FOURTH_PERCENTAGE>
      <d2p1:HAS_INFO>true</d2p1:HAS_INFO>
      <d2p1:HORSE_BIRTH_DATE_TEXT>sample string 35</d2p1:HORSE_BIRTH_DATE_TEXT>
      <d2p1:HORSE_ID>1</d2p1:HORSE_ID>
      <d2p1:HORSE_NAME>sample string 3</d2p1:HORSE_NAME>
      <d2p1:ICON>sample string 26</d2p1:ICON>
      <d2p1:IMAGE>sample string 5</d2p1:IMAGE>
      <d2p1:IMAGE_LIST xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </d2p1:IMAGE_LIST>
      <d2p1:IS_DEAD>true</d2p1:IS_DEAD>
      <d2p1:IS_SIRE>true</d2p1:IS_SIRE>
      <d2p1:MOTHER_HAS_INFO>true</d2p1:MOTHER_HAS_INFO>
      <d2p1:MOTHER_ICON>sample string 28</d2p1:MOTHER_ICON>
      <d2p1:MOTHER_ID>15</d2p1:MOTHER_ID>
      <d2p1:MOTHER_IMAGE>sample string 18</d2p1:MOTHER_IMAGE>
      <d2p1:MOTHER_NAME>sample string 16</d2p1:MOTHER_NAME>
      <d2p1:MOTHER_REF1>19</d2p1:MOTHER_REF1>
      <d2p1:MOTHER_REF2>20</d2p1:MOTHER_REF2>
      <d2p1:OWNER>sample string 51</d2p1:OWNER>
      <d2p1:PA>sample string 50</d2p1:PA>
      <d2p1:POINT>55.1</d2p1:POINT>
      <d2p1:PRICE>45.1</d2p1:PRICE>
      <d2p1:PRICE_CURRENCY_ID>46</d2p1:PRICE_CURRENCY_ID>
      <d2p1:PRICE_ICON>sample string 47</d2p1:PRICE_ICON>
      <d2p1:RACE_ID>2</d2p1:RACE_ID>
      <d2p1:REF1>6</d2p1:REF1>
      <d2p1:REF2>7</d2p1:REF2>
      <d2p1:RM>sample string 48</d2p1:RM>
      <d2p1:SECOND>39</d2p1:SECOND>
      <d2p1:SECOND_PERCENTAGE>40.1</d2p1:SECOND_PERCENTAGE>
      <d2p1:SEX_OBJECT xmlns:d4p1="http://schemas.datacontract.org/2004/07/bnfBLL.REPORT">
        <d4p1:SEX_EN>sample string 3</d4p1:SEX_EN>
        <d4p1:SEX_ID>1</d4p1:SEX_ID>
        <d4p1:SEX_TR>sample string 2</d4p1:SEX_TR>
      </d2p1:SEX_OBJECT>
      <d2p1:START_COUNT>36</d2p1:START_COUNT>
      <d2p1:THIRD>41</d2p1:THIRD>
      <d2p1:THIRD_PERCENTAGE>42.1</d2p1:THIRD_PERCENTAGE>
      <d2p1:WINNER_TYPE_OBJECT xmlns:d4p1="http://schemas.datacontract.org/2004/07/bnfBLL.REPORT">
        <d4p1:PERCENTAGE>6</d4p1:PERCENTAGE>
        <d4p1:SORT>5</d4p1:SORT>
        <d4p1:TYPE_TEXT>sample string 2</d4p1:TYPE_TEXT>
        <d4p1:WINNER_TYPE_EN>sample string 4</d4p1:WINNER_TYPE_EN>
        <d4p1:WINNER_TYPE_ID>1</d4p1:WINNER_TYPE_ID>
        <d4p1:WINNER_TYPE_TR>sample string 3</d4p1:WINNER_TYPE_TR>
      </d2p1:WINNER_TYPE_OBJECT>
    </d2p1:HORSE_INFO>
    <d2p1:HORSE_INFO>
      <d2p1:ANZ>sample string 49</d2p1:ANZ>
      <d2p1:BM_SIRE_HAS_INFO>true</d2p1:BM_SIRE_HAS_INFO>
      <d2p1:BM_SIRE_ICON>sample string 29</d2p1:BM_SIRE_ICON>
      <d2p1:BM_SIRE_IMAGE>sample string 23</d2p1:BM_SIRE_IMAGE>
      <d2p1:BM_SIRE_NAME>sample string 21</d2p1:BM_SIRE_NAME>
      <d2p1:BM_SIRE_REF1>24</d2p1:BM_SIRE_REF1>
      <d2p1:BM_SIRE_REF2>25</d2p1:BM_SIRE_REF2>
      <d2p1:BREEDER>sample string 52</d2p1:BREEDER>
      <d2p1:COACH>sample string 53</d2p1:COACH>
      <d2p1:COLOR_TEXT>sample string 31</d2p1:COLOR_TEXT>
      <d2p1:CONFIRMED>true</d2p1:CONFIRMED>
      <d2p1:EARN>32.1</d2p1:EARN>
      <d2p1:EARN_CURRENCY_ID>33</d2p1:EARN_CURRENCY_ID>
      <d2p1:EARN_ICON>sample string 34</d2p1:EARN_ICON>
      <d2p1:EDIT_DATE_TEXT>sample string 57</d2p1:EDIT_DATE_TEXT>
      <d2p1:EFFECT_POINT>56.1</d2p1:EFFECT_POINT>
      <d2p1:FAMILY_TEXT>sample string 30</d2p1:FAMILY_TEXT>
      <d2p1:FATHER_HAS_INFO>true</d2p1:FATHER_HAS_INFO>
      <d2p1:FATHER_ICON>sample string 27</d2p1:FATHER_ICON>
      <d2p1:FATHER_ID>9</d2p1:FATHER_ID>
      <d2p1:FATHER_IMAGE>sample string 12</d2p1:FATHER_IMAGE>
      <d2p1:FATHER_NAME>sample string 10</d2p1:FATHER_NAME>
      <d2p1:FATHER_REF1>13</d2p1:FATHER_REF1>
      <d2p1:FATHER_REF2>14</d2p1:FATHER_REF2>
      <d2p1:FIRST>37</d2p1:FIRST>
      <d2p1:FIRST_PERCENTAGE>38.1</d2p1:FIRST_PERCENTAGE>
      <d2p1:FOURTH>43</d2p1:FOURTH>
      <d2p1:FOURTH_PERCENTAGE>44.1</d2p1:FOURTH_PERCENTAGE>
      <d2p1:HAS_INFO>true</d2p1:HAS_INFO>
      <d2p1:HORSE_BIRTH_DATE_TEXT>sample string 35</d2p1:HORSE_BIRTH_DATE_TEXT>
      <d2p1:HORSE_ID>1</d2p1:HORSE_ID>
      <d2p1:HORSE_NAME>sample string 3</d2p1:HORSE_NAME>
      <d2p1:ICON>sample string 26</d2p1:ICON>
      <d2p1:IMAGE>sample string 5</d2p1:IMAGE>
      <d2p1:IMAGE_LIST xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </d2p1:IMAGE_LIST>
      <d2p1:IS_DEAD>true</d2p1:IS_DEAD>
      <d2p1:IS_SIRE>true</d2p1:IS_SIRE>
      <d2p1:MOTHER_HAS_INFO>true</d2p1:MOTHER_HAS_INFO>
      <d2p1:MOTHER_ICON>sample string 28</d2p1:MOTHER_ICON>
      <d2p1:MOTHER_ID>15</d2p1:MOTHER_ID>
      <d2p1:MOTHER_IMAGE>sample string 18</d2p1:MOTHER_IMAGE>
      <d2p1:MOTHER_NAME>sample string 16</d2p1:MOTHER_NAME>
      <d2p1:MOTHER_REF1>19</d2p1:MOTHER_REF1>
      <d2p1:MOTHER_REF2>20</d2p1:MOTHER_REF2>
      <d2p1:OWNER>sample string 51</d2p1:OWNER>
      <d2p1:PA>sample string 50</d2p1:PA>
      <d2p1:POINT>55.1</d2p1:POINT>
      <d2p1:PRICE>45.1</d2p1:PRICE>
      <d2p1:PRICE_CURRENCY_ID>46</d2p1:PRICE_CURRENCY_ID>
      <d2p1:PRICE_ICON>sample string 47</d2p1:PRICE_ICON>
      <d2p1:RACE_ID>2</d2p1:RACE_ID>
      <d2p1:REF1>6</d2p1:REF1>
      <d2p1:REF2>7</d2p1:REF2>
      <d2p1:RM>sample string 48</d2p1:RM>
      <d2p1:SECOND>39</d2p1:SECOND>
      <d2p1:SECOND_PERCENTAGE>40.1</d2p1:SECOND_PERCENTAGE>
      <d2p1:SEX_OBJECT xmlns:d4p1="http://schemas.datacontract.org/2004/07/bnfBLL.REPORT">
        <d4p1:SEX_EN>sample string 3</d4p1:SEX_EN>
        <d4p1:SEX_ID>1</d4p1:SEX_ID>
        <d4p1:SEX_TR>sample string 2</d4p1:SEX_TR>
      </d2p1:SEX_OBJECT>
      <d2p1:START_COUNT>36</d2p1:START_COUNT>
      <d2p1:THIRD>41</d2p1:THIRD>
      <d2p1:THIRD_PERCENTAGE>42.1</d2p1:THIRD_PERCENTAGE>
      <d2p1:WINNER_TYPE_OBJECT xmlns:d4p1="http://schemas.datacontract.org/2004/07/bnfBLL.REPORT">
        <d4p1:PERCENTAGE>6</d4p1:PERCENTAGE>
        <d4p1:SORT>5</d4p1:SORT>
        <d4p1:TYPE_TEXT>sample string 2</d4p1:TYPE_TEXT>
        <d4p1:WINNER_TYPE_EN>sample string 4</d4p1:WINNER_TYPE_EN>
        <d4p1:WINNER_TYPE_ID>1</d4p1:WINNER_TYPE_ID>
        <d4p1:WINNER_TYPE_TR>sample string 3</d4p1:WINNER_TYPE_TR>
      </d2p1:WINNER_TYPE_OBJECT>
    </d2p1:HORSE_INFO>
  </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>
</ResultOfArrayOfHORSE_INFOdvpqyt9L>