POST hasta/RandevuKayit
Request Information
URI Parameters
None.
Body Parameters
RandevuKayitParams| Name | Description | Type | Additional information | 
|---|---|---|---|
| SubeId | integer | 
                             None.  | 
                |
| BolumId | integer | 
                             None.  | 
                |
| DrId | integer | 
                             None.  | 
                |
| HKimlikId | integer | 
                             None.  | 
                |
| Tarih | date | 
                             None.  | 
                |
| Saat | date | 
                             None.  | 
                |
| Aciklama | string | 
                             None.  | 
                |
| Ad | string | 
                             None.  | 
                |
| Soyad | string | 
                             None.  | 
                |
| Tel | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "SubeId": 1,
  "BolumId": 1,
  "DrId": 1,
  "HKimlikId": 1,
  "Tarih": "2025-11-04T14:21:19.4646647+03:00",
  "Saat": "2025-11-04T14:21:19.4646647+03:00",
  "Aciklama": "sample string 1",
  "Ad": "sample string 2",
  "Soyad": "sample string 3",
  "Tel": "sample string 4"
}
        text/html
            Sample:
        
{"SubeId":1,"BolumId":1,"DrId":1,"HKimlikId":1,"Tarih":"2025-11-04T14:21:19.4646647+03:00","Saat":"2025-11-04T14:21:19.4646647+03:00","Aciklama":"sample string 1","Ad":"sample string 2","Soyad":"sample string 3","Tel":"sample string 4"}
        application/xml, text/xml
            Sample:
        <RandevuKayitParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB.Dtos"> <Aciklama>sample string 1</Aciklama> <Ad>sample string 2</Ad> <BolumId>1</BolumId> <DrId>1</DrId> <HKimlikId>1</HKimlikId> <Saat>2025-11-04T14:21:19.4646647+03:00</Saat> <Soyad>sample string 3</Soyad> <SubeId>1</SubeId> <Tarih>2025-11-04T14:21:19.4646647+03:00</Tarih> <Tel>sample string 4</Tel> </RandevuKayitParams>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json, text/html
            Sample:
        1
application/xml, text/xml
            Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>