GET api/{area}/Service/GetAppointmentDetail?aid={aid}&siteId={siteId}&pid={pid}&storeId={storeId}
预约服务项目详情初始化
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aid | string |
Required |
|
| siteId | string |
Required |
|
| pid | string |
Required |
|
| storeId | string |
Required |
|
| area | string |
None. |
Body Parameters
None.
Response Information
Resource Description
AppointmentDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| PId | string |
None. |
|
| ProductName | string |
None. |
|
| TrueName | string |
None. |
|
| MobilePhone | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PId": "sample string 1",
"ProductName": "sample string 2",
"TrueName": "sample string 3",
"MobilePhone": "sample string 4"
}
application/xml, text/xml
Sample:
<AppointmentDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Areas.Beauty.Models"> <MobilePhone>sample string 4</MobilePhone> <PId>sample string 1</PId> <ProductName>sample string 2</ProductName> <TrueName>sample string 3</TrueName> </AppointmentDetail>