POST Provider/DedicatedSchedule
Get Porider Dedicated Schedule Time Blocks
Request Information
URI Parameters
None.
Body Parameters
ParaDedicatedSchedule| Name | Description | Type | Additional information |
|---|---|---|---|
| WeekNumber | integer |
None. |
|
| TimeZhoneId | string |
None. |
|
| Begin | date |
None. |
|
| startUTC | date |
None. |
|
| endUTC | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"WeekNumber": 1,
"TimeZhoneId": "sample string 1",
"Begin": "2025-11-01T04:10:24.5153886Z",
"startUTC": "2025-11-01T04:10:24.5153886Z",
"endUTC": "2025-11-01T04:10:24.5153886Z"
}
application/xml, text/xml
Sample:
<ParaDedicatedSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Begin>2025-11-01T04:10:24.5153886Z</Begin> <TimeZhoneId>sample string 1</TimeZhoneId> <WeekNumber>1</WeekNumber> <endUTC>2025-11-01T04:10:24.5153886Z</endUTC> <startUTC>2025-11-01T04:10:24.5153886Z</startUTC> </ParaDedicatedSchedule>
Response Information
Resource Description
ResultDedicatedSchedule| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of DedicatedSchedule |
None. |
|
| tzProvider | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
{
"startDateWithYear": "sample string 1",
"endDateWithYear": "sample string 2",
"WeekDay": "sample string 3",
"startDate": "sample string 4",
"endDate": "sample string 5",
"DateDescription": "sample string 6",
"RateDescription": "sample string 7",
"Rate": "sample string 8",
"AvailableCodeId": "sample string 9",
"ScheduleDate": "sample string 10",
"AvailableCode": "sample string 11",
"TimeSpanDescription": "sample string 12"
},
{
"startDateWithYear": "sample string 1",
"endDateWithYear": "sample string 2",
"WeekDay": "sample string 3",
"startDate": "sample string 4",
"endDate": "sample string 5",
"DateDescription": "sample string 6",
"RateDescription": "sample string 7",
"Rate": "sample string 8",
"AvailableCodeId": "sample string 9",
"ScheduleDate": "sample string 10",
"AvailableCode": "sample string 11",
"TimeSpanDescription": "sample string 12"
}
],
"tzProvider": "sample string 1"
}
application/xml, text/xml
Sample:
<ResultDedicatedSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<data>
<DedicatedSchedule>
<AvailableCode>sample string 11</AvailableCode>
<AvailableCodeId>sample string 9</AvailableCodeId>
<DateDescription>sample string 6</DateDescription>
<Rate>sample string 8</Rate>
<RateDescription>sample string 7</RateDescription>
<ScheduleDate>sample string 10</ScheduleDate>
<TimeSpanDescription>sample string 12</TimeSpanDescription>
<WeekDay>sample string 3</WeekDay>
<endDate>sample string 5</endDate>
<endDateWithYear>sample string 2</endDateWithYear>
<startDate>sample string 4</startDate>
<startDateWithYear>sample string 1</startDateWithYear>
</DedicatedSchedule>
<DedicatedSchedule>
<AvailableCode>sample string 11</AvailableCode>
<AvailableCodeId>sample string 9</AvailableCodeId>
<DateDescription>sample string 6</DateDescription>
<Rate>sample string 8</Rate>
<RateDescription>sample string 7</RateDescription>
<ScheduleDate>sample string 10</ScheduleDate>
<TimeSpanDescription>sample string 12</TimeSpanDescription>
<WeekDay>sample string 3</WeekDay>
<endDate>sample string 5</endDate>
<endDateWithYear>sample string 2</endDateWithYear>
<startDate>sample string 4</startDate>
<startDateWithYear>sample string 1</startDateWithYear>
</DedicatedSchedule>
</data>
<tzProvider>sample string 1</tzProvider>
</ResultDedicatedSchedule>