Skip to main content
POST
/
orders
/
admit-tickets
Admit Order Tickets
curl --request POST \
  --url https://api.nuwebgroup.com/v1/orders/admit-tickets \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "orderId": 1
}'
{}

Authorizations

Authorization
string
header
required

The 'Bearer' token can be obtained from the token management interface or via the login endpoint using your admin user credentials.

Body

application/json

Request admitting tickets for a particular order. Basket IDs and Order IDs can be used interchangeably.

orderId
integer

Response

Successfully admitted tickets.

The response is of type object.