GET drtakvim/RandevuIptal?AppointmentId={AppointmentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| AppointmentId | integer | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
Collection of DOKTORTAKVIM_RANDEVU_IPTAL_Result| Name | Description | Type | Additional information | 
|---|---|---|---|
| AppointmentID | integer | 
                             None.  | 
                |
| Response | string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "AppointmentID": 1,
    "Response": "sample string 1"
  },
  {
    "AppointmentID": 1,
    "Response": "sample string 1"
  }
]
        text/html
            Sample:
        
[{"AppointmentID":1,"Response":"sample string 1"},{"AppointmentID":1,"Response":"sample string 1"}]
        application/xml, text/xml
            Sample:
<ArrayOfDOKTORTAKVIM_RANDEVU_IPTAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <DOKTORTAKVIM_RANDEVU_IPTAL_Result>
    <AppointmentID>1</AppointmentID>
    <Response>sample string 1</Response>
  </DOKTORTAKVIM_RANDEVU_IPTAL_Result>
  <DOKTORTAKVIM_RANDEVU_IPTAL_Result>
    <AppointmentID>1</AppointmentID>
    <Response>sample string 1</Response>
  </DOKTORTAKVIM_RANDEVU_IPTAL_Result>
</ArrayOfDOKTORTAKVIM_RANDEVU_IPTAL_Result>