POST Api/Invoke/AddIntactPurchaseFollowup
增加采购单后续处理完整项(退改)
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.IntactPurchaseFollowupModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchasePayments |
采购单收付款项 |
SpeedPower.Utility.Models.Project.Orders.Service.AddPurchasePaymentModel |
None. |
| PurchaseOrderId |
父级ID |
globally unique identifier |
None. |
| ApplyType |
申请类型 |
SpeedPower.Utility.Models.Project.Orders.Enums.PurchaseApplyType |
None. |
| Remarks |
备注内容 |
string |
None. |
| CSegmentId |
如为改签行程需要提供订单改签行程ID(可为空) |
globally unique identifier |
None. |
| LinkedId |
平台退票单或改签单关联ID(可为空) |
globally unique identifier |
None. |
| PassengerIds |
乘机ID列表(使用,分隔的乘机人ID列表)(为空则代表当前采购单下所有乘机人) |
string |
String length: inclusive between 0 and 500 |
Request Formats
application/json, text/json
Sample:
{
"PurchasePayments": {
"ID": "84a0006a-1cff-4c81-a97a-a5528d6d6355",
"ClaimlPrice": 2.1,
"ServicePrice": 3.1,
"Confirmed": true,
"Reconciled": true,
"TransactionId": "sample string 6",
"Remarks": "sample string 7"
},
"PurchaseOrderId": "663d5c5f-3303-40a5-9fbf-e4cb5e19c8a1",
"ApplyType": 0,
"Remarks": "sample string 2",
"CSegmentId": "b737011d-4d9e-425a-8641-57bfa9c48330",
"LinkedId": "03f8fe62-4972-450a-85d0-d8102233cf5f",
"PassengerIds": "sample string 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"
}