GET api/AppointmentTime/Getseltime1?sid={sid}&siteId={siteId}&pid={pid}&yr={yr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sid

string

Required

siteId

string

Required

pid

string

Default value is

yr

string

Default value is

Body Parameters

None.

Response Information

Resource Description

Collection of SelTime
NameDescriptionTypeAdditional information
id

string

None.

yiyuyue

boolean

None.

yixuan

boolean

None.

tx

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "sample string 1",
    "yiyuyue": true,
    "yixuan": true,
    "tx": "sample string 4"
  },
  {
    "id": "sample string 1",
    "yiyuyue": true,
    "yixuan": true,
    "tx": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSelTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Areas.Beauty.Controllers">
  <SelTime>
    <id>sample string 1</id>
    <tx>sample string 4</tx>
    <yixuan>true</yixuan>
    <yiyuyue>true</yiyuyue>
  </SelTime>
  <SelTime>
    <id>sample string 1</id>
    <tx>sample string 4</tx>
    <yixuan>true</yixuan>
    <yiyuyue>true</yiyuyue>
  </SelTime>
</ArrayOfSelTime>