GET FemaleFamily/GetFemaleFamily?p_iFirstId={p_iFirstId}&p_iSecondId={p_iSecondId}&p_iDamCount={p_iDamCount}&p_iGenerationCount={p_iGenerationCount}
Atın tail female raporunu döndürür. || Returns the tail female report of the horse.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| p_iFirstId |
Atın ya da aygırın sistemdeki tekil idsidir. || It is the unique id of the horse or stallion in the system. |
integer |
Required |
| p_iSecondId |
Kısrağın sistemdeki tekil idsidir. || It is the unique id of the mare in the system. |
integer |
Required |
| p_iDamCount |
Kaç nesil anne sorgulanmak istediğini belirten parametredir. || It is the parameter that indicates how many generations of mothers want to be questioned. |
integer |
Required |
| p_iGenerationCount |
Kaç nesil sorgulanmak istediğini belirten parametredir. || It is the parameter that indicates how many generations you want to be queried. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOfFEMALE_FAMILY| Name | Description | Type | Additional information |
|---|---|---|---|
| m_cData | FEMALE_FAMILY |
None. |
|
| m_cDetail | ProcessResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"m_cData": {
"HORSE_INFO_LIST": null,
"HEADER_OBJECT": {
"ROW1_GENERAL": "sample string 1",
"ROW2_RM": "sample string 2",
"ROW3_ANZ": "sample string 3",
"ROW4_BM_PA": "sample string 4",
"ROW5_PA": "sample string 5",
"IMAGE": "sample string 6",
"HAS_INFO": true,
"REF1": 8,
"REF2": 9,
"IS_SIRE": true,
"IS_FATHER": true,
"IS_MOTHER": true,
"COUNTER": 13,
"CONFIRMED": true,
"RACE_ID": 15
}
},
"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_INFO_LIST":null,"HEADER_OBJECT":{"ROW1_GENERAL":"sample string 1","ROW2_RM":"sample string 2","ROW3_ANZ":"sample string 3","ROW4_BM_PA":"sample string 4","ROW5_PA":"sample string 5","IMAGE":"sample string 6","HAS_INFO":true,"REF1":8,"REF2":9,"IS_SIRE":true,"IS_FATHER":true,"IS_MOTHER":true,"COUNTER":13,"CONFIRMED":true,"RACE_ID":15}},"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:
<ResultOfFEMALE_FAMILYdvpqyt9L 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:HEADER_OBJECT>
<d2p1:CONFIRMED>true</d2p1:CONFIRMED>
<d2p1:COUNTER>13</d2p1:COUNTER>
<d2p1:HAS_INFO>true</d2p1:HAS_INFO>
<d2p1:IMAGE>sample string 6</d2p1:IMAGE>
<d2p1:IS_FATHER>true</d2p1:IS_FATHER>
<d2p1:IS_MOTHER>true</d2p1:IS_MOTHER>
<d2p1:IS_SIRE>true</d2p1:IS_SIRE>
<d2p1:RACE_ID>15</d2p1:RACE_ID>
<d2p1:REF1>8</d2p1:REF1>
<d2p1:REF2>9</d2p1:REF2>
<d2p1:ROW1_GENERAL>sample string 1</d2p1:ROW1_GENERAL>
<d2p1:ROW2_RM>sample string 2</d2p1:ROW2_RM>
<d2p1:ROW3_ANZ>sample string 3</d2p1:ROW3_ANZ>
<d2p1:ROW4_BM_PA>sample string 4</d2p1:ROW4_BM_PA>
<d2p1:ROW5_PA>sample string 5</d2p1:ROW5_PA>
</d2p1:HEADER_OBJECT>
<d2p1:HORSE_INFO_LIST i:nil="true" />
</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>
</ResultOfFEMALE_FAMILYdvpqyt9L>