GET Provider/BusinessHour
Get the business hour info for the provider
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ParaProviderBusinessHourPackage| Name | Description | Type | Additional information |
|---|---|---|---|
| ProviderId | integer |
None. |
|
| BusinessHourList | Collection of ParaProviderBusinessHour |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProviderId": 1,
"BusinessHourList": [
{
"ProviderBusinessHourId": 1,
"BusinessHour_LocalFrom": "2025-11-01T09:23:52.111329Z",
"BusinessHour_LocalTo": "2025-11-01T09:23:52.111329Z"
},
{
"ProviderBusinessHourId": 1,
"BusinessHour_LocalFrom": "2025-11-01T09:23:52.111329Z",
"BusinessHour_LocalTo": "2025-11-01T09:23:52.111329Z"
}
]
}
application/xml, text/xml
Sample:
<ParaProviderBusinessHourPackage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<BusinessHourList>
<ParaProviderBusinessHour>
<BusinessHour_LocalFrom>2025-11-01T09:23:52.111329Z</BusinessHour_LocalFrom>
<BusinessHour_LocalTo>2025-11-01T09:23:52.111329Z</BusinessHour_LocalTo>
<ProviderBusinessHourId>1</ProviderBusinessHourId>
</ParaProviderBusinessHour>
<ParaProviderBusinessHour>
<BusinessHour_LocalFrom>2025-11-01T09:23:52.111329Z</BusinessHour_LocalFrom>
<BusinessHour_LocalTo>2025-11-01T09:23:52.111329Z</BusinessHour_LocalTo>
<ProviderBusinessHourId>1</ProviderBusinessHourId>
</ParaProviderBusinessHour>
</BusinessHourList>
<ProviderId>1</ProviderId>
</ParaProviderBusinessHourPackage>