POST Api/Service/Quotation/BatchQuotationExtraUpdate
批量更新政策扩展模型
Request Information
URI Parameters
None.
Body Parameters
更新模型
SpeedPower.Utility.Models.Project.SQuery.Service.Quotations.BatchQuotationExtraUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Search |
检索模型 |
SpeedPower.Utility.Models.Project.SQuery.Service.Quotations.SearchQuotationModel |
None. |
| ExtraMoney |
额外加钱(10.67元) |
decimal number |
None. |
| ExtraRebate |
额外返点(6.99个点) |
decimal number |
None. |
| ExtraPrintPrice |
额外票面价加钱(50元) |
integer |
None. |
| ExtraPrintRebate |
额外票面价加点(2.2个点) |
decimal number |
None. |
| ExtraProfitMoney |
额外比价范围(15.26元) |
decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Search": {
"SiteCodes": [
"sample string 1",
"sample string 2"
],
"QuotationId": "a4bf3cb0-361e-41a2-ab27-203011100124",
"Carriers": [
"sample string 1",
"sample string 2"
],
"DepartureAirport": "sample string 1",
"ArrivalAirport": "sample string 2",
"PurchaseTag": "sample string 3",
"Creater": "sample string 4",
"Status": 0,
"DataSource": 0,
"IssueDate": "2025-11-06T01:37:24.3743225+08:00",
"TravelDate": "2025-11-06T01:37:24.3743225+08:00",
"MinDateTime": "2025-11-06T01:37:24.3743225+08:00",
"MaxDateTime": "2025-11-06T01:37:24.3743225+08:00"
},
"ExtraMoney": 1.1,
"ExtraRebate": 1.1,
"ExtraPrintPrice": 1,
"ExtraPrintRebate": 1.1,
"ExtraProfitMoney": 1.1
}
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"
}