POST api/AppraisalOrder/SendAppraisalEmail
發送估價成立通知
Request Information
URI Parameters
None.
Body Parameters
SendAppraisalEmail_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Key |
匿名 Key |
string |
None. |
| ShopNo |
估價單編號(HQ) |
string |
None. |
| MemNo |
會員編號 |
string |
None. |
|
會員Email |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Key": "sample string 1",
"ShopNo": "sample string 2",
"MemNo": "sample string 3",
"Email": "sample string 4"
}
text/html
Sample:
{"Key":"sample string 1","ShopNo":"sample string 2","MemNo":"sample string 3","Email":"sample string 4"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
發送估價成立通知
SendAppraisalEmail_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess |
是否成功 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true
}
text/html
Sample:
{"IsSuccess":true}