POST Api/Service/Order/UpdatePurchaseFollowup
更新采购单后续处理项(退改)
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Orders.Service.UpdatePurchaseFollowupModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
设置ID |
globally unique identifier |
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:
{
"ID": "41193832-95ed-496a-9d4d-ab4c0efaaec2",
"PurchaseOrderId": "076617b5-e774-4924-a3f6-487bc39efcfc",
"ApplyType": 0,
"Remarks": "sample string 3",
"CSegmentId": "b5f24895-04a7-4b35-a9eb-93fb626b756f",
"LinkedId": "0c27ed06-b341-4da5-8587-6c4975f84229",
"PassengerIds": "sample string 4"
}
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"
}