POST Api/Service/Order/AddDataSource
添加订单报价数据来源
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.AddDataSourceModel| Name | 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": "f995cb43-c4a3-41d5-89e8-eb17ff3e717f",
"ProviderCode": "sample string 2",
"PriceChangeInterval": 3
}
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"
}