POST Api/Service/Order/ManualPurchaseChanged

手动采购单改签询价/确认

Request Information

URI Parameters

None.

Body Parameters

请求模型

SpeedPower.Utility.Models.Project.Orders.Service.Automatic.ManualPurchaseChangedRequestModel
NameDescriptionTypeAdditional information
PurchaseId

采购单ID

globally unique identifier

None.

Confirmed

是否为确认改签操作

boolean

None.

LinkedId

改签单关联ID

globally unique identifier

None.

SettingKey

数据源扩展Key

string

Required

String length: inclusive between 0 and 500

SettingValue

数据源扩展Value

string

Required

PassengerIds

乘机人选择项(为空列表则默认为所有当前采购单乘客)

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PurchaseId": "5cc20cbd-1aec-4cf0-b5e9-d5dd93ffd540",
  "Confirmed": true,
  "LinkedId": "5b0f3557-0863-4ddb-8f53-15f24feca681",
  "SettingKey": "sample string 3",
  "SettingValue": "sample string 4",
  "PassengerIds": [
    "b3b82eef-8db2-4463-9754-a45470814484",
    "9d6123da-b13d-4b1b-8487-1fc026dae3fe"
  ]
}

Response Information

Resource Description

手动采购单改签询价/确认

SpeedPower.Utility.Models.Project.Orders.Service.Automatic.AutoPurchaseChangedResponseModel
NameDescriptionTypeAdditional information
ErrorType

错误类型(可为NULL)

SpeedPower.Utility.Models.Project.Orders.Service.Automatic.AutoPurchaseChangedErrorType

None.

Request

请求模型返回

SpeedPower.Utility.Models.Project.Orders.Service.Automatic.AutoPurchaseChangedRequestModel

None.

PurchaseChangedPayment

财务信息

SpeedPower.Utility.Models.Project.Orders.Service.Automatic.AutoPurchaseChangedPaymentResponseModel

None.

Succeed

操作是否成功

boolean

None.

Message

操作消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorType": 0,
  "Request": {
    "Confirmed": true,
    "FollowupId": "29dad856-044e-449e-bc05-097f962b4b5d",
    "LinkedId": "7f5d3177-d777-4673-b45b-b5cf37bca285",
    "SettingKey": "sample string 3",
    "SettingValue": "sample string 4",
    "OPassengers": [
      {
        "TicketNumbers": [
          {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2026-08-09T12:40:13.2593939+08:00",
            "ID": "c17d76b7-f47c-4a28-9782-8f629fe6254b",
            "PassengerId": "7dce40d8-8da8-4974-9a67-ea327a1f4d0d",
            "TicketNumber": "sample string 5",
            "Posted": true,
            "Remarks": "sample string 7"
          },
          {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2026-08-09T12:40:13.2593939+08:00",
            "ID": "c17d76b7-f47c-4a28-9782-8f629fe6254b",
            "PassengerId": "7dce40d8-8da8-4974-9a67-ea327a1f4d0d",
            "TicketNumber": "sample string 5",
            "Posted": true,
            "Remarks": "sample string 7"
          }
        ],
        "OTotalPrices": [
          {
            "Time": "2026-08-09T12:40:13.2593939+08:00",
            "ID": "f81da84e-e788-4136-8ad9-1ed72d340df2",
            "PassengerId": "fdf5a8ed-9b14-4d84-b23b-6ea1f4e4bf15",
            "Sequence": 1,
            "SalePrice": 4.1,
            "PrintPrice": 5,
            "FareTax": 6,
            "FuelTax": 7,
            "CabinLevel": 0,
            "CabinCode": "sample string 8",
            "ChannelCabinCode": "sample string 9",
            "FixedCabinCode": "sample string 10"
          },
          {
            "Time": "2026-08-09T12:40:13.2593939+08:00",
            "ID": "f81da84e-e788-4136-8ad9-1ed72d340df2",
            "PassengerId": "fdf5a8ed-9b14-4d84-b23b-6ea1f4e4bf15",
            "Sequence": 1,
            "SalePrice": 4.1,
            "PrintPrice": 5,
            "FareTax": 6,
            "FuelTax": 7,
            "CabinLevel": 0,
            "CabinCode": "sample string 8",
            "ChannelCabinCode": "sample string 9",
            "FixedCabinCode": "sample string 10"
          }
        ],
        "Time": "2026-08-09T12:40:13.2593939+08:00",
        "ID": "f93ee19c-6076-480b-9a03-3a47df8d6f6d",
        "OrderId": "9a67e923-9905-4c52-bde1-f01722e6f90e",
        "Name": "sample string 4",
        "Birthday": "2026-08-09T12:40:13.2593939+08:00",
        "CardType": 0,
        "CardNo": "sample string 5",
        "SexType": 0,
        "PassengerType": 0,
        "ContactPhone": "sample string 6"
      },
      {
        "TicketNumbers": [
          {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2026-08-09T12:40:13.2593939+08:00",
            "ID": "c17d76b7-f47c-4a28-9782-8f629fe6254b",
            "PassengerId": "7dce40d8-8da8-4974-9a67-ea327a1f4d0d",
            "TicketNumber": "sample string 5",
            "Posted": true,
            "Remarks": "sample string 7"
          },
          {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2026-08-09T12:40:13.2593939+08:00",
            "ID": "c17d76b7-f47c-4a28-9782-8f629fe6254b",
            "PassengerId": "7dce40d8-8da8-4974-9a67-ea327a1f4d0d",
            "TicketNumber": "sample string 5",
            "Posted": true,
            "Remarks": "sample string 7"
          }
        ],
        "OTotalPrices": [
          {
            "Time": "2026-08-09T12:40:13.2593939+08:00",
            "ID": "f81da84e-e788-4136-8ad9-1ed72d340df2",
            "PassengerId": "fdf5a8ed-9b14-4d84-b23b-6ea1f4e4bf15",
            "Sequence": 1,
            "SalePrice": 4.1,
            "PrintPrice": 5,
            "FareTax": 6,
            "FuelTax": 7,
            "CabinLevel": 0,
            "CabinCode": "sample string 8",
            "ChannelCabinCode": "sample string 9",
            "FixedCabinCode": "sample string 10"
          },
          {
            "Time": "2026-08-09T12:40:13.2593939+08:00",
            "ID": "f81da84e-e788-4136-8ad9-1ed72d340df2",
            "PassengerId": "fdf5a8ed-9b14-4d84-b23b-6ea1f4e4bf15",
            "Sequence": 1,
            "SalePrice": 4.1,
            "PrintPrice": 5,
            "FareTax": 6,
            "FuelTax": 7,
            "CabinLevel": 0,
            "CabinCode": "sample string 8",
            "ChannelCabinCode": "sample string 9",
            "FixedCabinCode": "sample string 10"
          }
        ],
        "Time": "2026-08-09T12:40:13.2593939+08:00",
        "ID": "f93ee19c-6076-480b-9a03-3a47df8d6f6d",
        "OrderId": "9a67e923-9905-4c52-bde1-f01722e6f90e",
        "Name": "sample string 4",
        "Birthday": "2026-08-09T12:40:13.2593939+08:00",
        "CardType": 0,
        "CardNo": "sample string 5",
        "SexType": 0,
        "PassengerType": 0,
        "ContactPhone": "sample string 6"
      }
    ],
    "OSegments": [
      {
        "Time": "2026-08-09T12:40:13.2593939+08:00",
        "ID": "8712d7f4-b831-473e-9dfd-f49770389f47",
        "OrderId": "f02965d3-26ee-46fa-b331-88b3130ee638",
        "Sequence": 4,
        "Carrier": "sample string 5",
        "DepartureAirport": "sample string 6",
        "ArrivalAirport": "sample string 7",
        "DepartureDate": "2026-08-09T12:40:13.2593939+08:00",
        "ArrivalDate": "2026-08-09T12:40:13.2593939+08:00",
        "FlightNo": "sample string 10",
        "CodeShare": true,
        "ShareToFlightNo": "sample string 12",
        "StopTimes": 13,
        "Meal": "sample string 14",
        "PlaneType": "sample string 15",
        "DepartureTerminal": "sample string 16",
        "ArrivalTerminal": "sample string 17"
      },
      {
        "Time": "2026-08-09T12:40:13.2593939+08:00",
        "ID": "8712d7f4-b831-473e-9dfd-f49770389f47",
        "OrderId": "f02965d3-26ee-46fa-b331-88b3130ee638",
        "Sequence": 4,
        "Carrier": "sample string 5",
        "DepartureAirport": "sample string 6",
        "ArrivalAirport": "sample string 7",
        "DepartureDate": "2026-08-09T12:40:13.2593939+08:00",
        "ArrivalDate": "2026-08-09T12:40:13.2593939+08:00",
        "FlightNo": "sample string 10",
        "CodeShare": true,
        "ShareToFlightNo": "sample string 12",
        "StopTimes": 13,
        "Meal": "sample string 14",
        "PlaneType": "sample string 15",
        "DepartureTerminal": "sample string 16",
        "ArrivalTerminal": "sample string 17"
      }
    ],
    "PreviousChanged": {
      "ChangedPayments": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-09T12:40:13.2593939+08:00",
          "ID": "978befc5-8c40-4eee-9adc-49c69ecda627",
          "ChangedId": "10064485-4972-4eb1-99dc-744b7d58f8bd",
          "Confirmed": true,
          "Reconciled": true,
          "UpgradePrice": 7.1,
          "CostPrice": 8.1,
          "TransactionId": "sample string 9",
          "Remarks": "sample string 10"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-09T12:40:13.2593939+08:00",
          "ID": "978befc5-8c40-4eee-9adc-49c69ecda627",
          "ChangedId": "10064485-4972-4eb1-99dc-744b7d58f8bd",
          "Confirmed": true,
          "Reconciled": true,
          "UpgradePrice": 7.1,
          "CostPrice": 8.1,
          "TransactionId": "sample string 9",
          "Remarks": "sample string 10"
        }
      ],
      "ChangedExpands": [
        {
          "ID": "30847d8e-12ff-4bd8-be30-a9d96026a73c",
          "ChangedId": "91efb526-baf3-4edb-9ceb-7fdbfc1d7086",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        },
        {
          "ID": "30847d8e-12ff-4bd8-be30-a9d96026a73c",
          "ChangedId": "91efb526-baf3-4edb-9ceb-7fdbfc1d7086",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        }
      ],
      "ChangedIncludes": [
        {
          "ID": "2ea0805f-3c57-46c1-88b9-d3c76a945e97",
          "ChangedId": "36a7dcf6-ee4d-438d-89f8-4178d26c27fe",
          "PassengerId": "18f1f9ad-b8ce-46b4-8c0e-53768535fa91",
          "TicketNumber": "sample string 4"
        },
        {
          "ID": "2ea0805f-3c57-46c1-88b9-d3c76a945e97",
          "ChangedId": "36a7dcf6-ee4d-438d-89f8-4178d26c27fe",
          "PassengerId": "18f1f9ad-b8ce-46b4-8c0e-53768535fa91",
          "TicketNumber": "sample string 4"
        }
      ],
      "CSegments": [
        {
          "Time": "2026-08-09T12:40:13.2593939+08:00",
          "ID": "38542f85-c9cb-4ebc-b01f-52f8384e207c",
          "ChangedId": "0faf45a7-8168-47fc-b6ae-ba63ffadab42",
          "Carrier": "sample string 4",
          "DepartureAirport": "sample string 5",
          "ArrivalAirport": "sample string 6",
          "DepartureDate": "2026-08-09T12:40:13.2593939+08:00",
          "ArrivalDate": "2026-08-09T12:40:13.2593939+08:00",
          "FlightNo": "sample string 9",
          "CodeShare": true,
          "ShareToFlightNo": "sample string 11",
          "CabinCode": "sample string 12",
          "CabinLevel": 0
        },
        {
          "Time": "2026-08-09T12:40:13.2593939+08:00",
          "ID": "38542f85-c9cb-4ebc-b01f-52f8384e207c",
          "ChangedId": "0faf45a7-8168-47fc-b6ae-ba63ffadab42",
          "Carrier": "sample string 4",
          "DepartureAirport": "sample string 5",
          "ArrivalAirport": "sample string 6",
          "DepartureDate": "2026-08-09T12:40:13.2593939+08:00",
          "ArrivalDate": "2026-08-09T12:40:13.2593939+08:00",
          "FlightNo": "sample string 9",
          "CodeShare": true,
          "ShareToFlightNo": "sample string 11",
          "CabinCode": "sample string 12",
          "CabinLevel": 0
        }
      ],
      "ChangedInternalNumber": "sample string 1",
      "ChangedSource": 0,
      "Creater": "sample string 2",
      "InternalTime": "2026-08-09T12:40:13.2593939+08:00",
      "ID": "f8f06f0c-bb2c-490a-9b59-758706a8421f",
      "OrderId": "f5eb8c5f-9a5a-49cd-9073-b68bbc79e476",
      "ChangedExternalNumber": "sample string 6",
      "ChangedType": 0,
      "ChangedStyle": 0,
      "LatestTime": "2026-08-09T12:40:13.2593939+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2026-08-09T12:40:13.2593939+08:00"
    },
    "CurrentChanged": {
      "ChangedPayments": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-09T12:40:13.2593939+08:00",
          "ID": "978befc5-8c40-4eee-9adc-49c69ecda627",
          "ChangedId": "10064485-4972-4eb1-99dc-744b7d58f8bd",
          "Confirmed": true,
          "Reconciled": true,
          "UpgradePrice": 7.1,
          "CostPrice": 8.1,
          "TransactionId": "sample string 9",
          "Remarks": "sample string 10"
        },
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-09T12:40:13.2593939+08:00",
          "ID": "978befc5-8c40-4eee-9adc-49c69ecda627",
          "ChangedId": "10064485-4972-4eb1-99dc-744b7d58f8bd",
          "Confirmed": true,
          "Reconciled": true,
          "UpgradePrice": 7.1,
          "CostPrice": 8.1,
          "TransactionId": "sample string 9",
          "Remarks": "sample string 10"
        }
      ],
      "ChangedExpands": [
        {
          "ID": "30847d8e-12ff-4bd8-be30-a9d96026a73c",
          "ChangedId": "91efb526-baf3-4edb-9ceb-7fdbfc1d7086",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        },
        {
          "ID": "30847d8e-12ff-4bd8-be30-a9d96026a73c",
          "ChangedId": "91efb526-baf3-4edb-9ceb-7fdbfc1d7086",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        }
      ],
      "ChangedIncludes": [
        {
          "ID": "2ea0805f-3c57-46c1-88b9-d3c76a945e97",
          "ChangedId": "36a7dcf6-ee4d-438d-89f8-4178d26c27fe",
          "PassengerId": "18f1f9ad-b8ce-46b4-8c0e-53768535fa91",
          "TicketNumber": "sample string 4"
        },
        {
          "ID": "2ea0805f-3c57-46c1-88b9-d3c76a945e97",
          "ChangedId": "36a7dcf6-ee4d-438d-89f8-4178d26c27fe",
          "PassengerId": "18f1f9ad-b8ce-46b4-8c0e-53768535fa91",
          "TicketNumber": "sample string 4"
        }
      ],
      "CSegments": [
        {
          "Time": "2026-08-09T12:40:13.2593939+08:00",
          "ID": "38542f85-c9cb-4ebc-b01f-52f8384e207c",
          "ChangedId": "0faf45a7-8168-47fc-b6ae-ba63ffadab42",
          "Carrier": "sample string 4",
          "DepartureAirport": "sample string 5",
          "ArrivalAirport": "sample string 6",
          "DepartureDate": "2026-08-09T12:40:13.2593939+08:00",
          "ArrivalDate": "2026-08-09T12:40:13.2593939+08:00",
          "FlightNo": "sample string 9",
          "CodeShare": true,
          "ShareToFlightNo": "sample string 11",
          "CabinCode": "sample string 12",
          "CabinLevel": 0
        },
        {
          "Time": "2026-08-09T12:40:13.2593939+08:00",
          "ID": "38542f85-c9cb-4ebc-b01f-52f8384e207c",
          "ChangedId": "0faf45a7-8168-47fc-b6ae-ba63ffadab42",
          "Carrier": "sample string 4",
          "DepartureAirport": "sample string 5",
          "ArrivalAirport": "sample string 6",
          "DepartureDate": "2026-08-09T12:40:13.2593939+08:00",
          "ArrivalDate": "2026-08-09T12:40:13.2593939+08:00",
          "FlightNo": "sample string 9",
          "CodeShare": true,
          "ShareToFlightNo": "sample string 11",
          "CabinCode": "sample string 12",
          "CabinLevel": 0
        }
      ],
      "ChangedInternalNumber": "sample string 1",
      "ChangedSource": 0,
      "Creater": "sample string 2",
      "InternalTime": "2026-08-09T12:40:13.2593939+08:00",
      "ID": "f8f06f0c-bb2c-490a-9b59-758706a8421f",
      "OrderId": "f5eb8c5f-9a5a-49cd-9073-b68bbc79e476",
      "ChangedExternalNumber": "sample string 6",
      "ChangedType": 0,
      "ChangedStyle": 0,
      "LatestTime": "2026-08-09T12:40:13.2593939+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2026-08-09T12:40:13.2593939+08:00"
    },
    "PaymentAccountSetting": {
      "AutoPaymentAccountConfigs": [
        {
          "ID": "27f34f93-8cbf-4be5-8ab0-d68e6159684a",
          "AutoPaymentAccountSettingId": "1067c42e-69eb-4b4e-9818-b12ec3bba5a3",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        },
        {
          "ID": "27f34f93-8cbf-4be5-8ab0-d68e6159684a",
          "AutoPaymentAccountSettingId": "1067c42e-69eb-4b4e-9818-b12ec3bba5a3",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        }
      ],
      "CompanyId": "sample string 1",
      "LastUsedTime": "2026-08-09T12:40:13.2593939+08:00",
      "Time": "2026-08-09T12:40:13.2593939+08:00",
      "ID": "1d78bfc0-a1b8-42a3-a9a2-b1ae67ea48e1",
      "Sequence": 4,
      "PaymentTag": "sample string 5",
      "PaymentCode": "sample string 6",
      "Status": true,
      "Remarks": "sample string 8"
    },
    "MemberSetting": {
      "PurchaseMemberConfigs": {
        "ValidBalance": 1.1,
        "UsedBalance": 2.1,
        "CurrentBalance": 3.1,
        "Time": "2026-08-09T12:40:13.2593939+08:00",
        "ID": "229314e9-a2c8-4e1c-8666-de877a32af69",
        "Password": "sample string 6",
        "MinBalance": 7.1,
        "MaxBalance": 8.1,
        "Remarks": "sample string 9"
      },
      "PurchaseMemberExpandSettings": [
        {
          "ID": "48918ac6-f375-4949-a44b-7ce4c6f4cae1",
          "PurchaseMemberSettingId": "2ada3b69-3264-408f-a954-8417d615e8cf",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        },
        {
          "ID": "48918ac6-f375-4949-a44b-7ce4c6f4cae1",
          "PurchaseMemberSettingId": "2ada3b69-3264-408f-a954-8417d615e8cf",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        }
      ],
      "CompanyId": "sample string 1",
      "LastUsedTime": "2026-08-09T12:40:13.2593939+08:00",
      "Time": "2026-08-09T12:40:13.2593939+08:00",
      "ID": "de3366fa-61cc-42e7-9c66-d78276401e5d",
      "UsedStatus": 0,
      "ProviderCode": "sample string 4",
      "UserName": "sample string 5",
      "Password": "sample string 6",
      "ContactUser": "sample string 7",
      "ContactPhone": "sample string 8",
      "ContactEmail": "sample string 9",
      "KeepTime": 10,
      "Remarks": "sample string 11"
    },
    "OperationTag": {
      "OrderId": "7aed1e12-d5bb-4863-aef1-6bee700f7738",
      "Creater": "sample string 2"
    },
    "PurchaseIncludes": [
      {
        "ID": "b2ca3a99-2183-4a7c-a85f-d9f225b3b8b0",
        "PurchaseOrderId": "b09fcf5a-7b89-4dac-abd8-b7f26f2a8aa8",
        "PassengerId": "f77f72fc-759f-4f65-9664-0a9e023db859",
        "TicketNumber": "sample string 4"
      },
      {
        "ID": "b2ca3a99-2183-4a7c-a85f-d9f225b3b8b0",
        "PurchaseOrderId": "b09fcf5a-7b89-4dac-abd8-b7f26f2a8aa8",
        "PassengerId": "f77f72fc-759f-4f65-9664-0a9e023db859",
        "TicketNumber": "sample string 4"
      }
    ],
    "PurchaseMembers": [
      {
        "Time": "2026-08-09T12:40:13.2593939+08:00",
        "ID": "4bb31744-e06f-44b1-a932-016b2aac33b5",
        "PurchaseOrderId": "32d3b85c-176c-4172-a90b-8e1a6b076a1a",
        "UserName": "sample string 4",
        "Password": "sample string 5",
        "ContactPhone": "sample string 6",
        "Remarks": "sample string 7",
        "MembersId": "sample string 8"
      },
      {
        "Time": "2026-08-09T12:40:13.2593939+08:00",
        "ID": "4bb31744-e06f-44b1-a932-016b2aac33b5",
        "PurchaseOrderId": "32d3b85c-176c-4172-a90b-8e1a6b076a1a",
        "UserName": "sample string 4",
        "Password": "sample string 5",
        "ContactPhone": "sample string 6",
        "Remarks": "sample string 7",
        "MembersId": "sample string 8"
      }
    ],
    "PurchasePayables": [
      {
        "RecordType": 0,
        "Creater": "sample string 1",
        "Time": "2026-08-09T12:40:13.2593939+08:00",
        "ID": "1232e999-7809-414d-a74c-407752a74a7d",
        "PurchaseOrderId": "4c96b203-3466-4da6-bc41-5f40eb2f2f80",
        "PayPrice": 5.1,
        "PaymentTag": "sample string 6",
        "PaymentCode": "sample string 7",
        "PaymentAccount": "sample string 8",
        "TransactionId": "sample string 9",
        "Reconciled": true,
        "Remarks": "sample string 11"
      },
      {
        "RecordType": 0,
        "Creater": "sample string 1",
        "Time": "2026-08-09T12:40:13.2593939+08:00",
        "ID": "1232e999-7809-414d-a74c-407752a74a7d",
        "PurchaseOrderId": "4c96b203-3466-4da6-bc41-5f40eb2f2f80",
        "PayPrice": 5.1,
        "PaymentTag": "sample string 6",
        "PaymentCode": "sample string 7",
        "PaymentAccount": "sample string 8",
        "TransactionId": "sample string 9",
        "Reconciled": true,
        "Remarks": "sample string 11"
      }
    ],
    "PurchaseFollowups": [
      {
        "PurchasePayments": {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-09T12:40:13.2593939+08:00",
          "ID": "92dc3866-ac6d-462e-b7fa-a8535da5e925",
          "ClaimlPrice": 4.1,
          "ServicePrice": 5.1,
          "Confirmed": true,
          "Reconciled": true,
          "TransactionId": "sample string 8",
          "Remarks": "sample string 9"
        },
        "RecordType": 0,
        "ApplyStatus": 0,
        "Creater": "sample string 1",
        "Time": "2026-08-09T12:40:13.2593939+08:00",
        "ID": "7bd432bd-e61d-47df-aa91-3f30ca7f1d95",
        "PurchaseOrderId": "0622b2e3-519f-49b6-957f-7f2361565e21",
        "ApplyType": 0,
        "Remarks": "sample string 5",
        "CSegmentId": "3744d7fe-3dfc-471c-88f5-f0afbc1a7f9a",
        "LinkedId": "a474380f-9336-4450-a46e-eb80f5e2eccb",
        "PassengerIds": "sample string 6"
      },
      {
        "PurchasePayments": {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2026-08-09T12:40:13.2593939+08:00",
          "ID": "92dc3866-ac6d-462e-b7fa-a8535da5e925",
          "ClaimlPrice": 4.1,
          "ServicePrice": 5.1,
          "Confirmed": true,
          "Reconciled": true,
          "TransactionId": "sample string 8",
          "Remarks": "sample string 9"
        },
        "RecordType": 0,
        "ApplyStatus": 0,
        "Creater": "sample string 1",
        "Time": "2026-08-09T12:40:13.2593939+08:00",
        "ID": "7bd432bd-e61d-47df-aa91-3f30ca7f1d95",
        "PurchaseOrderId": "0622b2e3-519f-49b6-957f-7f2361565e21",
        "ApplyType": 0,
        "Remarks": "sample string 5",
        "CSegmentId": "3744d7fe-3dfc-471c-88f5-f0afbc1a7f9a",
        "LinkedId": "a474380f-9336-4450-a46e-eb80f5e2eccb",
        "PassengerIds": "sample string 6"
      }
    ],
    "RecordType": 0,
    "PaymentUri": "sample string 5",
    "Manual": true,
    "Creater": "sample string 6",
    "Time": "2026-08-09T12:40:13.2593939+08:00",
    "ID": "e269df90-1f6e-4bfc-9a6e-01161248a58f",
    "OrderId": "e515d05e-f910-4099-8d00-355d2c953bfb",
    "PurchaseOrderNumber": "sample string 10",
    "PurchaseOrderType": 0,
    "TotalPrice": 11.1,
    "PlatName": "sample string 12",
    "PurchaseTag": "sample string 13",
    "ProviderCode": "sample string 14",
    "CabinLevel": 0,
    "CabinCode": "sample string 15",
    "ProductRules": "sample string 16",
    "Remarks": "sample string 17"
  },
  "PurchaseChangedPayment": {
    "ClaimlPrice": 1.1,
    "ServicePrice": 2.1,
    "TransactionId": "sample string 3",
    "PlatChangedOrderNumber": "sample string 4",
    "Remarks": "sample string 5"
  },
  "Succeed": true,
  "Message": "sample string 2"
}