GET api/Appointments/GetProviderTimeZoneId?providerid={providerid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
providerid

integer

Required

Body Parameters

None.

Response Information

Resource Description

ProviderTimeZoneDTO
NameDescriptionTypeAdditional information
TimeZoneId

integer

None.

TimeZoneName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "timeZoneId": 1,
  "timeZoneName": "sample string 2"
}

application/xml, text/xml

Sample:
<ProviderTimeZoneDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO">
  <TimeZoneId>1</TimeZoneId>
  <TimeZoneName>sample string 2</TimeZoneName>
</ProviderTimeZoneDTO>