GET api/{area}/AppointmentTime/Getseltime?pid={pid}&siteId={siteId}&yr={yr}&proid={proid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pid | string |
Required |
|
| siteId | string |
Required |
|
| yr | string |
Required |
|
| proid | string |
Default value is |
|
| area | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of SelTime| Name | Description | Type | Additional 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>