POST api/ServerPro/GetUnserviceableDates_ByOrderNo
商品不可服务时间(订单)
Request Information
URI Parameters
None.
Body Parameters
input_unserviceableDatesByOrderNo| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
| orderNumber |
服务商品编号 |
string |
None. |
| TimeType |
時間類型 0 服務時間,1 估價時間 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1",
"orderNumber": "sample string 2",
"TimeType": 3
}
text/html
Sample:
{"Ticket":"sample string 1","orderNumber":"sample string 2","TimeType":3}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
商品不可服务时间(订单)
output_unserviceableDates| Name | Description | Type | Additional information |
|---|---|---|---|
| unserviceableDates |
不可服务时间 |
Collection of string |
None. |
| ticketVerified |
驗證是否通過 |
boolean |
None. |
| daysOfWeekDisabled |
不可服務的星期 |
Collection of string |
None. |
| dateStart |
可服務日期(起) |
integer |
None. |
| dateEnd |
可服務日期(迄) |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"unserviceableDates": [
"sample string 1",
"sample string 2"
],
"ticketVerified": true,
"daysOfWeekDisabled": [
"sample string 1",
"sample string 2"
],
"dateStart": 1,
"dateEnd": 1
}
text/html
Sample:
{"unserviceableDates":["sample string 1","sample string 2"],"ticketVerified":true,"daysOfWeekDisabled":["sample string 1","sample string 2"],"dateStart":1,"dateEnd":1}