POST Api/Service/Order/UpdateDataSource
更新订单报价数据来源
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.UpdateDataSourceModelName | Description | Type | Additional information |
---|---|---|---|
ID |
设置ID |
globally unique identifier |
None. |
ProviderCode |
数据源代码 |
string |
Required String length: inclusive between 0 and 20 |
PriceChangeInterval |
变价区间 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "587555ed-e66b-4c4b-8445-a43f2e0b4cd9", "ProviderCode": "sample string 2", "PriceChangeInterval": 3 }
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" }