停止出票
Atlas API 停止出票端点参考,用于在适用条件下中止订单出票,并安全管理后续操作。
常见问题
何时应使用 stopTicket.do?
stopTicket.do?停止出票后应做什么?
停止出票与作废是否相同?
相关指南
Header parameters
AcceptstringRequiredExample:
application/jsonContent-TypestringRequiredExample:
application/jsonAccept-EncodingstringRequiredExample:
gzipx-atlas-client-idstringRequiredExample:
<YOUR_CLIENT_ID>x-atlas-client-secretstringRequiredExample:
<YOUR_CLIENT_SECRET>Body
orderNostringRequired
The order number of the ticket order you want to stop ticket issuance.
Responses
200Success
application/json
statusintegerRequired
-0: success
-other: fail
msgstring · nullableOptional
It serves as an additional description of the response result. Especially when the interface reports an error (status !=0), it is usually a human-readable error message. Note: Do not use this field in any programming scenarios. For example, do not judge whether the interface responds successfully based on this field. Instead, you should only determine it by checking whether the status is equal to0at any time.
post/stopTicket.do
200Success
Last updated
Was this helpful?

