KingTravel Shopping API
  1. Ticket Booking Notification
KingTravel Shopping API
ShoppingAPI
  • ShoppingAPI
  • Ticket Booking Process
    • Booking Process
  • Ticket Booking API
    • Search
      POST
    • Verify
      POST
    • Booking
      POST
    • Cancel
      POST
    • Pay
      POST
    • Query
      POST
  • Ticket Booking Notification
    • Notify
      POST
  • Error Codes
    • Search
    • Verify
    • Booking
  • Attachment
    • About Booking AES Encryption
  1. Ticket Booking Notification

Notify

POST
/ndc/notify
Notification callback, this interface will be called to notify when the order status changes, such as successful ticket issuance, order invalidation, etc

Request

Body Params application/jsonRequired

Examples

Responses

🟢200成功
application/json
success
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:9002/api/ndc/notify' \
--header 'Content-Type: application/json' \
--data-raw '{
    "requestId": "85e70b2b-f6a8-d6bd-601a-5a6a45528cff",
    "notifyType": 1,
    "platFormOrderId": "OTA20241225001",
    "recordNo": "RECSS4",
    "content": {
        "type": "ticketSuccess",
        "notifyTime": "2019-08-24T14:15:22Z",
        "testTicketSuccessNotifyContent": "string"
    }
}'
Response Response Example
{
    "status": 0,
    "msg": "string"
}
Modified at 2025-12-03 04:24:53
Previous
Query
Next
Search
Built with