POST Api/Service/Order/UpdateQuotationSource
更新订单政策来源
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.UpdateQuotationSourceModelName | 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": "02616ebc-222a-4947-810c-4f0bbe4d13f2", "Remarks": "sample string 2", "QuotationId": "sample string 3", "ProductMark": "sample string 4", "Creater": "sample string 5" }
Response Information
Resource Description
更新订单政策来源
SpeedPower.Utility.Models.Helper.ResultMessageName | Description | Type | Additional information |
---|---|---|---|
Succeed |
操作是否成功 |
boolean |
None. |
Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeed": true, "Message": "sample string 2" }