curl --location '' \
--header 'Content-Type: application/json' \
--data '{
"UpdateEInvoice": {
"InvoiceID": "2514157504",
"UpdateDetailType": "ExpireLink",
"Customer": "0010000001",
"Store": "DemoStore",
"Terminal": "eInvoice",
"ExtraData": {
"LinkExpiredReason": "Cancel Payment"
}
}
}'{
"Transaction": {
"UniqueID": "bf85048e-cd79-4319-a524-2c7036346869",
"ResponseCode": "0",
"ResponseDescription": "Request Processed Successfully",
"ActivityLogingSequenceNumber": "-1",
"Language": "en",
"ResponseClass": "0",
"ResponseClassDescription": "Success"
}
}