TTC WMS
  1. Tickets
TTC WMS
  • Introduction
  • Authentication
  • Tickets
    • Create Tickets
      POST
    • Online Booking
      POST
    • Get Tickets
      GET
  • Notification Webhooks
    • Webhooks
  1. Tickets

Create Tickets

Developing
POST
/api/v1/ticket

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Response Response Example
{}
Modified at 2026-01-06 09:17:40
Previous
Tickets
Next
Online Booking
Built with