POST api/Order/ServerOrderUpTime
服務訂單時間修改
Request Information
URI Parameters
None.
Body Parameters
ServerOrderUpTime_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
| userId |
會員帳號 |
string |
Required |
| orderNumber |
訂單編號 |
string |
Required |
| ServiceDate |
服務日期 YYYY-MM-DD |
string |
Required |
| ServerTime |
服務時間 |
ServerTime |
Required |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1",
"userId": "sample string 2",
"orderNumber": "sample string 3",
"ServiceDate": "sample string 4",
"ServerTime": 1
}
text/html
Sample:
{"Ticket":"sample string 1","userId":"sample string 2","orderNumber":"sample string 3","ServiceDate":"sample string 4","ServerTime":1}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
服務訂單時間修改
ServerOrderUpTime_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketVerified |
驗證是否通過 |
boolean |
None. |
| status |
0:系統錯誤 1:申請成功 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ticketVerified": true,
"status": 2
}
text/html
Sample:
{"ticketVerified":true,"status":2}