GET api/PaidService/GetPaidServiceMakeDatelst?paidServiceMainId={paidServiceMainId}&date={date}
获取预约时间
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| paidServiceMainId | string |
Required |
|
| date | date |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfListOfPaidServiceMakeDateList| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of PaidServiceMakeDateList |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"Id": "sample string 1",
"StartTime": "sample string 2",
"EndTime": "sample string 3",
"NumCount": 4,
"IsMake": true,
"IsTimeOut": true
},
{
"Id": "sample string 1",
"StartTime": "sample string 2",
"EndTime": "sample string 3",
"NumCount": 4,
"IsMake": true,
"IsTimeOut": true
}
]
}