POST api/Schedule/SetAllowReservationWindow
Request Information
URI Parameters
None.
Body Parameters
Collection of DoctorAllowReservationWindowModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AllowReservationWindow | integer |
None. |
|
| AccountKey | string |
None. |
|
| RoomKey | string |
None. |
|
| SpecialtyGroupId | integer |
None. |
|
| BranchKey | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"AllowReservationWindow": 1,
"AccountKey": "sample string 2",
"RoomKey": "sample string 3",
"SpecialtyGroupId": 4,
"BranchKey": "sample string 5"
},
{
"AllowReservationWindow": 1,
"AccountKey": "sample string 2",
"RoomKey": "sample string 3",
"SpecialtyGroupId": 4,
"BranchKey": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfDoctorAllowReservationWindowModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models.Schedule">
<DoctorAllowReservationWindowModel>
<AccountKey xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models">sample string 2</AccountKey>
<BranchKey xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models">sample string 5</BranchKey>
<RoomKey xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models">sample string 3</RoomKey>
<SpecialtyGroupId xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models">4</SpecialtyGroupId>
<AllowReservationWindow>1</AllowReservationWindow>
</DoctorAllowReservationWindowModel>
<DoctorAllowReservationWindowModel>
<AccountKey xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models">sample string 2</AccountKey>
<BranchKey xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models">sample string 5</BranchKey>
<RoomKey xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models">sample string 3</RoomKey>
<SpecialtyGroupId xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models">4</SpecialtyGroupId>
<AllowReservationWindow>1</AllowReservationWindow>
</DoctorAllowReservationWindowModel>
</ArrayOfDoctorAllowReservationWindowModel>
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. |