Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-dataRequired
Request Code Samples
curl --location 'https://demo.tourwell.net/api/v1/tour-bills/import' \
--header 'Authorization: Bearer <token>' \
--form 'tour_id=""' \
--form 'supplier_id=""' \
--form 'vat_status=""' \
--form 'bill_code=""' \
--form 'files[]=@""'
Responses
application/json
Modified at 2026-05-24 15:31:05