Ticket reminder interface
Used by OTA Channels to inform supply to issue tickets as soon as possible.Endpoint: provided by the OneWorldTrip supplier.
Request
Body Params application/json
{
"unissuedOrders": [
{
"orderNumber": "91715576650900000",
"ticketingCountdown": 0,
"vendorOrderNumber": "12345678"
}
],
"vendorCode": "xxx"
}
Request Code Samples
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
application/json {
"msg": "ok",
"status": "0",
"success": true
}
Modified at 2025-03-20 03:05:14