POST doktor/RandevuDetay?RandevuId={RandevuId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RandevuId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FNMED_DOKTORRANDEVUDETAY_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| HKIMLIKID | integer |
None. |
|
| RTARIH | date |
None. |
|
| RSAAT | date |
None. |
|
| RTEL | string |
None. |
|
| HADISOYADI | string |
None. |
|
| HTCKIMLIKNO | string |
None. |
|
| HTDOGUMYERI | string |
None. |
|
| HDOGUMTARIHI | date |
None. |
|
| HYASI | integer |
None. |
|
| HCINSIYETI | string |
None. |
|
| HMUAYENEISLID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"HKIMLIKID": 1,
"RTARIH": "2025-12-22T14:49:06.1017958+03:00",
"RSAAT": "2025-12-22T14:49:06.1017958+03:00",
"RTEL": "sample string 1",
"HADISOYADI": "sample string 2",
"HTCKIMLIKNO": "sample string 3",
"HTDOGUMYERI": "sample string 4",
"HDOGUMTARIHI": "2025-12-22T14:49:06.1017958+03:00",
"HYASI": 1,
"HCINSIYETI": "sample string 5",
"HMUAYENEISLID": 1
},
{
"HKIMLIKID": 1,
"RTARIH": "2025-12-22T14:49:06.1017958+03:00",
"RSAAT": "2025-12-22T14:49:06.1017958+03:00",
"RTEL": "sample string 1",
"HADISOYADI": "sample string 2",
"HTCKIMLIKNO": "sample string 3",
"HTDOGUMYERI": "sample string 4",
"HDOGUMTARIHI": "2025-12-22T14:49:06.1017958+03:00",
"HYASI": 1,
"HCINSIYETI": "sample string 5",
"HMUAYENEISLID": 1
}
]
text/html
Sample:
[{"HKIMLIKID":1,"RTARIH":"2025-12-22T14:49:06.1017958+03:00","RSAAT":"2025-12-22T14:49:06.1017958+03:00","RTEL":"sample string 1","HADISOYADI":"sample string 2","HTCKIMLIKNO":"sample string 3","HTDOGUMYERI":"sample string 4","HDOGUMTARIHI":"2025-12-22T14:49:06.1017958+03:00","HYASI":1,"HCINSIYETI":"sample string 5","HMUAYENEISLID":1},{"HKIMLIKID":1,"RTARIH":"2025-12-22T14:49:06.1017958+03:00","RSAAT":"2025-12-22T14:49:06.1017958+03:00","RTEL":"sample string 1","HADISOYADI":"sample string 2","HTCKIMLIKNO":"sample string 3","HTDOGUMYERI":"sample string 4","HDOGUMTARIHI":"2025-12-22T14:49:06.1017958+03:00","HYASI":1,"HCINSIYETI":"sample string 5","HMUAYENEISLID":1}]
application/xml, text/xml
Sample:
<ArrayOfFNMED_DOKTORRANDEVUDETAY_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
<FNMED_DOKTORRANDEVUDETAY_Result>
<HADISOYADI>sample string 2</HADISOYADI>
<HCINSIYETI>sample string 5</HCINSIYETI>
<HDOGUMTARIHI>2025-12-22T14:49:06.1017958+03:00</HDOGUMTARIHI>
<HKIMLIKID>1</HKIMLIKID>
<HMUAYENEISLID>1</HMUAYENEISLID>
<HTCKIMLIKNO>sample string 3</HTCKIMLIKNO>
<HTDOGUMYERI>sample string 4</HTDOGUMYERI>
<HYASI>1</HYASI>
<RSAAT>2025-12-22T14:49:06.1017958+03:00</RSAAT>
<RTARIH>2025-12-22T14:49:06.1017958+03:00</RTARIH>
<RTEL>sample string 1</RTEL>
</FNMED_DOKTORRANDEVUDETAY_Result>
<FNMED_DOKTORRANDEVUDETAY_Result>
<HADISOYADI>sample string 2</HADISOYADI>
<HCINSIYETI>sample string 5</HCINSIYETI>
<HDOGUMTARIHI>2025-12-22T14:49:06.1017958+03:00</HDOGUMTARIHI>
<HKIMLIKID>1</HKIMLIKID>
<HMUAYENEISLID>1</HMUAYENEISLID>
<HTCKIMLIKNO>sample string 3</HTCKIMLIKNO>
<HTDOGUMYERI>sample string 4</HTDOGUMYERI>
<HYASI>1</HYASI>
<RSAAT>2025-12-22T14:49:06.1017958+03:00</RSAAT>
<RTARIH>2025-12-22T14:49:06.1017958+03:00</RTARIH>
<RTEL>sample string 1</RTEL>
</FNMED_DOKTORRANDEVUDETAY_Result>
</ArrayOfFNMED_DOKTORRANDEVUDETAY_Result>