POST Api/Service/Order/UpdateQuotationSource
更新订单政策来源
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.UpdateQuotationSourceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
设置ID |
globally unique identifier |
None. |
| Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
| QuotationId |
政策ID |
string |
String length: inclusive between 0 and 128 |
| ProductMark |
产品标识 |
string |
String length: inclusive between 0 and 500 |
| Creater |
创建人 |
string |
Required String length: inclusive between 0 and 128 |
Request Formats
application/json, text/json
Sample:
{
"ID": "77ebf470-29e9-42b3-b1de-84595999582d",
"Remarks": "sample string 2",
"QuotationId": "sample string 3",
"ProductMark": "sample string 4",
"Creater": "sample string 5"
}
Response Information
Resource Description
更新订单政策来源
SpeedPower.Utility.Models.Helper.ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}