OneWorldTrip
English中文
English中文
  1. Order Management 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. Order Management API

Ticket reminder interface

POST
Used by OTA Channels to inform supply to issue tickets as soon as possible.
HTTP Method: POST.
Endpoint: provided by the OneWorldTrip supplier.

Request

Body Params application/json

Example
{
    "unissuedOrders": [
        {
            "orderNumber": "91715576650900000",
            "ticketingCountdown": 0,
            "vendorOrderNumber": "12345678"
        }
    ],
    "vendorCode": "xxx"
}

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' \
--header 'Content-Type: application/json' \
--data-raw '{
    "unissuedOrders": [
        {
            "orderNumber": "91715576650900000",
            "ticketingCountdown": 0,
            "vendorOrderNumber": "12345678"
        }
    ],
    "vendorCode": "xxx"
}'

Responses

🟢200success
application/json
Body

Example
{
    "msg": "ok",
    "status": "0",
    "success": true
}
Modified at 2025-03-20 03:05:14
Previous
Get after-sales order
Next
Schedule Change Workflow
Built with