Skip to content

Assign ticketfiles to booking order items ​

POST
/v1/ticketfiles/assign

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
[
  
{
  
  
"ticket_id": "string",
  
  
"ticketfile_id": null,
  
  
"bookingorder_id": null,
  
  
"orderitem_id": null,
  
  
"target_logistic_status": null
  
}
]

Responses​

Assignment successful

Playground​

Server
Authorization
Body

Samples​