POST api/VeterinaryDoctorAppointmentBot/ResheduleAppointment/{BookingID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BookingID | string |
Required |
Body Parameters
VeterinaryAppointmentBookingMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| PatientID | integer |
None. |
|
| AppointmentFor | string |
None. |
|
| Concern | string |
None. |
|
| AppointmentDate | date |
None. |
|
| DoctorID | integer |
None. |
|
| DepartmentID | integer |
None. |
|
| Charges | integer |
None. |
|
| SlotID | integer |
None. |
|
| BookingID | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedOn | date |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"PatientID": 2,
"AppointmentFor": "sample string 3",
"Concern": "sample string 4",
"AppointmentDate": "2025-12-22T16:17:05.205633+05:30",
"DoctorID": 6,
"DepartmentID": 7,
"Charges": 8,
"SlotID": 9,
"BookingID": "sample string 10",
"CreatedBy": "sample string 11",
"CreatedOn": "2025-12-22T16:17:05.205633+05:30",
"ModifiedBy": "sample string 13",
"ModifiedOn": "2025-12-22T16:17:05.205633+05:30",
"IsDeleted": true
}
application/xml, text/xml
Sample:
<VeterinaryAppointmentBookingMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Quereta.Entities.Entities"> <AppointmentDate>2025-12-22T16:17:05.205633+05:30</AppointmentDate> <AppointmentFor>sample string 3</AppointmentFor> <BookingID>sample string 10</BookingID> <Charges>8</Charges> <Concern>sample string 4</Concern> <CreatedBy>sample string 11</CreatedBy> <CreatedOn>2025-12-22T16:17:05.205633+05:30</CreatedOn> <DepartmentID>7</DepartmentID> <DoctorID>6</DoctorID> <ID>1</ID> <IsDeleted>true</IsDeleted> <ModifiedBy>sample string 13</ModifiedBy> <ModifiedOn>2025-12-22T16:17:05.205633+05:30</ModifiedOn> <PatientID>2</PatientID> <SlotID>9</SlotID> </VeterinaryAppointmentBookingMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />