HK Ramble
  1. IssueNofity
HK Ramble
  • Booking Flow
  • Booking
    • Search
      POST
    • Verify
      POST
    • Order
      POST
    • Pay
      POST
    • Confirm
      POST
    • SSR
      POST
    • OrderDetail
      POST
  • Change
    • ChangePricePush
      POST
    • ChangeResultPush
      POST
  • IssueNofity
    • IssueNotify
      POST
  1. IssueNofity

IssueNotify

Developing
POST
/
Partner provides a URL address for receiving Issue notifications, using POST method

Request

Body Params application/json
msg
string 
required
reject reason
orderNo
string 
required
issued/rejected
orderId
string 
required
type
string 
required
Example
{
    "msg": "出票失败原因,出票成功此字段为空",
    "orderNo": "TSY订单号",
    "orderId": "合作伙伴订单号",
    "type": "issued"
}

Request 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 '/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "msg": "出票失败原因,出票成功此字段为空",
    "orderNo": "TSY订单号",
    "orderId": "合作伙伴订单号",
    "type": "issued"
}'

Responses

🟢200成功
application/json
Body
msg
string 
required
code
string 
required
Examples
{"msg":"success","code":"0"}
🔴500Server Error
Modified at 2025-03-11 10:20:21
Previous
ChangeResultPush
Built with