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": "c7653781-045c-4f70-ba05-4f2a06cfb63e",
  "Confirmed": true,
  "LinkedId": "5080f5b6-75fc-457a-9072-3e4408ac4029",
  "SettingKey": "sample string 3",
  "SettingValue": "sample string 4",
  "PassengerIds": [
    "c71d7699-a43d-4415-b628-33446d60e65c",
    "ce91220a-bbae-4c15-ae2b-f29fbb5168f6"
  ]
}

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": "f28bbf44-ade5-423f-a5d0-d3483dc65d1f",
    "LinkedId": "80c027c2-d8af-4fba-97a7-9ecd40e27a00",
    "SettingKey": "sample string 3",
    "SettingValue": "sample string 4",
    "OPassengers": [
      {
        "TicketNumbers": [
          {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2025-12-18T09:47:34.3431809+08:00",
            "ID": "c0591b60-06bb-4053-ad7a-135e6a55371d",
            "PassengerId": "4c767d4c-64c8-47f2-9a3b-f9499f322033",
            "TicketNumber": "sample string 5",
            "Posted": true,
            "Remarks": "sample string 7"
          },
          {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2025-12-18T09:47:34.3431809+08:00",
            "ID": "c0591b60-06bb-4053-ad7a-135e6a55371d",
            "PassengerId": "4c767d4c-64c8-47f2-9a3b-f9499f322033",
            "TicketNumber": "sample string 5",
            "Posted": true,
            "Remarks": "sample string 7"
          }
        ],
        "OTotalPrices": [
          {
            "Time": "2025-12-18T09:47:34.3431809+08:00",
            "ID": "c8063e76-bd80-4713-bcd6-21568d0c7a92",
            "PassengerId": "0b3b70ab-f485-49c2-a50c-593e807303aa",
            "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": "2025-12-18T09:47:34.3431809+08:00",
            "ID": "c8063e76-bd80-4713-bcd6-21568d0c7a92",
            "PassengerId": "0b3b70ab-f485-49c2-a50c-593e807303aa",
            "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": "2025-12-18T09:47:34.3431809+08:00",
        "ID": "7ccde910-d334-4eda-834d-e7c4380d7f04",
        "OrderId": "f6c9852f-bba0-47fd-b9ad-aced64a3c912",
        "Name": "sample string 4",
        "Birthday": "2025-12-18T09:47:34.3431809+08:00",
        "CardType": 0,
        "CardNo": "sample string 5",
        "SexType": 0,
        "PassengerType": 0,
        "ContactPhone": "sample string 6"
      },
      {
        "TicketNumbers": [
          {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2025-12-18T09:47:34.3431809+08:00",
            "ID": "c0591b60-06bb-4053-ad7a-135e6a55371d",
            "PassengerId": "4c767d4c-64c8-47f2-9a3b-f9499f322033",
            "TicketNumber": "sample string 5",
            "Posted": true,
            "Remarks": "sample string 7"
          },
          {
            "RecordType": 0,
            "Creater": "sample string 1",
            "Time": "2025-12-18T09:47:34.3431809+08:00",
            "ID": "c0591b60-06bb-4053-ad7a-135e6a55371d",
            "PassengerId": "4c767d4c-64c8-47f2-9a3b-f9499f322033",
            "TicketNumber": "sample string 5",
            "Posted": true,
            "Remarks": "sample string 7"
          }
        ],
        "OTotalPrices": [
          {
            "Time": "2025-12-18T09:47:34.3431809+08:00",
            "ID": "c8063e76-bd80-4713-bcd6-21568d0c7a92",
            "PassengerId": "0b3b70ab-f485-49c2-a50c-593e807303aa",
            "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": "2025-12-18T09:47:34.3431809+08:00",
            "ID": "c8063e76-bd80-4713-bcd6-21568d0c7a92",
            "PassengerId": "0b3b70ab-f485-49c2-a50c-593e807303aa",
            "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": "2025-12-18T09:47:34.3431809+08:00",
        "ID": "7ccde910-d334-4eda-834d-e7c4380d7f04",
        "OrderId": "f6c9852f-bba0-47fd-b9ad-aced64a3c912",
        "Name": "sample string 4",
        "Birthday": "2025-12-18T09:47:34.3431809+08:00",
        "CardType": 0,
        "CardNo": "sample string 5",
        "SexType": 0,
        "PassengerType": 0,
        "ContactPhone": "sample string 6"
      }
    ],
    "OSegments": [
      {
        "Time": "2025-12-18T09:47:34.3431809+08:00",
        "ID": "de2bb2ae-ce1e-4e95-8e81-c8afa1d1d977",
        "OrderId": "d86018e0-e486-4731-85ef-9241827472cd",
        "Sequence": 4,
        "Carrier": "sample string 5",
        "DepartureAirport": "sample string 6",
        "ArrivalAirport": "sample string 7",
        "DepartureDate": "2025-12-18T09:47:34.3431809+08:00",
        "ArrivalDate": "2025-12-18T09:47:34.3431809+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": "2025-12-18T09:47:34.3431809+08:00",
        "ID": "de2bb2ae-ce1e-4e95-8e81-c8afa1d1d977",
        "OrderId": "d86018e0-e486-4731-85ef-9241827472cd",
        "Sequence": 4,
        "Carrier": "sample string 5",
        "DepartureAirport": "sample string 6",
        "ArrivalAirport": "sample string 7",
        "DepartureDate": "2025-12-18T09:47:34.3431809+08:00",
        "ArrivalDate": "2025-12-18T09:47:34.3431809+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": "2025-12-18T09:47:34.3431809+08:00",
          "ID": "167c6552-f5a2-4c47-b4fe-d57c61849f00",
          "ChangedId": "8cdfbe4a-4d7f-4b1d-a5d9-2b0c02b31755",
          "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": "2025-12-18T09:47:34.3431809+08:00",
          "ID": "167c6552-f5a2-4c47-b4fe-d57c61849f00",
          "ChangedId": "8cdfbe4a-4d7f-4b1d-a5d9-2b0c02b31755",
          "Confirmed": true,
          "Reconciled": true,
          "UpgradePrice": 7.1,
          "CostPrice": 8.1,
          "TransactionId": "sample string 9",
          "Remarks": "sample string 10"
        }
      ],
      "ChangedExpands": [
        {
          "ID": "6baf3487-c0b4-4e91-9f5a-30f6dddc6b40",
          "ChangedId": "a9969eff-a171-4b9d-b556-c37bfe3e8548",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        },
        {
          "ID": "6baf3487-c0b4-4e91-9f5a-30f6dddc6b40",
          "ChangedId": "a9969eff-a171-4b9d-b556-c37bfe3e8548",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        }
      ],
      "ChangedIncludes": [
        {
          "ID": "2287cb03-e3af-4f6e-aac7-88fc4329647a",
          "ChangedId": "e7698ed9-b823-4593-9148-83ca80dc77d7",
          "PassengerId": "2a2adfb4-917c-4ee3-87a7-40646ed0ac66",
          "TicketNumber": "sample string 4"
        },
        {
          "ID": "2287cb03-e3af-4f6e-aac7-88fc4329647a",
          "ChangedId": "e7698ed9-b823-4593-9148-83ca80dc77d7",
          "PassengerId": "2a2adfb4-917c-4ee3-87a7-40646ed0ac66",
          "TicketNumber": "sample string 4"
        }
      ],
      "CSegments": [
        {
          "Time": "2025-12-18T09:47:34.3431809+08:00",
          "ID": "63a40c85-ad3c-4d93-8f7b-e2ea44dadf13",
          "ChangedId": "80f12d1b-cd6d-4100-9282-5eaf125c8db1",
          "Carrier": "sample string 4",
          "DepartureAirport": "sample string 5",
          "ArrivalAirport": "sample string 6",
          "DepartureDate": "2025-12-18T09:47:34.3431809+08:00",
          "ArrivalDate": "2025-12-18T09:47:34.3431809+08:00",
          "FlightNo": "sample string 9",
          "CodeShare": true,
          "ShareToFlightNo": "sample string 11",
          "CabinCode": "sample string 12",
          "CabinLevel": 0
        },
        {
          "Time": "2025-12-18T09:47:34.3431809+08:00",
          "ID": "63a40c85-ad3c-4d93-8f7b-e2ea44dadf13",
          "ChangedId": "80f12d1b-cd6d-4100-9282-5eaf125c8db1",
          "Carrier": "sample string 4",
          "DepartureAirport": "sample string 5",
          "ArrivalAirport": "sample string 6",
          "DepartureDate": "2025-12-18T09:47:34.3431809+08:00",
          "ArrivalDate": "2025-12-18T09:47:34.3431809+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": "2025-12-18T09:47:34.3431809+08:00",
      "ID": "242a431c-03e9-4abb-9f6c-73dad7c711e3",
      "OrderId": "b3a0aa4a-c63a-4baf-867a-1ae9c7ac2117",
      "ChangedExternalNumber": "sample string 6",
      "ChangedType": 0,
      "ChangedStyle": 0,
      "LatestTime": "2025-12-18T09:47:34.3431809+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2025-12-18T09:47:34.3431809+08:00"
    },
    "CurrentChanged": {
      "ChangedPayments": [
        {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2025-12-18T09:47:34.3431809+08:00",
          "ID": "167c6552-f5a2-4c47-b4fe-d57c61849f00",
          "ChangedId": "8cdfbe4a-4d7f-4b1d-a5d9-2b0c02b31755",
          "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": "2025-12-18T09:47:34.3431809+08:00",
          "ID": "167c6552-f5a2-4c47-b4fe-d57c61849f00",
          "ChangedId": "8cdfbe4a-4d7f-4b1d-a5d9-2b0c02b31755",
          "Confirmed": true,
          "Reconciled": true,
          "UpgradePrice": 7.1,
          "CostPrice": 8.1,
          "TransactionId": "sample string 9",
          "Remarks": "sample string 10"
        }
      ],
      "ChangedExpands": [
        {
          "ID": "6baf3487-c0b4-4e91-9f5a-30f6dddc6b40",
          "ChangedId": "a9969eff-a171-4b9d-b556-c37bfe3e8548",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        },
        {
          "ID": "6baf3487-c0b4-4e91-9f5a-30f6dddc6b40",
          "ChangedId": "a9969eff-a171-4b9d-b556-c37bfe3e8548",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        }
      ],
      "ChangedIncludes": [
        {
          "ID": "2287cb03-e3af-4f6e-aac7-88fc4329647a",
          "ChangedId": "e7698ed9-b823-4593-9148-83ca80dc77d7",
          "PassengerId": "2a2adfb4-917c-4ee3-87a7-40646ed0ac66",
          "TicketNumber": "sample string 4"
        },
        {
          "ID": "2287cb03-e3af-4f6e-aac7-88fc4329647a",
          "ChangedId": "e7698ed9-b823-4593-9148-83ca80dc77d7",
          "PassengerId": "2a2adfb4-917c-4ee3-87a7-40646ed0ac66",
          "TicketNumber": "sample string 4"
        }
      ],
      "CSegments": [
        {
          "Time": "2025-12-18T09:47:34.3431809+08:00",
          "ID": "63a40c85-ad3c-4d93-8f7b-e2ea44dadf13",
          "ChangedId": "80f12d1b-cd6d-4100-9282-5eaf125c8db1",
          "Carrier": "sample string 4",
          "DepartureAirport": "sample string 5",
          "ArrivalAirport": "sample string 6",
          "DepartureDate": "2025-12-18T09:47:34.3431809+08:00",
          "ArrivalDate": "2025-12-18T09:47:34.3431809+08:00",
          "FlightNo": "sample string 9",
          "CodeShare": true,
          "ShareToFlightNo": "sample string 11",
          "CabinCode": "sample string 12",
          "CabinLevel": 0
        },
        {
          "Time": "2025-12-18T09:47:34.3431809+08:00",
          "ID": "63a40c85-ad3c-4d93-8f7b-e2ea44dadf13",
          "ChangedId": "80f12d1b-cd6d-4100-9282-5eaf125c8db1",
          "Carrier": "sample string 4",
          "DepartureAirport": "sample string 5",
          "ArrivalAirport": "sample string 6",
          "DepartureDate": "2025-12-18T09:47:34.3431809+08:00",
          "ArrivalDate": "2025-12-18T09:47:34.3431809+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": "2025-12-18T09:47:34.3431809+08:00",
      "ID": "242a431c-03e9-4abb-9f6c-73dad7c711e3",
      "OrderId": "b3a0aa4a-c63a-4baf-867a-1ae9c7ac2117",
      "ChangedExternalNumber": "sample string 6",
      "ChangedType": 0,
      "ChangedStyle": 0,
      "LatestTime": "2025-12-18T09:47:34.3431809+08:00",
      "Remarks": "sample string 7",
      "ExternalTime": "2025-12-18T09:47:34.3431809+08:00"
    },
    "PaymentAccountSetting": {
      "AutoPaymentAccountConfigs": [
        {
          "ID": "b2e8d6dd-7d2e-4ca9-85fa-4c575006a0e6",
          "AutoPaymentAccountSettingId": "7d07dc82-62da-40af-b152-b80ab9e403bd",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        },
        {
          "ID": "b2e8d6dd-7d2e-4ca9-85fa-4c575006a0e6",
          "AutoPaymentAccountSettingId": "7d07dc82-62da-40af-b152-b80ab9e403bd",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        }
      ],
      "CompanyId": "sample string 1",
      "LastUsedTime": "2025-12-18T09:47:34.3431809+08:00",
      "Time": "2025-12-18T09:47:34.3431809+08:00",
      "ID": "f2223c8b-bdeb-4ff4-b702-043737a1e72b",
      "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": "2025-12-18T09:47:34.3431809+08:00",
        "ID": "b4a124cb-82d0-4483-b7f6-653f4c1331cc",
        "Password": "sample string 6",
        "MinBalance": 7.1,
        "MaxBalance": 8.1,
        "Remarks": "sample string 9"
      },
      "PurchaseMemberExpandSettings": [
        {
          "ID": "4a88a29e-edb6-48aa-8213-2585f7b45927",
          "PurchaseMemberSettingId": "2f292347-7e16-4450-858d-b0db5bb2c159",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        },
        {
          "ID": "4a88a29e-edb6-48aa-8213-2585f7b45927",
          "PurchaseMemberSettingId": "2f292347-7e16-4450-858d-b0db5bb2c159",
          "SettingKey": "sample string 3",
          "SettingValue": "sample string 4"
        }
      ],
      "CompanyId": "sample string 1",
      "LastUsedTime": "2025-12-18T09:47:34.3431809+08:00",
      "Time": "2025-12-18T09:47:34.3431809+08:00",
      "ID": "c05f6cc1-dd1e-4925-b3f1-2d6ae198b5ed",
      "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": "0ac1317c-b5e4-42df-b384-718d48f424dd",
      "Creater": "sample string 2"
    },
    "PurchaseIncludes": [
      {
        "ID": "769a0ab4-f4ac-4465-b806-6bdcab1f9946",
        "PurchaseOrderId": "24bc6605-212e-408c-b14f-d87ab584c8d0",
        "PassengerId": "2538db2a-a2f2-4b78-87ea-ad732c97fbbb",
        "TicketNumber": "sample string 4"
      },
      {
        "ID": "769a0ab4-f4ac-4465-b806-6bdcab1f9946",
        "PurchaseOrderId": "24bc6605-212e-408c-b14f-d87ab584c8d0",
        "PassengerId": "2538db2a-a2f2-4b78-87ea-ad732c97fbbb",
        "TicketNumber": "sample string 4"
      }
    ],
    "PurchaseMembers": [
      {
        "Time": "2025-12-18T09:47:34.3431809+08:00",
        "ID": "f84c5e84-4d57-41a4-bad6-c509c9eb2cb7",
        "PurchaseOrderId": "40ae4012-832e-4abd-baef-a52f39665420",
        "UserName": "sample string 4",
        "Password": "sample string 5",
        "ContactPhone": "sample string 6",
        "Remarks": "sample string 7",
        "MembersId": "sample string 8"
      },
      {
        "Time": "2025-12-18T09:47:34.3431809+08:00",
        "ID": "f84c5e84-4d57-41a4-bad6-c509c9eb2cb7",
        "PurchaseOrderId": "40ae4012-832e-4abd-baef-a52f39665420",
        "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": "2025-12-18T09:47:34.3431809+08:00",
        "ID": "c345f301-9ff8-4e07-8ab7-08d9bdaccf36",
        "PurchaseOrderId": "7a734589-7e5f-40b4-9d47-2680f4ec4bbb",
        "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": "2025-12-18T09:47:34.3431809+08:00",
        "ID": "c345f301-9ff8-4e07-8ab7-08d9bdaccf36",
        "PurchaseOrderId": "7a734589-7e5f-40b4-9d47-2680f4ec4bbb",
        "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": "2025-12-18T09:47:34.3431809+08:00",
          "ID": "4610249a-d0e6-4171-bd42-de29d563d1f7",
          "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": "2025-12-18T09:47:34.3431809+08:00",
        "ID": "1de3a284-c0b7-4599-b8e3-1d82a089983b",
        "PurchaseOrderId": "1db727d4-f892-4d71-906b-62af9e0ddd82",
        "ApplyType": 0,
        "Remarks": "sample string 5",
        "CSegmentId": "221cbaed-fefc-4f28-b380-66b786644186",
        "LinkedId": "e216c9b9-393d-495f-9a53-af43d6819fbf",
        "PassengerIds": "sample string 6"
      },
      {
        "PurchasePayments": {
          "RecordType": 0,
          "Creater": "sample string 1",
          "Time": "2025-12-18T09:47:34.3431809+08:00",
          "ID": "4610249a-d0e6-4171-bd42-de29d563d1f7",
          "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": "2025-12-18T09:47:34.3431809+08:00",
        "ID": "1de3a284-c0b7-4599-b8e3-1d82a089983b",
        "PurchaseOrderId": "1db727d4-f892-4d71-906b-62af9e0ddd82",
        "ApplyType": 0,
        "Remarks": "sample string 5",
        "CSegmentId": "221cbaed-fefc-4f28-b380-66b786644186",
        "LinkedId": "e216c9b9-393d-495f-9a53-af43d6819fbf",
        "PassengerIds": "sample string 6"
      }
    ],
    "RecordType": 0,
    "PaymentUri": "sample string 5",
    "Manual": true,
    "Creater": "sample string 6",
    "Time": "2025-12-18T09:47:34.3431809+08:00",
    "ID": "384ea132-196e-415d-9136-350f85974115",
    "OrderId": "ac6dccc9-6249-42c3-8ff0-28e70535b7fa",
    "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"
}