latestOpenAPI 3.0.12026-08-102668257.3 KB

8e9a8f8010ab

Other Functions

Stop Ticket Issuance

Dependency: Payment function should be called in prior to this call.

Endpoint: https://sandbox.atriptech.com/stopTicket.do

post/stopTicket.do

Headers

Acceptstring required
Content-Typestring required
Accept-Encodingstring required
x-atlas-client-idstring required
x-atlas-client-secretstring required

Request body

orderNostring required

The order number of the ticket order you want to stop ticket issuance.

Response

statusinteger required

-0: success -other: fail

msgstring

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.