POST Api/Service/Order/UpdateQuotationSource

更新订单政策来源

Request Information

URI Parameters

None.

Body Parameters

设置参数

SpeedPower.Utility.Models.Project.Orders.Service.UpdateQuotationSourceModel
NameDescriptionTypeAdditional 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": "18573e66-cc93-4c2c-8d24-339f308112fc",
  "Remarks": "sample string 2",
  "QuotationId": "sample string 3",
  "ProductMark": "sample string 4",
  "Creater": "sample string 5"
}

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"
}