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 --request POST 'https://demo.tourwell.net/api/v1/billings/receipts//confirm-success' \
--header 'Authorization: Bearer <token>' \
--form 'approve_at="21/03/2026"' \
--form 'approve_note="Xác nhận qua API"' \
--form 'confirm_by_email=""'
Responses
application/json {
"success": true,
"message": "Receipt confirmed successfully",
"data": {
"code": "PT1018"
}
}
Modified at 2026-03-21 16:12:39