POST Api/Service/Order/UpdateDataSource

更新订单报价数据来源

Request Information

URI Parameters

None.

Body Parameters

设置参数

SpeedPower.Utility.Models.Project.Orders.Service.UpdateDataSourceModel
NameDescriptionTypeAdditional 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": "e3ed1bab-c761-4071-a204-740278376a7a",
  "ProviderCode": "sample string 2",
  "PriceChangeInterval": 3
}

Response Information

Resource Description

更新订单报价数据来源

SpeedPower.Utility.Models.Helper.ResultMessage
NameDescriptionTypeAdditional information
Succeed

操作是否成功

boolean

None.

Message

操作消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeed": true,
  "Message": "sample string 2"
}