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": "218cd635-1578-452f-b2f5-9f7b6378ab89",
  "Confirmed": true,
  "LinkedId": "2b44b23b-d085-4a7d-b7e0-3fa2e31793b2",
  "SettingKey": "sample string 3",
  "SettingValue": "sample string 4",
  "PassengerIds": [
    "ddb63a09-dc64-42e3-bc17-5b215dc72ba6",
    "a833154b-db11-4356-ac15-91363a274ab3"
  ]
}

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": "d1a89e1e-1193-47e9-800c-e9a3908714a4",
    "LinkedId": "07bc80b8-a284-4b8a-936e-99a6decb9002",
    "SettingKey": "sample string 3",
    "SettingValue": "sample string 4",
    "OPassengers": [
      {
        "TicketNumbers": [
          {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2024-10-22T16:23:06.9174404+08:00",
            "ID": "66a0d72d-38bd-44f1-827b-de2cac12e41c",
            "PassengerId": "9fa48ff0-7b51-4944-960f-0eed7aff396c",
            "TicketNumber": "sample string 5",
            "Posted": true,
            "Remarks": "sample string 7"
          },
          {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2024-10-22T16:23:06.9174404+08:00",
            "ID": "66a0d72d-38bd-44f1-827b-de2cac12e41c",
            "PassengerId": "9fa48ff0-7b51-4944-960f-0eed7aff396c",
            "TicketNumber": "sample string 5",
            "Posted": true,
            "Remarks": "sample string 7"
          }
        ],
        "OTotalPrices": [
          {
            "Time": "2024-10-22T16:23:06.9174404+08:00",
            "ID": "8ad19bff-1d36-475f-b909-32a9d2c4a9bc",
            "PassengerId": "6997687d-002d-41ef-970e-d5effe1d444b",
            "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": "2024-10-22T16:23:06.9174404+08:00",
            "ID": "8ad19bff-1d36-475f-b909-32a9d2c4a9bc",
            "PassengerId": "6997687d-002d-41ef-970e-d5effe1d444b",
            "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": "2024-10-22T16:23:06.9174404+08:00",
        "ID": "df2392ff-11e5-405e-ad79-aa4d8b6e0397",
        "OrderId": "311f77c3-dd79-482a-b0b3-64868ee18d9a",
        "Name": "sample string 4",
        "Birthday": "2024-10-22T16:23:06.9174404+08:00",
        "CardType": 0,
        "CardNo": "sample string 5",
        "SexType": 0,
        "PassengerType": 0,
        "ContactPhone": "sample string 6"
      },
      {
        "TicketNumbers": [
          {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2024-10-22T16:23:06.9174404+08:00",
            "ID": "66a0d72d-38bd-44f1-827b-de2cac12e41c",
            "PassengerId": "9fa48ff0-7b51-4944-960f-0eed7aff396c",
            "TicketNumber": "sample string 5",
            "Posted": true,
            "Remarks": "sample string 7"
          },
          {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2024-10-22T16:23:06.9174404+08:00",
            "ID": "66a0d72d-38bd-44f1-827b-de2cac12e41c",
            "PassengerId": "9fa48ff0-7b51-4944-960f-0eed7aff396c",
            "TicketNumber": "sample string 5",
            "Posted": true,
            "Remarks": "sample string 7"
          }
        ],
        "OTotalPrices": [
          {
            "Time": "2024-10-22T16:23:06.9174404+08:00",
            "ID": "8ad19bff-1d36-475f-b909-32a9d2c4a9bc",
            "PassengerId": "6997687d-002d-41ef-970e-d5effe1d444b",
            "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": "2024-10-22T16:23:06.9174404+08:00",
            "ID": "8ad19bff-1d36-475f-b909-32a9d2c4a9bc",
            "PassengerId": "6997687d-002d-41ef-970e-d5effe1d444b",
            "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": "2024-10-22T16:23:06.9174404+08:00",
        "ID": "df2392ff-11e5-405e-ad79-aa4d8b6e0397",
        "OrderId": "311f77c3-dd79-482a-b0b3-64868ee18d9a",
        "Name": "sample string 4",
        "Birthday": "2024-10-22T16:23:06.9174404+08:00",
        "CardType": 0,
        "CardNo": "sample string 5",
        "SexType": 0,
        "PassengerType": 0,
        "ContactPhone": "sample string 6"
      }
    ],
    "OSegments": [
      {
        "Time": "2024-10-22T16:23:06.9174404+08:00",
        "ID": "238d1527-cf0b-4054-a8ca-c8204c2e3224",
        "OrderId": "dcbf39b7-4fbd-419b-8b1b-690bc56f7272",
        "Sequence": 4,
        "Carrier": "sample string 5",
        "DepartureAirport": "sample string 6",
        "ArrivalAirport": "sample string 7",
        "DepartureDate": "2024-10-22T16:23:06.9174404+08:00",
        "ArrivalDate": "2024-10-22T16:23:06.9174404+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": "2024-10-22T16:23:06.9174404+08:00",
        "ID": "238d1527-cf0b-4054-a8ca-c8204c2e3224",
        "OrderId": "dcbf39b7-4fbd-419b-8b1b-690bc56f7272",
        "Sequence": 4,
        "Carrier": "sample string 5",
        "DepartureAirport": "sample string 6",
        "ArrivalAirport": "sample string 7",
        "DepartureDate": "2024-10-22T16:23:06.9174404+08:00",
        "ArrivalDate": "2024-10-22T16:23:06.9174404+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": "2024-10-22T16:23:06.9174404+08:00",
          "ID": "04d92643-adda-4c4b-8dfe-3107cb4214ac",
          "ChangedId": "a2240160-b8bc-4a62-b5e6-eeb330030b72",
          "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": "2024-10-22T16:23:06.9174404+08:00",
          "ID": "04d92643-adda-4c4b-8dfe-3107cb4214ac",
          "ChangedId": "a2240160-b8bc-4a62-b5e6-eeb330030b72",
          "Confirmed": true,
          "Reconciled": true,
          "UpgradePrice": 7.1,
          "CostPrice": 8.1,
          "TransactionId": "sample string 9",
          "Remarks": "sample string 10"
        }
      ],
      "ChangedExpands": [
        {
          "ID": "4b2df2b0-6678-4836-a0bb-6ba4e42222f4",
          "ChangedId": "a0afcfe5-b226-49b4-8e10-baca23d40794",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        },
        {
          "ID": "4b2df2b0-6678-4836-a0bb-6ba4e42222f4",
          "ChangedId": "a0afcfe5-b226-49b4-8e10-baca23d40794",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        }
      ],
      "ChangedIncludes": [
        {
          "ID": "057feb85-48cf-4abf-9eb5-e5548ab63a57",
          "ChangedId": "d2a53f55-7d38-439e-9feb-d808c49fcdf2",
          "PassengerId": "bb7c9760-39d2-4c4d-bf40-8c497ca1f191",
          "TicketNumber": "sample string 4"
        },
        {
          "ID": "057feb85-48cf-4abf-9eb5-e5548ab63a57",
          "ChangedId": "d2a53f55-7d38-439e-9feb-d808c49fcdf2",
          "PassengerId": "bb7c9760-39d2-4c4d-bf40-8c497ca1f191",
          "TicketNumber": "sample string 4"
        }
      ],
      "CSegments": [
        {
          "Time": "2024-10-22T16:23:06.9174404+08:00",
          "ID": "8aa8b008-e6ea-48fc-9ebf-d3b178cf7d18",
          "ChangedId": "cd1efa71-81f7-4f18-9330-cd486d175e58",
          "Carrier": "sample string 4",
          "DepartureAirport": "sample string 5",
          "ArrivalAirport": "sample string 6",
          "DepartureDate": "2024-10-22T16:23:06.9174404+08:00",
          "ArrivalDate": "2024-10-22T16:23:06.9174404+08:00",
          "FlightNo": "sample string 9",
          "CodeShare": true,
          "ShareToFlightNo": "sample string 11",
          "CabinCode": "sample string 12",
          "CabinLevel": 0
        },
        {
          "Time": "2024-10-22T16:23:06.9174404+08:00",
          "ID": "8aa8b008-e6ea-48fc-9ebf-d3b178cf7d18",
          "ChangedId": "cd1efa71-81f7-4f18-9330-cd486d175e58",
          "Carrier": "sample string 4",
          "DepartureAirport": "sample string 5",
          "ArrivalAirport": "sample string 6",
          "DepartureDate": "2024-10-22T16:23:06.9174404+08:00",
          "ArrivalDate": "2024-10-22T16:23:06.9174404+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": "2024-10-22T16:23:06.9174404+08:00",
      "ID": "b955e037-fef0-4a32-a453-57f45523ac81",
      "OrderId": "8ce0c008-24de-46d2-9525-c8e1ff981f82",
      "ChangedExternalNumber": "sample string 6",
      "ChangedType": 0,
      "ChangedStyle": 0,
      "LatestTime": "2024-10-22T16:23:06.9174404+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2024-10-22T16:23:06.9174404+08:00"
    },
    "CurrentChanged": {
      "ChangedPayments": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2024-10-22T16:23:06.9174404+08:00",
          "ID": "04d92643-adda-4c4b-8dfe-3107cb4214ac",
          "ChangedId": "a2240160-b8bc-4a62-b5e6-eeb330030b72",
          "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": "2024-10-22T16:23:06.9174404+08:00",
          "ID": "04d92643-adda-4c4b-8dfe-3107cb4214ac",
          "ChangedId": "a2240160-b8bc-4a62-b5e6-eeb330030b72",
          "Confirmed": true,
          "Reconciled": true,
          "UpgradePrice": 7.1,
          "CostPrice": 8.1,
          "TransactionId": "sample string 9",
          "Remarks": "sample string 10"
        }
      ],
      "ChangedExpands": [
        {
          "ID": "4b2df2b0-6678-4836-a0bb-6ba4e42222f4",
          "ChangedId": "a0afcfe5-b226-49b4-8e10-baca23d40794",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        },
        {
          "ID": "4b2df2b0-6678-4836-a0bb-6ba4e42222f4",
          "ChangedId": "a0afcfe5-b226-49b4-8e10-baca23d40794",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        }
      ],
      "ChangedIncludes": [
        {
          "ID": "057feb85-48cf-4abf-9eb5-e5548ab63a57",
          "ChangedId": "d2a53f55-7d38-439e-9feb-d808c49fcdf2",
          "PassengerId": "bb7c9760-39d2-4c4d-bf40-8c497ca1f191",
          "TicketNumber": "sample string 4"
        },
        {
          "ID": "057feb85-48cf-4abf-9eb5-e5548ab63a57",
          "ChangedId": "d2a53f55-7d38-439e-9feb-d808c49fcdf2",
          "PassengerId": "bb7c9760-39d2-4c4d-bf40-8c497ca1f191",
          "TicketNumber": "sample string 4"
        }
      ],
      "CSegments": [
        {
          "Time": "2024-10-22T16:23:06.9174404+08:00",
          "ID": "8aa8b008-e6ea-48fc-9ebf-d3b178cf7d18",
          "ChangedId": "cd1efa71-81f7-4f18-9330-cd486d175e58",
          "Carrier": "sample string 4",
          "DepartureAirport": "sample string 5",
          "ArrivalAirport": "sample string 6",
          "DepartureDate": "2024-10-22T16:23:06.9174404+08:00",
          "ArrivalDate": "2024-10-22T16:23:06.9174404+08:00",
          "FlightNo": "sample string 9",
          "CodeShare": true,
          "ShareToFlightNo": "sample string 11",
          "CabinCode": "sample string 12",
          "CabinLevel": 0
        },
        {
          "Time": "2024-10-22T16:23:06.9174404+08:00",
          "ID": "8aa8b008-e6ea-48fc-9ebf-d3b178cf7d18",
          "ChangedId": "cd1efa71-81f7-4f18-9330-cd486d175e58",
          "Carrier": "sample string 4",
          "DepartureAirport": "sample string 5",
          "ArrivalAirport": "sample string 6",
          "DepartureDate": "2024-10-22T16:23:06.9174404+08:00",
          "ArrivalDate": "2024-10-22T16:23:06.9174404+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": "2024-10-22T16:23:06.9174404+08:00",
      "ID": "b955e037-fef0-4a32-a453-57f45523ac81",
      "OrderId": "8ce0c008-24de-46d2-9525-c8e1ff981f82",
      "ChangedExternalNumber": "sample string 6",
      "ChangedType": 0,
      "ChangedStyle": 0,
      "LatestTime": "2024-10-22T16:23:06.9174404+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2024-10-22T16:23:06.9174404+08:00"
    },
    "PaymentAccountSetting": {
      "AutoPaymentAccountConfigs": [
        {
          "ID": "6a9bbac9-88d8-4d83-b0e4-74a8fb7639be",
          "AutoPaymentAccountSettingId": "1f67f0a2-7015-476b-ae7f-b26f9c11cf3b",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        },
        {
          "ID": "6a9bbac9-88d8-4d83-b0e4-74a8fb7639be",
          "AutoPaymentAccountSettingId": "1f67f0a2-7015-476b-ae7f-b26f9c11cf3b",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        }
      ],
      "CompanyId": "sample string 1",
      "LastUsedTime": "2024-10-22T16:23:06.9174404+08:00",
      "Time": "2024-10-22T16:23:06.9174404+08:00",
      "ID": "fe6729b0-6c7e-469e-aec4-377c0f0d037d",
      "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": "2024-10-22T16:23:06.9174404+08:00",
        "ID": "9ede1dc1-6202-487a-aca5-8dc325f79741",
        "Password": "sample string 6",
        "MinBalance": 7.1,
        "MaxBalance": 8.1,
        "Remarks": "sample string 9"
      },
      "PurchaseMemberExpandSettings": [
        {
          "ID": "fccb0c45-8b2b-4c05-98ae-e79b82e0a506",
          "PurchaseMemberSettingId": "cbae66d7-5e24-4b2f-abfd-cb1ef974c25d",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        },
        {
          "ID": "fccb0c45-8b2b-4c05-98ae-e79b82e0a506",
          "PurchaseMemberSettingId": "cbae66d7-5e24-4b2f-abfd-cb1ef974c25d",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        }
      ],
      "CompanyId": "sample string 1",
      "LastUsedTime": "2024-10-22T16:23:06.9330649+08:00",
      "Time": "2024-10-22T16:23:06.9330649+08:00",
      "ID": "036755d5-22ec-4e97-b205-f7e7e5ab8865",
      "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": "75d874cb-55b4-4fb6-9f68-c395df4f5b0c",
      "Creater": "sample string 2"
    },
    "PurchaseIncludes": [
      {
        "ID": "68413749-d607-4b80-9b98-dee0eb6e5041",
        "PurchaseOrderId": "63df0d81-77f8-42ec-b5d8-6d12e046f8a2",
        "PassengerId": "6817d027-4236-432f-928c-28132dc992b0",
        "TicketNumber": "sample string 4"
      },
      {
        "ID": "68413749-d607-4b80-9b98-dee0eb6e5041",
        "PurchaseOrderId": "63df0d81-77f8-42ec-b5d8-6d12e046f8a2",
        "PassengerId": "6817d027-4236-432f-928c-28132dc992b0",
        "TicketNumber": "sample string 4"
      }
    ],
    "PurchaseMembers": [
      {
        "Time": "2024-10-22T16:23:06.9330649+08:00",
        "ID": "e8d8d22f-d08a-431d-a70a-0d61c627434e",
        "PurchaseOrderId": "417d24a0-a664-45c3-a6a8-f6bc9a9cec32",
        "UserName": "sample string 4",
        "Password": "sample string 5",
        "ContactPhone": "sample string 6",
        "Remarks": "sample string 7",
        "MembersId": "sample string 8"
      },
      {
        "Time": "2024-10-22T16:23:06.9330649+08:00",
        "ID": "e8d8d22f-d08a-431d-a70a-0d61c627434e",
        "PurchaseOrderId": "417d24a0-a664-45c3-a6a8-f6bc9a9cec32",
        "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": "2024-10-22T16:23:06.9330649+08:00",
        "ID": "d86ca8da-93a4-4c47-8d6e-a65c848d05c4",
        "PurchaseOrderId": "d431f9dc-d1de-43c6-8ed9-ad13b848562c",
        "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": "2024-10-22T16:23:06.9330649+08:00",
        "ID": "d86ca8da-93a4-4c47-8d6e-a65c848d05c4",
        "PurchaseOrderId": "d431f9dc-d1de-43c6-8ed9-ad13b848562c",
        "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": "2024-10-22T16:23:06.9330649+08:00",
          "ID": "160a3236-0208-4fb8-a8cb-3870e3e6b271",
          "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": "2024-10-22T16:23:06.9330649+08:00",
        "ID": "7c367e54-6d99-466c-ad28-52bcfbead447",
        "PurchaseOrderId": "73fc642a-4b6b-4502-a9a3-82c600ec50cd",
        "ApplyType": 0,
        "Remarks": "sample string 5",
        "CSegmentId": "b96f6595-7e77-4294-a0d7-d20d83437a9e",
        "LinkedId": "fc9ebbde-09d6-4d69-abfa-0cdf0390f2f2",
        "PassengerIds": "sample string 6"
      },
      {
        "PurchasePayments": {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2024-10-22T16:23:06.9330649+08:00",
          "ID": "160a3236-0208-4fb8-a8cb-3870e3e6b271",
          "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": "2024-10-22T16:23:06.9330649+08:00",
        "ID": "7c367e54-6d99-466c-ad28-52bcfbead447",
        "PurchaseOrderId": "73fc642a-4b6b-4502-a9a3-82c600ec50cd",
        "ApplyType": 0,
        "Remarks": "sample string 5",
        "CSegmentId": "b96f6595-7e77-4294-a0d7-d20d83437a9e",
        "LinkedId": "fc9ebbde-09d6-4d69-abfa-0cdf0390f2f2",
        "PassengerIds": "sample string 6"
      }
    ],
    "RecordType": 0,
    "PaymentUri": "sample string 5",
    "Manual": true,
    "Creater": "sample string 6",
    "Time": "2024-10-22T16:23:06.9330649+08:00",
    "ID": "08707104-9087-4d51-8190-53f72f8c880f",
    "OrderId": "645fedcd-2f98-43ab-bee2-df46c8085e05",
    "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"
}