POST api/Schedule/GetSummary

Request Information

URI Parameters

None.

Body Parameters

Collection of GetSummaryModel
NameDescriptionTypeAdditional information
From

date

None.

To

date

None.

AccountKey

string

None.

RoomKey

string

None.

SpecialtyGroupId

integer

None.

BranchKey

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "From": "2025-12-10T12:42:04.9200336+02:00",
    "To": "2025-12-10T12:42:04.9200336+02:00",
    "AccountKey": "sample string 3",
    "RoomKey": "sample string 4",
    "SpecialtyGroupId": 5,
    "BranchKey": "sample string 6"
  },
  {
    "From": "2025-12-10T12:42:04.9200336+02:00",
    "To": "2025-12-10T12:42:04.9200336+02:00",
    "AccountKey": "sample string 3",
    "RoomKey": "sample string 4",
    "SpecialtyGroupId": 5,
    "BranchKey": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetSummaryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Schedule.Models.Schedule">
  <GetSummaryModel>
    <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>
    <From>2025-12-10T12:42:04.9200336+02:00</From>
    <To>2025-12-10T12:42:04.9200336+02:00</To>
  </GetSummaryModel>
  <GetSummaryModel>
    <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>
    <From>2025-12-10T12:42:04.9200336+02:00</From>
    <To>2025-12-10T12:42:04.9200336+02:00</To>
  </GetSummaryModel>
</ArrayOfGetSummaryModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.