POST Api/Service/Order/AddDataSource
添加订单报价数据来源
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.AddDataSourceModelName | 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": "99ede4c4-e0d4-4468-91a4-b38cc648be99", "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" }