OneWorldTrip
English中文
English中文
  1. Flight Ticket Distribution Direct Connect API
  • API Integration Guide
  • Flight Ticket Distribution Direct Connect API
    • Search
      POST
    • Verify
      POST
    • Order
      POST
    • Cancel
      POST
    • Order Status Push
      POST
    • Get OrderInfo
      POST
    • Order Copy
      POST
  • Order Management API
    • Order Management Workflow
    • Ticket Issuance
      POST
    • Get Order Details
      POST
    • Get Pending Ticketing Orders
      POST
    • Get after-sales order
      POST
    • Ticket reminder interface
      POST
  • Schedule Change API
    • Schedule Change Workflow
    • Flight Reschedule Notification
      POST
  • Cache Refresh API
    • Refresh Notiry
      POST
    • Cache Refresh
      POST
  • Ancillary Order Management API
    • Ancillary Workflow
    • SeatMap
      POST
    • AuxSearch
      POST
    • Query Ancillary Order List
      POST
    • Update Ancillary Status
      POST
    • Query Ancillary Order Detail
      POST
  1. Flight Ticket Distribution Direct Connect API

Cancel

POST
/api/ota/orderStatusNotice

Interface Description#

NOTE
By calling this interface, OTA Channel notifies the OneWorldTrip supplier that the order has been canceled by the downstream.
HTTP Method: POST.
Endpoint: provided by the OneWorldTrip supplier.

Request

Body Params application/json

Example
{
    "orderNumber": 917019383933470200,
    "pnr": "UQQOSY",
    "referenceId": "211747729717926699",
    "vendorCode": "TESTMOCKSSDC",
    "vendorOrderNumber": "30142"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://58.250.183.7:31011/api/ota/orderStatusNotice' \
--header 'Content-Type: application/json' \
--data-raw '{
    "orderNumber": 917019383933470200,
    "pnr": "UQQOSY",
    "referenceId": "211747729717926699",
    "vendorCode": "TESTMOCKSSDC",
    "vendorOrderNumber": "30142"
}'

Responses

🟢200成功
application/json
Body

Example
{
    "msg": "success",
    "status": "0"
}
Modified at 2025-09-22 09:49:38
Previous
Order
Next
Order Status Push
Built with