{
"supplierTaxCode": "0100109106-507",
"strIssueDate": "08/08/2025"
}
curl --location --request POST 'https://api-vinvoice.viettel.vn/InvoiceAPI/InvoiceUtilsWS/updateTaxDeclaration' \
--header 'Cookie: access_token:' \
--header 'Content-Type: application/json' \
--data-raw '{
"supplierTaxCode": "0100109106-507",
"strIssueDate": "08/08/2025"
}'
{
"errorCode": null,
"description": null,
"result": {
"supplierTaxCode": "0100109106-507",
"invoiceNo": "TA-25E0000002",
"transactionID": "174176400961312691",
"reservationCode": "SWBD8210D6NKTJ8",
"codeOfTax": null
}
}