停止出票

Stop Ticket Issuance

post

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

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

Header parameters
AcceptstringRequiredExample: application/json
Content-TypestringRequiredExample: application/json
Accept-EncodingstringRequiredExample: gzip
x-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
chevron-right
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?