GET Pregnant/Get?p_iId={p_iId}&p_iStallionAdsId={p_iStallionAdsId}&p_iMareId={p_iMareId}
Çiftleştirilen kısrak detaylarını filtreler. || Filters the mare details to be mated.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
p_iId |
PREGNANT_ID |
integer |
Required |
p_iStallionAdsId |
STALLION_ADS_ID |
integer |
Required |
p_iMareId |
Atların tekil idsidir. || It is the unique id of the horses. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultOfListOfPREGNANTName | Description | Type | Additional information |
---|---|---|---|
m_cData | Collection of PREGNANT |
None. |
|
m_cDetail | ProcessResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "m_cData": [ { "PREGNANT_ID": 1, "STALLION_ADS_ID": 2, "MARE_ID": 3, "MARE_TEXT": "sample string 4", "PREGNANT_STATUS": { "PREGNANT_STATUS_ID": 1, "PREGNANT_STATUS_TR": "sample string 2", "PREGNANT_STATUS_EN": "sample string 3" }, "HORSE_ID": 5, "HORSE_TEXT": "sample string 6" }, { "PREGNANT_ID": 1, "STALLION_ADS_ID": 2, "MARE_ID": 3, "MARE_TEXT": "sample string 4", "PREGNANT_STATUS": { "PREGNANT_STATUS_ID": 1, "PREGNANT_STATUS_TR": "sample string 2", "PREGNANT_STATUS_EN": "sample string 3" }, "HORSE_ID": 5, "HORSE_TEXT": "sample string 6" } ], "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":[{"PREGNANT_ID":1,"STALLION_ADS_ID":2,"MARE_ID":3,"MARE_TEXT":"sample string 4","PREGNANT_STATUS":{"PREGNANT_STATUS_ID":1,"PREGNANT_STATUS_TR":"sample string 2","PREGNANT_STATUS_EN":"sample string 3"},"HORSE_ID":5,"HORSE_TEXT":"sample string 6"},{"PREGNANT_ID":1,"STALLION_ADS_ID":2,"MARE_ID":3,"MARE_TEXT":"sample string 4","PREGNANT_STATUS":{"PREGNANT_STATUS_ID":1,"PREGNANT_STATUS_TR":"sample string 2","PREGNANT_STATUS_EN":"sample string 3"},"HORSE_ID":5,"HORSE_TEXT":"sample string 6"}],"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:
<ResultOfArrayOfPREGNANT11Xtbq6m 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.ADS"> <d2p1:PREGNANT> <d2p1:HORSE_ID>5</d2p1:HORSE_ID> <d2p1:HORSE_TEXT>sample string 6</d2p1:HORSE_TEXT> <d2p1:MARE_ID>3</d2p1:MARE_ID> <d2p1:MARE_TEXT>sample string 4</d2p1:MARE_TEXT> <d2p1:PREGNANT_ID>1</d2p1:PREGNANT_ID> <d2p1:PREGNANT_STATUS xmlns:d4p1="http://schemas.datacontract.org/2004/07/bnfBLL.SYSTEM"> <d4p1:PREGNANT_STATUS_EN>sample string 3</d4p1:PREGNANT_STATUS_EN> <d4p1:PREGNANT_STATUS_ID>1</d4p1:PREGNANT_STATUS_ID> <d4p1:PREGNANT_STATUS_TR>sample string 2</d4p1:PREGNANT_STATUS_TR> </d2p1:PREGNANT_STATUS> <d2p1:STALLION_ADS_ID>2</d2p1:STALLION_ADS_ID> </d2p1:PREGNANT> <d2p1:PREGNANT> <d2p1:HORSE_ID>5</d2p1:HORSE_ID> <d2p1:HORSE_TEXT>sample string 6</d2p1:HORSE_TEXT> <d2p1:MARE_ID>3</d2p1:MARE_ID> <d2p1:MARE_TEXT>sample string 4</d2p1:MARE_TEXT> <d2p1:PREGNANT_ID>1</d2p1:PREGNANT_ID> <d2p1:PREGNANT_STATUS xmlns:d4p1="http://schemas.datacontract.org/2004/07/bnfBLL.SYSTEM"> <d4p1:PREGNANT_STATUS_EN>sample string 3</d4p1:PREGNANT_STATUS_EN> <d4p1:PREGNANT_STATUS_ID>1</d4p1:PREGNANT_STATUS_ID> <d4p1:PREGNANT_STATUS_TR>sample string 2</d4p1:PREGNANT_STATUS_TR> </d2p1:PREGNANT_STATUS> <d2p1:STALLION_ADS_ID>2</d2p1:STALLION_ADS_ID> </d2p1:PREGNANT> </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> </ResultOfArrayOfPREGNANT11Xtbq6m>