hkramble
  1. IssueNofity
hkramble
  • 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

开发中
POST
/
Partner provides a URL address for receiving Issue notifications, using POST method

请求参数

Body 参数application/json

示例
{
    "msg": "出票失败原因,出票成功此字段为空",
    "orderNo": "TSY订单号",
    "orderId": "合作伙伴订单号",
    "type": "issued"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "msg": "出票失败原因,出票成功此字段为空",
    "orderNo": "TSY订单号",
    "orderId": "合作伙伴订单号",
    "type": "issued"
}'

返回响应

🟢200成功
application/json
Body

示例
{"msg":"success","code":"0"}
🔴500Server Error
修改于 2025-07-14 09:39:48
上一页
ChangeResultPush
Built with