Kế toán phát hành hóa đơn
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request samples
curl --location --request POST 'https://demo.tourwell.net/api/v1/invoices/24/issue' \
--form 'files[]=@""' \
--form 'export_at=""' \
--form 'export_code=""' \
--form 'export_note=""' \
--form 'export_by_email=""' \
--form 'forward_email=""' \
--form 'only_upload_file=""'
Responses
application/json {"success":true,"message":"Invoice updated successfully","data":{"code":"HD024"}}
Modified at 2025-05-27 08:05:54