POST Api/Service/Order/AddQuotationSource
添加订单政策来源
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.AddQuotationSourceModel| Name | Description | Type | Additional 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": "b23d1a42-3d7e-4f95-a143-d7f644ecb6c5",
"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| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}