POST api/Schedule/CheckSlotAvailability
Request Information
URI Parameters
None.
Body Parameters
Collection of CheckSlotAvailabilityModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Slot | date |
None. |
|
| ReservationKey | string |
None. |
|
| AccountKey | string |
None. |
|
| RoomKey | string |
None. |
|
| SpecialtyGroupId | integer |
None. |
|
| BranchKey | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Slot": "2025-12-10T12:42:04.4503966+02:00",
"ReservationKey": "sample string 2",
"AccountKey": "sample string 3",
"RoomKey": "sample string 4",
"SpecialtyGroupId": 5,
"BranchKey": "sample string 6"
},
{
"Slot": "2025-12-10T12:42:04.4503966+02:00",
"ReservationKey": "sample string 2",
"AccountKey": "sample string 3",
"RoomKey": "sample string 4",
"SpecialtyGroupId": 5,
"BranchKey": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfCheckSlotAvailabilityModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models.Schedule">
<CheckSlotAvailabilityModel>
<AccountKey xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models">sample string 3</AccountKey>
<BranchKey xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models">sample string 6</BranchKey>
<RoomKey xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models">sample string 4</RoomKey>
<SpecialtyGroupId xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models">5</SpecialtyGroupId>
<ReservationKey>sample string 2</ReservationKey>
<Slot>2025-12-10T12:42:04.4503966+02:00</Slot>
</CheckSlotAvailabilityModel>
<CheckSlotAvailabilityModel>
<AccountKey xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models">sample string 3</AccountKey>
<BranchKey xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models">sample string 6</BranchKey>
<RoomKey xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models">sample string 4</RoomKey>
<SpecialtyGroupId xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models">5</SpecialtyGroupId>
<ReservationKey>sample string 2</ReservationKey>
<Slot>2025-12-10T12:42:04.4503966+02:00</Slot>
</CheckSlotAvailabilityModel>
</ArrayOfCheckSlotAvailabilityModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |