GET Provider/BusinessHour

Get the business hour info for the provider

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ParaProviderBusinessHourPackage
NameDescriptionTypeAdditional information
ProviderId

integer

None.

BusinessHourList

Collection of ParaProviderBusinessHour

None.

Response Formats

application/json, text/json

Sample:
{
  "ProviderId": 1,
  "BusinessHourList": [
    {
      "ProviderBusinessHourId": 1,
      "BusinessHour_LocalFrom": "2025-04-25T15:57:36.0353639Z",
      "BusinessHour_LocalTo": "2025-04-25T15:57:36.0353639Z"
    },
    {
      "ProviderBusinessHourId": 1,
      "BusinessHour_LocalFrom": "2025-04-25T15:57:36.0353639Z",
      "BusinessHour_LocalTo": "2025-04-25T15:57:36.0353639Z"
    }
  ]
}

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-04-25T15:57:36.0353639Z</BusinessHour_LocalFrom>
      <BusinessHour_LocalTo>2025-04-25T15:57:36.0353639Z</BusinessHour_LocalTo>
      <ProviderBusinessHourId>1</ProviderBusinessHourId>
    </ParaProviderBusinessHour>
    <ParaProviderBusinessHour>
      <BusinessHour_LocalFrom>2025-04-25T15:57:36.0353639Z</BusinessHour_LocalFrom>
      <BusinessHour_LocalTo>2025-04-25T15:57:36.0353639Z</BusinessHour_LocalTo>
      <ProviderBusinessHourId>1</ProviderBusinessHourId>
    </ParaProviderBusinessHour>
  </BusinessHourList>
  <ProviderId>1</ProviderId>
</ParaProviderBusinessHourPackage>