POST HorseAddRequest/Get
At ekleme taleplerinini filtreleyerek geri dönderir.
Request Information
URI Parameters
None.
Body Parameters
HORSE_ADD_REQUEST_QUERY| Name | Description | Type | Additional information |
|---|---|---|---|
| ADD_REQUEST_ID | integer |
None. |
|
| RACE_ID | integer |
None. |
|
| HORSE_NAME | string |
None. |
|
| FATHER_NAME | string |
None. |
|
| MOTHER_NAME | string |
None. |
|
| REQUEST_STATUS_ID | string |
None. |
|
| START_REQUEST_DATE | string |
None. |
|
| END_REQUEST_DATE | string |
None. |
|
| START_LAST_ACTION_DATE | string |
None. |
|
| END_LAST_ACTION_DATE | string |
None. |
|
| REQUEST_OWNER_ID | string |
None. |
|
| EDITOR_ID | string |
None. |
|
| PAGE_NO | integer |
None. |
|
| PAGE_COUNT | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ADD_REQUEST_ID": 1,
"RACE_ID": 2,
"HORSE_NAME": "sample string 3",
"FATHER_NAME": "sample string 4",
"MOTHER_NAME": "sample string 5",
"REQUEST_STATUS_ID": "sample string 6",
"START_REQUEST_DATE": "sample string 7",
"END_REQUEST_DATE": "sample string 8",
"START_LAST_ACTION_DATE": "sample string 9",
"END_LAST_ACTION_DATE": "sample string 10",
"REQUEST_OWNER_ID": "sample string 11",
"EDITOR_ID": "sample string 12",
"PAGE_NO": 13,
"PAGE_COUNT": 14
}
text/html
Sample:
{"ADD_REQUEST_ID":1,"RACE_ID":2,"HORSE_NAME":"sample string 3","FATHER_NAME":"sample string 4","MOTHER_NAME":"sample string 5","REQUEST_STATUS_ID":"sample string 6","START_REQUEST_DATE":"sample string 7","END_REQUEST_DATE":"sample string 8","START_LAST_ACTION_DATE":"sample string 9","END_LAST_ACTION_DATE":"sample string 10","REQUEST_OWNER_ID":"sample string 11","EDITOR_ID":"sample string 12","PAGE_NO":13,"PAGE_COUNT":14}
application/xml, text/xml
Sample:
<HORSE_ADD_REQUEST_QUERY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Controllers"> <ADD_REQUEST_ID>1</ADD_REQUEST_ID> <EDITOR_ID>sample string 12</EDITOR_ID> <END_LAST_ACTION_DATE>sample string 10</END_LAST_ACTION_DATE> <END_REQUEST_DATE>sample string 8</END_REQUEST_DATE> <FATHER_NAME>sample string 4</FATHER_NAME> <HORSE_NAME>sample string 3</HORSE_NAME> <MOTHER_NAME>sample string 5</MOTHER_NAME> <PAGE_COUNT>14</PAGE_COUNT> <PAGE_NO>13</PAGE_NO> <RACE_ID>2</RACE_ID> <REQUEST_OWNER_ID>sample string 11</REQUEST_OWNER_ID> <REQUEST_STATUS_ID>sample string 6</REQUEST_STATUS_ID> <START_LAST_ACTION_DATE>sample string 9</START_LAST_ACTION_DATE> <START_REQUEST_DATE>sample string 7</START_REQUEST_DATE> </HORSE_ADD_REQUEST_QUERY>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultOfListOfHORSE_ADD_REQUEST_DATA| Name | Description | Type | Additional information |
|---|---|---|---|
| m_cData | Collection of HORSE_ADD_REQUEST_DATA |
None. |
|
| m_cDetail | ProcessResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"m_cData": [
{
"HORSE_ADD_REQUEST_ID": 1,
"HORSE_ID": 2,
"HORSE_NAME": "sample string 3",
"FATHER_NAME": "sample string 4",
"MOTHER_NAME": "sample string 5",
"REQUEST_STATUS_OBJECT": {
"REQUEST_STATUS_ID": 1,
"REQUEST_STATUS_TR": "sample string 2",
"REQUEST_STATUS_EN": "sample string 3"
},
"EDITOR": "sample string 6",
"REQUEST_OWNER": "sample string 7",
"EDIT_DATE": "2025-11-09T11:09:53.5646986+03:00",
"DATE": "2025-11-09T11:09:53.5646986+03:00"
},
{
"HORSE_ADD_REQUEST_ID": 1,
"HORSE_ID": 2,
"HORSE_NAME": "sample string 3",
"FATHER_NAME": "sample string 4",
"MOTHER_NAME": "sample string 5",
"REQUEST_STATUS_OBJECT": {
"REQUEST_STATUS_ID": 1,
"REQUEST_STATUS_TR": "sample string 2",
"REQUEST_STATUS_EN": "sample string 3"
},
"EDITOR": "sample string 6",
"REQUEST_OWNER": "sample string 7",
"EDIT_DATE": "2025-11-09T11:09:53.5646986+03:00",
"DATE": "2025-11-09T11:09:53.5646986+03:00"
}
],
"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_ADD_REQUEST_ID":1,"HORSE_ID":2,"HORSE_NAME":"sample string 3","FATHER_NAME":"sample string 4","MOTHER_NAME":"sample string 5","REQUEST_STATUS_OBJECT":{"REQUEST_STATUS_ID":1,"REQUEST_STATUS_TR":"sample string 2","REQUEST_STATUS_EN":"sample string 3"},"EDITOR":"sample string 6","REQUEST_OWNER":"sample string 7","EDIT_DATE":"2025-11-09T11:09:53.5646986+03:00","DATE":"2025-11-09T11:09:53.5646986+03:00"},{"HORSE_ADD_REQUEST_ID":1,"HORSE_ID":2,"HORSE_NAME":"sample string 3","FATHER_NAME":"sample string 4","MOTHER_NAME":"sample string 5","REQUEST_STATUS_OBJECT":{"REQUEST_STATUS_ID":1,"REQUEST_STATUS_TR":"sample string 2","REQUEST_STATUS_EN":"sample string 3"},"EDITOR":"sample string 6","REQUEST_OWNER":"sample string 7","EDIT_DATE":"2025-11-09T11:09:53.5646986+03:00","DATE":"2025-11-09T11:09:53.5646986+03:00"}],"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_ADD_REQUEST_DATATx4lYt_Pr 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.REPORT">
<d2p1:HORSE_ADD_REQUEST_DATA>
<d2p1:DATE>2025-11-09T11:09:53.5646986+03:00</d2p1:DATE>
<d2p1:EDITOR>sample string 6</d2p1:EDITOR>
<d2p1:EDIT_DATE>2025-11-09T11:09:53.5646986+03:00</d2p1:EDIT_DATE>
<d2p1:FATHER_NAME>sample string 4</d2p1:FATHER_NAME>
<d2p1:HORSE_ADD_REQUEST_ID>1</d2p1:HORSE_ADD_REQUEST_ID>
<d2p1:HORSE_ID>2</d2p1:HORSE_ID>
<d2p1:HORSE_NAME>sample string 3</d2p1:HORSE_NAME>
<d2p1:MOTHER_NAME>sample string 5</d2p1:MOTHER_NAME>
<d2p1:REQUEST_OWNER>sample string 7</d2p1:REQUEST_OWNER>
<d2p1:REQUEST_STATUS_OBJECT>
<d2p1:REQUEST_STATUS_EN>sample string 3</d2p1:REQUEST_STATUS_EN>
<d2p1:REQUEST_STATUS_ID>1</d2p1:REQUEST_STATUS_ID>
<d2p1:REQUEST_STATUS_TR>sample string 2</d2p1:REQUEST_STATUS_TR>
</d2p1:REQUEST_STATUS_OBJECT>
</d2p1:HORSE_ADD_REQUEST_DATA>
<d2p1:HORSE_ADD_REQUEST_DATA>
<d2p1:DATE>2025-11-09T11:09:53.5646986+03:00</d2p1:DATE>
<d2p1:EDITOR>sample string 6</d2p1:EDITOR>
<d2p1:EDIT_DATE>2025-11-09T11:09:53.5646986+03:00</d2p1:EDIT_DATE>
<d2p1:FATHER_NAME>sample string 4</d2p1:FATHER_NAME>
<d2p1:HORSE_ADD_REQUEST_ID>1</d2p1:HORSE_ADD_REQUEST_ID>
<d2p1:HORSE_ID>2</d2p1:HORSE_ID>
<d2p1:HORSE_NAME>sample string 3</d2p1:HORSE_NAME>
<d2p1:MOTHER_NAME>sample string 5</d2p1:MOTHER_NAME>
<d2p1:REQUEST_OWNER>sample string 7</d2p1:REQUEST_OWNER>
<d2p1:REQUEST_STATUS_OBJECT>
<d2p1:REQUEST_STATUS_EN>sample string 3</d2p1:REQUEST_STATUS_EN>
<d2p1:REQUEST_STATUS_ID>1</d2p1:REQUEST_STATUS_ID>
<d2p1:REQUEST_STATUS_TR>sample string 2</d2p1:REQUEST_STATUS_TR>
</d2p1:REQUEST_STATUS_OBJECT>
</d2p1:HORSE_ADD_REQUEST_DATA>
</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_ADD_REQUEST_DATATx4lYt_Pr>